Searched refs:IGC_SWSM (Results 1 – 3 of 3) sorted by relevance
387 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()403 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()421 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()422 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_i225()425 if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_i225()
792 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_put_hw_semaphore_generic()795 IGC_WRITE_REG(hw, IGC_SWSM, swsm); in igc_put_hw_semaphore_generic()
285 #define IGC_SWSM 0x05B50 /* SW Semaphore */ macro