Home
last modified time | relevance | path

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

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