Home
last modified time | relevance | path

Searched refs:IGC_SWSM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_i225.c49 swsm = rd32(IGC_SWSM); in igc_get_hw_semaphore_i225()
65 swsm = rd32(IGC_SWSM); in igc_get_hw_semaphore_i225()
82 swsm = rd32(IGC_SWSM); in igc_get_hw_semaphore_i225()
83 wr32(IGC_SWSM, swsm | IGC_SWSM_SWESMBI); in igc_get_hw_semaphore_i225()
86 if (rd32(IGC_SWSM) & IGC_SWSM_SWESMBI) in igc_get_hw_semaphore_i225()
H A Digc_mac.c729 swsm = rd32(IGC_SWSM); in igc_put_hw_semaphore()
733 wr32(IGC_SWSM, swsm); in igc_put_hw_semaphore()
H A Digc_regs.h37 #define IGC_SWSM 0x05B50 /* SW Semaphore */ macro