Searched refs:IGC_SWSM (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/ |
H A D | igc_mac.c | 931 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_generic() 946 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_generic() 947 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_generic() 950 if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_generic() 978 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_put_hw_semaphore_generic() 982 IGC_WRITE_REG(hw, IGC_SWSM, swsm); in igc_put_hw_semaphore_generic()
|
H A D | igc_i225.c | 381 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 397 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 415 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225() 416 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_i225() 419 if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_i225()
|
H A D | igc_regs.h | 273 #define IGC_SWSM 0x05B50 /* SW Semaphore */ macro
|