Home
last modified time | relevance | path

Searched refs:S_PAGE (Results 1 – 3 of 3) 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()
Dtsreg.h43 #define S_PAGE(phys) ((void *)ALPHA_PHYS_TO_K0SEG(phys)) macro
Dtsc.c247 pcp->pc_csr = S_PAGE(TS_Pn(n & 1, P_CSRBASE)); in tsp_init()