Searched refs:oa_tc6_read_register (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/ |
| H A D | oa_tc6.c | 342 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value) in oa_tc6_read_register() function 346 EXPORT_SYMBOL_GPL(oa_tc6_read_register); 439 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STDCAP, ®val); in oa_tc6_check_phy_reg_direct_access_capability() 460 ret = oa_tc6_read_register(tc6, OA_TC6_PHY_STD_REG_ADDR_BASE | in oa_tc6_mdiobus_read() 633 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, ®val); in oa_tc6_read_status0() 669 ret = oa_tc6_read_register(tc6, OA_TC6_REG_INT_MASK0, ®val); in oa_tc6_unmask_macphy_error_interrupts() 686 ret = oa_tc6_read_register(tc6, OA_TC6_REG_CONFIG0, &value); in oa_tc6_enable_data_transfer() 781 oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, ®val); in oa_tc6_disable_traffic() 791 ret = oa_tc6_read_register(tc6, OA_TC6_REG_STATUS0, &value); in oa_tc6_process_extended_status() 1338 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 | 85 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/drivers/net/ethernet/adi/ |
| H A D | adin1140.c | 255 ret = oa_tc6_read_register(priv->tc6, OA_TC6_REG_CONFIG2, &val); in adin1140_promiscuous_mode() 381 ret = oa_tc6_read_register(priv->tc6, OA_TC6_REG_CONFIG2, ®_val); in adin1140_configure()
|
| /linux/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 477 .. c:function:: int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, \
|