Searched refs:E1000_SWSM_SWESMBI (Results 1 – 7 of 7) sorted by relevance
1211 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore()1214 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore()1244 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in igb_put_hw_semaphore()
84 wr32(E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in igb_get_hw_semaphore_i210()87 if (rd32(E1000_SWSM) & E1000_SWSM_SWESMBI) in igb_get_hw_semaphore_i210()
367 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
1396 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000e_get_hw_semaphore()1399 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000e_get_hw_semaphore()1426 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000e_put_hw_semaphore()
391 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
486 ew32(SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571()489 if (er32(SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571()516 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI); in e1000_put_hw_semaphore_82571()
2089 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro