Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c33 return oa_tc6_reg_write(ctx->tc6, LAN865x_MAC_NCR, ctl); in lan865x_mac_rxtx_control()
70 return oa_tc6_reg_write(ctx->tc6, LAN865x_MAC_NCFGR, in lan865x_set_config()
174 oa_tc6_reg_write(ctx->tc6, 0x000400D8, addr); in lan865x_read_indirect_reg()
175 oa_tc6_reg_write(ctx->tc6, 0x000400DA, 0x02); in lan865x_read_indirect_reg()
281 oa_tc6_reg_write(ctx->tc6, MMS_REG(lan865x_conf[i].mms, in lan865x_init_chip()
297 oa_tc6_reg_write(ctx->tc6, 0x00040087, 0x0083u); /* COL_DET_CTRL0 */ in lan865x_config_plca()
305 oa_tc6_reg_write(ctx->tc6, 0x0004CA02, val); /* PLCA_CONTROL_1_REGISTER */ in lan865x_config_plca()
309 oa_tc6_reg_write(ctx->tc6, 0x0004CA05, val); /* PLCA_BURST_MODE_REGISTER */ in lan865x_config_plca()
312 oa_tc6_reg_write(ctx->tc6, 0x0004CA01, BIT(15)); /* PLCA_CONTROL_0_REGISTER */ in lan865x_config_plca()
325 oa_tc6_reg_write(ctx->tc6, LAN865x_MAC_SAB2, val); in lan865x_write_macaddress()
[all …]
Doa_tc6.c77 int oa_tc6_reg_write(struct oa_tc6 *tc6, const uint32_t reg, uint32_t val) in oa_tc6_reg_write() function
163 return oa_tc6_reg_write(tc6, reg, tmp); in oa_tc6_reg_rmw()
251 oa_tc6_reg_write(tc6, OA_STATUS0, sts); in oa_tc6_check_status()
257 oa_tc6_reg_write(tc6, OA_STATUS1, sts); in oa_tc6_check_status()
Doa_tc6.h165 int oa_tc6_reg_write(struct oa_tc6 *tc6, const uint32_t reg, uint32_t val);