Searched refs:E1000_SWSM_SWESMBI (Results 1 – 7 of 7) sorted by relevance
1290 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()
64 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()
384 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
1378 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()
468 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()
376 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro
2061 #define E1000_SWSM_SWESMBI 0x00000002 /* FW Semaphore bit */ macro