Home
last modified time | relevance | path

Searched refs:HW_ATL_GLB_MDIO_IFACE_N_ADR (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.c1800 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(1), value); in hw_atl_glb_mdio_iface1_set()
1805 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(1)); in hw_atl_glb_mdio_iface1_get()
1810 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(2), value); in hw_atl_glb_mdio_iface2_set()
1815 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(2)); in hw_atl_glb_mdio_iface2_get()
1820 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(3), value); in hw_atl_glb_mdio_iface3_set()
1825 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(3)); in hw_atl_glb_mdio_iface3_get()
1830 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(4), value); in hw_atl_glb_mdio_iface4_set()
1835 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(4)); in hw_atl_glb_mdio_iface4_get()
1840 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(5), value); in hw_atl_glb_mdio_iface5_set()
1845 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(5)); in hw_atl_glb_mdio_iface5_get()
Dhw_atl_llh_internal.h2762 #define HW_ATL_GLB_MDIO_IFACE_N_ADR(number) \ macro