Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h36 #define E1000_ICH_FWSM_PCIM2PCI 0x01000000 /* ME PCIm-to-PCI active */ macro
H A Dnetdev.c127 while ((er32(FWSM) & E1000_ICH_FWSM_PCIM2PCI) && --i) in __ew32_prepare()