Home
last modified time | relevance | path

Searched refs:phy_val (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/atheros/alx/
A Dhw.c240 u16 phy_val; in alx_get_phy_config() local
253 if (ALX_PHY_INITED == phy_val) in alx_get_phy_config()
494 u16 phy_val; in alx_reset_phy() local
540 &phy_val); in alx_reset_phy()
549 &phy_val); in alx_reset_phy()
780 u16 phy_val, len, agc; in alx_post_phy_link() local
790 &phy_val); in alx_post_phy_link()
804 &phy_val); in alx_post_phy_link()
827 &phy_val); in alx_post_phy_link()
831 phy_val); in alx_post_phy_link()
[all …]
/drivers/net/ethernet/atheros/atl1c/
A Datl1c_hw.c845 u16 phy_val; in atl1c_post_phy_linkchg() local
856 &phy_val); in atl1c_post_phy_linkchg()
857 phy_val = FIELD_GETX(phy_val, CLDCTRL6_CAB_LEN); in atl1c_post_phy_linkchg()
858 phy_val = phy_val > CLDCTRL6_CAB_LEN_SHORT ? in atl1c_post_phy_linkchg()
860 atl1c_write_phy_dbg(hw, MIIDBG_AZ_ANADECT, phy_val); in atl1c_post_phy_linkchg()
/drivers/net/ethernet/atheros/atl1e/
A Datl1e_hw.c411 u16 phy_val; in atl1e_phy_init() local
440 phy_val = 0x02ef; in atl1e_phy_init()
443 ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, phy_val); in atl1e_phy_init()
/drivers/misc/cardreader/
A Drts5264.c416 u16 setting_reg1, setting_reg2, phy_val; in rts5264_init_from_hw() local
453 rtsx_pci_read_phy_register(pcr, _PHY_REV0, &phy_val); in rts5264_init_from_hw()
454 phy_val &= 0xFFFD; in rts5264_init_from_hw()
484 rtsx_pci_write_register(pcr, 0xFF28, 0xFF, (u8)phy_val); in rts5264_init_from_hw()
485 rtsx_pci_write_register(pcr, 0xFF29, 0xFF, (u8)(phy_val >> 8)); in rts5264_init_from_hw()
/drivers/net/ethernet/atheros/atlx/
A Datl2.c2625 u16 phy_val; in atl2_phy_init() local
2637 atl2_read_phy_reg(hw, MII_DBG_DATA, &phy_val); in atl2_phy_init()
2640 if (phy_val & 0x1000) { in atl2_phy_init()
2641 phy_val &= ~0x1000; in atl2_phy_init()
2642 atl2_write_phy_reg(hw, MII_DBG_DATA, phy_val); in atl2_phy_init()
2735 u16 phy_val; in atl2_force_ps() local
2738 atl2_read_phy_reg(hw, MII_DBG_DATA, &phy_val); in atl2_force_ps()
2739 atl2_write_phy_reg(hw, MII_DBG_DATA, phy_val | 0x1000); in atl2_force_ps()

Completed in 17 milliseconds