Home
last modified time | relevance | path

Searched refs:oa_tc6_read_register (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/
H A Doa_tc6.c351 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value) in oa_tc6_read_register() function
355 EXPORT_SYMBOL_GPL(oa_tc6_read_register);
406 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STDCAP, &regval); in oa_tc6_check_phy_reg_direct_access_capability()
427 ret = oa_tc6_read_register(tc6, OA_TC6_PHY_STD_REG_ADDR_BASE | in oa_tc6_mdiobus_read()
475 ret = oa_tc6_read_register(tc6, (ret << 16) | regnum, &regval); in oa_tc6_mdiobus_read_c45()
591 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, &regval); in oa_tc6_read_status0()
627 ret = oa_tc6_read_register(tc6, OA_TC6_REG_INT_MASK0, &regval); in oa_tc6_unmask_macphy_error_interrupts()
644 ret = oa_tc6_read_register(tc6, OA_TC6_REG_CONFIG0, &value); in oa_tc6_enable_data_transfer()
677 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, &value); in oa_tc6_process_extended_status()
1142 ret = oa_tc6_read_register(tc6, OA_TC6_REG_BUFFER_STATUS, &value); in oa_tc6_update_buffer_status_from_register()
[all …]
/linux/include/linux/
H A Doa_tc6.h20 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value);
/linux/drivers/net/ethernet/microchip/lan865x/
H A Dlan865x.c263 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, &regval)) in lan865x_hw_disable()
294 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, &regval)) in lan865x_hw_enable()
/linux/Documentation/networking/
H A Doa-tc6-framework.rst476 .. c:function:: int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, \