Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/pci/
H A Ddwlpx.c112 uint32_t pcia_present; in dwlpxattach() local
122 pcia_present = REGVAL(PCIA_PRESENT + ccp->cc_sysbase); in dwlpxattach()
124 (pcia_present >> PCIA_PRESENT_REVSHIFT) & PCIA_PRESENT_REVMASK, in dwlpxattach()
125 (pcia_present & PCIA_PRESENT_STDIO) == 0 ? "not " : "", in dwlpxattach()
134 slotval = (pcia_present >> in dwlpxattach()