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

/netbsd-current/sys/dev/pci/
H A Dpccbbvar.h39 #define PCIC_FLAG_CARDP 0x0002 macro
/netbsd-current/sys/dev/ic/
H A Di82365var.h87 #define PCIC_FLAG_CARDP 0x0002 macro
H A Di82365.c756 if ((h->flags & PCIC_FLAG_CARDP) == 0) {
760 h->flags |= PCIC_FLAG_CARDP;
771 if (h->flags & PCIC_FLAG_CARDP) {
772 h->flags &= ~PCIC_FLAG_CARDP;

Completed in 210 milliseconds