Home
last modified time | relevance | path

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

/netbsd/sys/arch/cobalt/pci/
H A Dpci_machdep.c119 bus_space_write_4(pc->pc_bst, pc->pc_bsh, GT_PCICFG_ADDR, in pci_conf_read()
122 bus_space_write_4(pc->pc_bst, pc->pc_bsh, GT_PCICFG_ADDR, 0); in pci_conf_read()
134 bus_space_write_4(pc->pc_bst, pc->pc_bsh, GT_PCICFG_ADDR, in pci_conf_write()
137 bus_space_write_4(pc->pc_bst, pc->pc_bsh, GT_PCICFG_ADDR, 0); in pci_conf_write()
/netbsd/sys/arch/cobalt/stand/boot/
H A Dpci.c45 pcicfg_addr = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_ADDR); in pcicfgread()
/netbsd/sys/arch/cobalt/dev/
H A Dgtreg.h94 #define GT_PCICFG_ADDR 0xcf8 macro
/netbsd/sys/arch/cobalt/cobalt/
H A Dmachdep.c520 pcicfg_addr = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_ADDR); in read_board_id()