Home | Sort by: relevance | last modified time | path |
/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))) |