Searched refs:oa_tc6_read_register (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/ |
| H A D | oa_tc6.c | 351 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, ®val); 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, ®val); in oa_tc6_mdiobus_read_c45() 591 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, ®val); in oa_tc6_read_status0() 627 ret = oa_tc6_read_register(tc6, OA_TC6_REG_INT_MASK0, ®val); 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 D | oa_tc6.h | 20 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value);
|
| /linux/drivers/net/ethernet/microchip/lan865x/ |
| H A D | lan865x.c | 263 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, ®val)) in lan865x_hw_disable() 294 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, ®val)) in lan865x_hw_enable()
|
| /linux/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 476 .. c:function:: int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, \
|