Searched refs:E1000_SWSM (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_i210.c | 172 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 188 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 205 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 206 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_i210() 209 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_i210()
|
H A D | e1000_82571.c | 425 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_init_mac_params_82571() 433 E1000_WRITE_REG(hw, E1000_SWSM, swsm & ~E1000_SWSM_SMBI); in e1000_init_mac_params_82571() 535 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_82571() 549 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_82571() 550 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_82571() 553 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571() 581 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_put_hw_semaphore_82571() 585 E1000_WRITE_REG(hw, E1000_SWSM, swsm); in e1000_put_hw_semaphore_82571()
|
H A D | e1000_mac.c | 1725 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_generic() 1740 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_generic() 1741 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI); in e1000_get_hw_semaphore_generic() 1744 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_generic() 1772 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_put_hw_semaphore_generic() 1776 E1000_WRITE_REG(hw, E1000_SWSM, swsm); in e1000_put_hw_semaphore_generic()
|
H A D | e1000_regs.h | 526 #define E1000_SWSM 0x05B50 /* SW Semaphore */ macro
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 6706 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000g_get_driver_control() 6707 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_DRV_LOAD); in e1000g_get_driver_control() 6741 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000g_release_driver_control() 6742 E1000_WRITE_REG(hw, E1000_SWSM, swsm & ~E1000_SWSM_DRV_LOAD); in e1000g_release_driver_control()
|