Home
last modified time | relevance | path

Searched refs:PCI_SETBIT (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_bgereg.h2756 #define PCI_SETBIT(pc, tag, reg, x) \ macro
H A Dif_bnxreg.h684 #define PCI_SETBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) | (x)… macro
H A Dif_bge.c1843 PCI_SETBIT(pa->pa_pc, pa->pa_tag, BGE_PCI_DMA_RW_CTL, in bge_chipinit()