Home
last modified time | relevance | path

Searched refs:DDB_PCIW1 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/
Dsetup.c238 ddb_set_pdar(DDB_PCIW1, DDB_PCI_MEM_BASE, DDB_PCI_MEM_SIZE, 32, 0, 1); in ddb5476_board_init()
261 ddb_set_pdar(DDB_PCIW1, DDB_PCI_CONFIG_BASE, DDB_PCI_CONFIG_SIZE, 32, 0, 1); in ddb5476_board_init()
331 ddb_set_pdar(DDB_PCIW1, DDB_PCI_MEM_BASE, DDB_PCI_MEM_SIZE, 32, 0, 1); in ddb5476_board_init()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/
Ddebug.c71 {"DDB_PCIW1", DDB_BASE + DDB_PCIW1},
111 {"DDB_PCIW1", DDB_BASE + DDB_PCIW1},
Dsetup.c263 ddb_set_pdar(DDB_PCIW1, DDB_PCI0_IO_BASE, DDB_PCI0_IO_SIZE, 32, 0, 1); in ddb5477_board_init()
/linux-2.4.37.9/include/asm-mips/ddb5xxx/
Dddb5xxx.h56 #define DDB_PCIW1 0x0068 /* PCI Address Window 1 [R/W] */ macro