Home
last modified time | relevance | path

Searched refs:E1000_SWSM_SWESMBI (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1290 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore()
1293 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore()
1323 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in igb_put_hw_semaphore()
H A De1000_i210.c64 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore_i210()
67 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore_i210()
H A De1000_defines.h384 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1378 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000e_get_hw_semaphore()
1381 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000e_get_hw_semaphore()
1408 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000e_put_hw_semaphore()
H A D82571.c467 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571()
470 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571()
497 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
H A Ddefines.h376 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
/openbmc/qemu/hw/net/
H A De1000x_regs.h325 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
/openbmc/u-boot/drivers/net/
H A De1000.c1186 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_eeprom_semaphore()
1188 swsm &= ~(E1000_SWSM_SWESMBI); in e1000_put_hw_eeprom_semaphore()
1226 swsm |= E1000_SWSM_SWESMBI; in e1000_get_hw_eeprom_semaphore()
1230 if (swsm & E1000_SWSM_SWESMBI) in e1000_get_hw_eeprom_semaphore()
H A De1000.h2490 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2061 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro