Home
last modified time | relevance | path

Searched refs:DDB_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/
Ddebug.c41 {"DDB_INTCTRL0", DDB_BASE + DDB_INTCTRL0},
42 {"DDB_INTCTRL1", DDB_BASE + DDB_INTCTRL1},
43 {"DDB_INTCTRL2", DDB_BASE + DDB_INTCTRL2},
44 {"DDB_INTCTRL3", DDB_BASE + DDB_INTCTRL3},
45 {"DDB_INT0STAT", DDB_BASE + DDB_INT0STAT},
46 {"DDB_INT1STAT", DDB_BASE + DDB_INT1STAT},
47 {"DDB_INT2STAT", DDB_BASE + DDB_INT2STAT},
48 {"DDB_INT3STAT", DDB_BASE + DDB_INT3STAT},
49 {"DDB_INT4STAT", DDB_BASE + DDB_INT4STAT},
50 {"DDB_NMISTAT", DDB_BASE + DDB_NMISTAT},
[all …]
/linux-2.4.37.9/include/asm-mips/ddb5xxx/
Dddb5xxx.h38 #define DDB_BASE 0xbfa00000 macro
188 *(volatile u32 *)(DDB_BASE+offset) = val; in ddb_out32()
194 u32 val = *(volatile u32 *)(DDB_BASE+offset); in ddb_in32()
201 *(volatile u16 *)(DDB_BASE+offset) = val; in ddb_out16()
207 u16 val = *(volatile u16 *)(DDB_BASE+offset); in ddb_in16()
214 *(volatile u8 *)(DDB_BASE+offset) = val; in ddb_out8()
220 u8 val = *(volatile u8 *)(DDB_BASE+offset); in ddb_in8()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/
Dsetup.c139 { "Nile 4", DDB_BASE, DDB_BASE + DDB_SIZE - 1, IORESOURCE_BUSY}