Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.c1843 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(1), value); in hw_atl_glb_mdio_iface1_set()
1848 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(1)); in hw_atl_glb_mdio_iface1_get()
1853 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(2), value); in hw_atl_glb_mdio_iface2_set()
1858 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(2)); in hw_atl_glb_mdio_iface2_get()
1863 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(3), value); in hw_atl_glb_mdio_iface3_set()
1868 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(3)); in hw_atl_glb_mdio_iface3_get()
1873 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(4), value); in hw_atl_glb_mdio_iface4_set()
1878 return aq_hw_read_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(4)); in hw_atl_glb_mdio_iface4_get()
1883 aq_hw_write_reg(aq_hw, HW_ATL_GLB_MDIO_IFACE_N_ADR(5), value); in hw_atl_glb_mdio_iface5_set()
1888 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.h2794 #define HW_ATL_GLB_MDIO_IFACE_N_ADR(number) \ macro