Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot.c83 ocelot_write(ocelot, macl, ANA_TABLES_MACLDATA); in ocelot_mact_select()
84 ocelot_write(ocelot, mach, ANA_TABLES_MACHDATA); in ocelot_mact_select()
96 ocelot_write(ocelot, ANA_TABLES_MACACCESS_VALID | in ocelot_mact_learn()
112 ocelot_write(ocelot, in ocelot_mact_forget()
132 ocelot_write(ocelot, MACACCESS_CMD_INIT, ANA_TABLES_MACACCESS); in ocelot_mact_init()
162 ocelot_write(ocelot, ANA_TABLES_VLANTIDX_V_INDEX(vid), in ocelot_vlant_set_mask()
165 ocelot_write(ocelot, ANA_TABLES_VLANACCESS_VLAN_PORT_MASK(mask) | in ocelot_vlant_set_mask()
185 ocelot_write(ocelot, val, ANA_VLANMASK); in ocelot_vlan_mode()
319 ocelot_write(ocelot, ANA_TABLES_VLANACCESS_CMD_INIT, in ocelot_vlan_init()
345 ocelot_write(ocelot, GENMASK(9, 0), ANA_VLANMASK); in ocelot_vlan_init()
[all …]
Docelot_ace.c121 ocelot_write(oc, value, S2_CORE_UPDATE_CTRL); in vcap_cmd()
141 ocelot_write(oc, data->tg, S2_CACHE_TG_DAT); in vcap_entry2cache()
751 ocelot_write(ocelot, vcap_is2.entry_count, S2_CORE_MV_CFG); in ocelot_ace_init()
755 ocelot_write(ocelot, vcap_is2.action_count, S2_CORE_MV_CFG); in ocelot_ace_init()
Docelot.h524 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) macro
Docelot_board.c227 ocelot_write(ocelot, SYS_PTP_NXT_PTP_NXT, SYS_PTP_NXT); in ocelot_ptp_rdy_irq_handler()