Searched defs:PCI_CLRBIT (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/dev/pci/ |
H A D | if_bgereg.h | 2758 #define PCI_CLRBIT(pc, tag, reg, x) \ macro
|
H A D | if_bnxreg.h | 685 #define PCI_CLRBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) & ~(x))) macro
|