Searched refs:tse_pcs_base (Results 1 – 3 of 3) sorted by relevance
109 void __iomem *tse_pcs_base = pcs->tse_pcs_base; in pcs_link_timer_callback() local112 val = readw(tse_pcs_base + TSE_PCS_STATUS_REG); in pcs_link_timer_callback()130 void __iomem *tse_pcs_base = pcs->tse_pcs_base; in auto_nego_timer_callback() local133 val = readw(tse_pcs_base + TSE_PCS_STATUS_REG); in auto_nego_timer_callback()138 val = readw(tse_pcs_base + TSE_PCS_PARTNER_ABILITY_REG); in auto_nego_timer_callback()177 val = readw(tse_pcs_base + TSE_PCS_CONTROL_REG); in auto_nego_timer_callback()179 writew(val, tse_pcs_base + TSE_PCS_CONTROL_REG); in auto_nego_timer_callback()181 tse_pcs_reset(tse_pcs_base, pcs); in auto_nego_timer_callback()200 void __iomem *tse_pcs_base = pcs->tse_pcs_base; in tse_pcs_fix_mac_speed() local206 val = readw(tse_pcs_base + TSE_PCS_CONTROL_REG); in tse_pcs_fix_mac_speed()[all …]
208 dwmac->pcs.tse_pcs_base = in socfpga_dwmac_parse_data()211 if (IS_ERR(dwmac->pcs.tse_pcs_base)) { in socfpga_dwmac_parse_data()212 ret = PTR_ERR(dwmac->pcs.tse_pcs_base); in socfpga_dwmac_parse_data()314 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen5_set_phy_mode()371 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen10_set_phy_mode()
19 void __iomem *tse_pcs_base; member