Home
last modified time | relevance | path

Searched refs:PCIM_CMD_MWIEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ti/
H A Dif_tireg.h54 #ifndef PCIM_CMD_MWIEN
55 #define PCIM_CMD_MWIEN 0x0010 macro
H A Dif_ti.c2097 if (CSR_READ_4(sc, TI_PCI_CMDSTAT) & PCIM_CMD_MWIEN) { in ti_chipinit()
2113 TI_PCI_CMDSTAT) & ~PCIM_CMD_MWIEN); in ti_chipinit()
/freebsd/sys/dev/bge/
H A Dif_bgereg.h462 #ifndef PCIM_CMD_MWIEN
463 #define PCIM_CMD_MWIEN 0x0010 macro
H A Dif_bge.c1900 PCI_CLRBIT(sc->bge_dev, BGE_PCI_CMD, PCIM_CMD_MWIEN, 4); in bge_chipinit()