HomeSort by: relevance | last modified time | path
    Searched defs:CFDA_SLEEP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
if_tlp_cardbus.c 88 #define CFDA_SLEEP 0x80000000 /* sleep mode */
546 if (reg & (CFDA_SLEEP|CFDA_SNOOZE))
548 reg & ~(CFDA_SLEEP|CFDA_SNOOZE));
  /src/sys/dev/pci/
if_tlp_pci.c 78 #define CFDA_SLEEP 0x80000000 /* sleep mode */
516 if (reg & (CFDA_SLEEP | CFDA_SNOOZE))
518 reg & ~(CFDA_SLEEP | CFDA_SNOOZE));

Completed in 13 milliseconds