Remove unnecessary space characters.
Change-Id: I4ed9329126b216eb4ae58355672603ce79a6d4ef Signed-off-by: Andrew Wu <arw@dmp.com.tw> Reviewed-on: http://review.coreboot.org/3847 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
386b3e631f
commit
ae8d06969b
|
@ -27,8 +27,8 @@
|
||||||
#include "sb600.h"
|
#include "sb600.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
static int set_bits(u32 port, u32 mask, u32 val)
|
static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
#include "sb700.h"
|
#include "sb700.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
static int set_bits(u32 port, u32 mask, u32 val)
|
static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
#include "sb800.h"
|
#include "sb800.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
static int set_bits(u32 port, u32 mask, u32 val)
|
static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
typedef struct southbridge_intel_bd82x6x_config config_t;
|
typedef struct southbridge_intel_bd82x6x_config config_t;
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
#include "i82801gx.h"
|
#include "i82801gx.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
typedef struct southbridge_intel_i82801gx_config config_t;
|
typedef struct southbridge_intel_i82801gx_config config_t;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
#include "i82801ix.h"
|
#include "i82801ix.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
typedef struct southbridge_intel_i82801ix_config config_t;
|
typedef struct southbridge_intel_i82801ix_config config_t;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
typedef struct southbridge_intel_bd82x6x_config config_t;
|
typedef struct southbridge_intel_bd82x6x_config config_t;
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
#include <delay.h>
|
#include <delay.h>
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
typedef struct southbridge_intel_sch_config config_t;
|
typedef struct southbridge_intel_sch_config config_t;
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
#include "mcp55.h"
|
#include "mcp55.h"
|
||||||
|
|
||||||
#define HDA_ICII_REG 0x68
|
#define HDA_ICII_REG 0x68
|
||||||
#define HDA_ICII_BUSY (1 << 0)
|
#define HDA_ICII_BUSY (1 << 0)
|
||||||
#define HDA_ICII_VALID (1 << 1)
|
#define HDA_ICII_VALID (1 << 1)
|
||||||
|
|
||||||
static int set_bits(u32 port, u32 mask, u32 val)
|
static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue