Home
last modified time | relevance | path

Searched refs:oa_tc6_reg_read (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.c21 int oa_tc6_reg_read(struct oa_tc6 *tc6, const uint32_t reg, uint32_t *val) in oa_tc6_reg_read() function
148 ret = oa_tc6_reg_read(tc6, reg, &tmp); in oa_tc6_reg_rmw()
164 return oa_tc6_reg_read( in oa_tc6_mdio_read()
202 ret = oa_tc6_reg_read(tc6, (ret << 16) | regad, &tmp); in oa_tc6_mdio_read_c45()
306 oa_tc6_reg_read(tc6, OA_STATUS0, &sts); in oa_tc6_check_status()
312 oa_tc6_reg_read(tc6, OA_STATUS1, &sts); in oa_tc6_check_status()
Deth_lan865x.c75 ret = oa_tc6_reg_read(ctx->tc6, OA_CONFIG0, &val); in lan865x_enable_sync()
198 ret = oa_tc6_reg_read(ctx->tc6, LAN865x_DEVID, &val); in lan865x_check_spi()
330 oa_tc6_reg_read(tc6, OA_STATUS0, &sts); in lan865x_int_thread()
Doa_tc6.h158 int oa_tc6_reg_read(struct oa_tc6 *tc6, const uint32_t reg, uint32_t *val);