MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -110,7 +110,7 @@ enum bcsr_whoami_boards {
|
||||
BCSR_WHOAMI_DB1300,
|
||||
};
|
||||
|
||||
/* STATUS reg. Unless otherwise noted, they're valid on all boards.
|
||||
/* STATUS reg. Unless otherwise noted, they're valid on all boards.
|
||||
* PB1200 = DB1200.
|
||||
*/
|
||||
#define BCSR_STATUS_PC0VS 0x0003
|
||||
@@ -190,7 +190,7 @@ enum bcsr_whoami_boards {
|
||||
#define BCSR_RESETS_OTPWRPROT 0x1000 /* DB1300 */
|
||||
#define BCSR_RESETS_OTPCSB 0x2000 /* DB1300 */
|
||||
#define BCSR_RESETS_OTGPWR 0x4000 /* DB1300 */
|
||||
#define BCSR_RESETS_USBHPWR 0x8000 /* DB1300 */
|
||||
#define BCSR_RESETS_USBHPWR 0x8000 /* DB1300 */
|
||||
|
||||
#define BCSR_BOARD_LCDVEE 0x0001
|
||||
#define BCSR_BOARD_LCDVDD 0x0002
|
||||
|
@@ -63,7 +63,7 @@
|
||||
* the interrupt define and subtracting the DB1200_INT_BEGIN value.
|
||||
*
|
||||
* Example: IDE bis pos is = 64 - 64
|
||||
* ETH bit pos is = 65 - 64
|
||||
* ETH bit pos is = 65 - 64
|
||||
*/
|
||||
enum external_db1200_ints {
|
||||
DB1200_INT_BEGIN = AU1000_MAX_INTR + 1,
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define DB1300_SD1_INSERT_INT (DB1300_FIRST_INT + 12)
|
||||
#define DB1300_SD1_EJECT_INT (DB1300_FIRST_INT + 13)
|
||||
#define DB1300_OTG_VBUS_OC_INT (DB1300_FIRST_INT + 14)
|
||||
#define DB1300_HOST_VBUS_OC_INT (DB1300_FIRST_INT + 15)
|
||||
#define DB1300_HOST_VBUS_OC_INT (DB1300_FIRST_INT + 15)
|
||||
#define DB1300_LAST_INT (DB1300_FIRST_INT + 15)
|
||||
|
||||
/* SMSC9210 CS */
|
||||
|
Reference in New Issue
Block a user