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

  /src/sys/dev/pci/
amrvar.h 133 #define AC_ACTIVE 0x08 /* Command active */
amr.c 831 if ((ac->ac_flags & AC_ACTIVE) == 0) {
838 ac->ac_flags = (ac->ac_flags & ~AC_ACTIVE) |
1311 ac->ac_flags |= AC_ACTIVE;
1348 ac->ac_flags |= AC_ACTIVE;

Completed in 13 milliseconds