Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1259 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore()
1262 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore()
1292 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
/OK3568_Linux_fs/kernel/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.c468 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571()
471 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571()
498 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
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c1017 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_eeprom_semaphore()
1019 swsm &= ~(E1000_SWSM_SWESMBI); in e1000_put_hw_eeprom_semaphore()
1057 swsm |= E1000_SWSM_SWESMBI; in e1000_get_hw_eeprom_semaphore()
1061 if (swsm & E1000_SWSM_SWESMBI) in e1000_get_hw_eeprom_semaphore()
H A De1000.h2488 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2064 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro