Searched refs:PCI_SETBIT (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_bgereg.h | 2756 #define PCI_SETBIT(pc, tag, reg, x) \ macro
|
H A D | if_bnxreg.h | 684 #define PCI_SETBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) | (x)… macro
|
H A D | if_bge.c | 1843 PCI_SETBIT(pa->pa_pc, pa->pa_tag, BGE_PCI_DMA_RW_CTL, in bge_chipinit()
|