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

  /src/sys/dev/ieee1394/
fwohci.c 134 static uint32_t const tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31 }; variable
815 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);
fwohci.c 134 static uint32_t const tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31 }; variable
815 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);

Completed in 47 milliseconds