Home
last modified time | relevance | path

Searched refs:RL_CFG2_MSI (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_re_pci.c195 cfg |= RL_CFG2_MSI; in re_pci_attach()
198 if ((cfg & RL_CFG2_MSI) != 0) { in re_pci_attach()
199 cfg &= ~RL_CFG2_MSI; in re_pci_attach()
/openbsd/src/sys/dev/ic/
Drtl81x9reg.h446 #define RL_CFG2_MSI 0x20 macro