PCI_CLRBIT       2252 dev/pci/if_bgereg.h #define PCI_CLRBIT(pc, tag, reg, x)	\
PCI_CLRBIT        672 dev/pci/if_bnxreg.h #define PCI_CLRBIT(pc, tag, reg, x)	pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) & ~(x)))