Searched defs:PCI_CLRBIT (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_bgevar.h | 147 #define PCI_CLRBIT(pc, tag, reg, x) \ macro
|
H A D | if_bnxvar.h | 94 #define PCI_CLRBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) & ~(x… macro
|