Searched refs:emac_mode (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_hw_phy.c | 630 REG_RD(pdev, emac.emac_mode, &val); in init_utp() 632 REG_WR(pdev, emac.emac_mode, val); in init_utp() 1185 REG_RD(pdev, emac.emac_mode, &val); in init_5708_serdes() 1187 REG_WR(pdev, emac.emac_mode, val); in init_5708_serdes() 1553 REG_RD(pdev, emac.emac_mode, &val); in init_5709_serdes() 1555 REG_WR(pdev, emac.emac_mode, val); in init_5709_serdes() 1768 REG_RD(pdev, emac.emac_mode, &val); in init_5706_serdes() 1770 REG_WR(pdev, emac.emac_mode, val); in init_5706_serdes() 1986 REG_RD(pdev, emac.emac_mode, &val); in init_loopback_mac_link() 1989 REG_WR(pdev, emac.emac_mode, val); in init_loopback_mac_link() [all …]
|
H A D | bnx_lm_main.c | 3980 REG_RD(pdev, emac.emac_mode, &val); in set_d0_power_state() 3983 REG_WR(pdev, emac.emac_mode, val); in set_d0_power_state() 4014 REG_RD(pdev, emac.emac_mode, &val); in set_d3_power_state() 4038 REG_WR(pdev, emac.emac_mode, val); in set_d3_power_state()
|
H A D | bnx_hw_reset.c | 2002 REG_WR(pdev, emac.emac_mode, EMAC_MODE_EXT_LINK_POL | EMAC_MODE_PORT_GMII); in lm_reset_setup()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_power.c | 376 val = REG_RD(pdev, emac.emac_mode); in set_d0_power_state() 379 REG_WR(pdev, emac.emac_mode, val); in set_d0_power_state()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
H A D | 5706_reg.h | 5430 u32_t emac_mode; member
|