Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/
Dpci.c180 temp = ddb_in32(DDB_PCICTL0_H); in ddb_pci_reset_bus()
182 ddb_out32(DDB_PCICTL0_H, temp); in ddb_pci_reset_bus()
184 ddb_out32(DDB_PCICTL0_H, temp); in ddb_pci_reset_bus()
Ddebug.c115 {"DDB_PCICTL0_H", DDB_BASE + DDB_PCICTL0_H},
Dsetup.c321 ddb_out32(DDB_PCICTL0_H, 0); in ddb5477_board_init()
/linux-2.4.37.9/include/asm-mips/ddb5xxx/
Dddb5477.h124 #define DDB_PCICTL0_H 0x02e4 /* PCI0 Control-H */ macro