Searched refs:E1000_SWSM_SWESMBI (Results 1 – 7 of 7) sorted by relevance
1220 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore()1223 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore()1253 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in igb_put_hw_semaphore()
86 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore_i210()89 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore_i210()
359 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
1397 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000e_get_hw_semaphore()1400 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000e_get_hw_semaphore()1427 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000e_put_hw_semaphore()
496 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571()499 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571()526 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
394 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
2091 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro