Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dadwlib.c286 XXX TODO!!! if (ASC_PCI_ID2FUNC(sc->cfg.pci_slot_info) != 0) {
1489 if (ASC_PCI_ID2FUNC(cfg->pci_slot_info) == 0) {
H A Dadvlib.h95 #define ASC_PCI_ID2FUNC(id) (((id) >> 8) & 0x7) macro