Home
last modified time | relevance | path

Searched refs:E1000_SWSM_SMBI (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c296 if (swsm & E1000_SWSM_SMBI) { in e1000_init_mac_params_82571()
303 ew32(SWSM, swsm & ~E1000_SWSM_SMBI); in e1000_init_mac_params_82571()
453 if (!(swsm & E1000_SWSM_SMBI)) in e1000_get_hw_semaphore_82571()
497 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
H A Ddefines.h375 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
H A Dmac.c1363 if (!(swsm & E1000_SWSM_SMBI)) in e1000e_get_hw_semaphore()
1408 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000e_put_hw_semaphore()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_i210.c31 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore_i210()
47 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore_i210()
H A De1000_mac.c1274 if (!(swsm & E1000_SWSM_SMBI)) in igb_get_hw_semaphore()
1323 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in igb_put_hw_semaphore()
H A De1000_defines.h383 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
/openbmc/qemu/hw/net/
H A De1000x_regs.h324 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
H A De1000e_core.c2554 core->mac[SWSM] = val | E1000_SWSM_SMBI; in e1000e_mac_swsm_read()
H A Digb_core.c2878 core->mac[SWSM] = val | E1000_SWSM_SMBI; in igb_mac_swsm_read()
/openbmc/u-boot/drivers/net/
H A De1000.h2489 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro
H A De1000.c1149 if (!(swsm & E1000_SWSM_SMBI)) in e1000_get_software_semaphore()
1186 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_eeprom_semaphore()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2060 #define E1000_SWSM_SMBI 0x00000001 /* Driver Semaphore bit */ macro