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

  /src/sys/dev/pci/
if_bgevar.h 147 #define PCI_CLRBIT(pc, tag, reg, x) \
if_bnxvar.h 94 #define PCI_CLRBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) & ~(x)))

Completed in 13 milliseconds