Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/cobalt/cobalt/
H A Dmachdep.c509 #define PCIB_PCI_DEV 9 in read_board_id() macro
518 (PCIB_PCI_BUS << 16) | (PCIB_PCI_DEV << 11) | (PCIB_PCI_FUNC << 8) | in read_board_id()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.c391 #define PCIB_PCI_DEV 9 in read_board_id() macro
396 tag = (PCIB_PCI_BUS << 16) | (PCIB_PCI_DEV << 11) | in read_board_id()