Home
last modified time | relevance | path

Searched refs:pc_iobase (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/alpha/pci/
Dtsp_pci.c78 datap = S_PAGE(pcp->pc_iobase | P_PCI_CONFIG | tag | (offset & ~3)); in tsp_conf_read()
94 datap = S_PAGE(pcp->pc_iobase | P_PCI_CONFIG | tag | (offset & ~3)); in tsp_conf_write()
Dtsp_bus_io.c61 #define CHIP_IO_SYS_START(v) (((TSPCON)(v))->pc_iobase | P_PCI_IO)
Dtsp_bus_mem.c62 (((struct tsp_config *)(v))->pc_iobase | P_PCI_MEM)
Dtsvar.h49 uint64_t pc_iobase; /* All Pchip space starts here */ member
Dtsc.c246 pcp->pc_iobase = TS_Pn(n, 0); in tsp_init()