Searched refs:PCI_DCONF_FUNC_SHIFT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/prep/pci/
H A Dprep_pciconf_direct.c78 #define PCI_DCONF_FUNC_SHIFT 8 macro
183 tag = (1 << device) | (function << PCI_DCONF_FUNC_SHIFT);
215 tag = (1 << device) | (function << PCI_DCONF_FUNC_SHIFT);

Completed in 104 milliseconds