HomeSort by: relevance | last modified time | path
    Searched refs:PCIC_FLAG_CARDP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pccbbvar.h 39 #define PCIC_FLAG_CARDP 0x0002
  /src/sys/dev/ic/
i82365var.h 87 #define PCIC_FLAG_CARDP 0x0002
i82365.c 756 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 17 milliseconds