Home
last modified time | relevance | path

Searched refs:ocelot_target_write (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_vcap.c74 ocelot_target_write(ocelot, vcap->target, value, VCAP_CORE_UPDATE_CTRL); in vcap_cmd()
102 ocelot_target_write(ocelot, vcap->target, data->tg, VCAP_CACHE_TG_DAT); in vcap_entry2cache()
1237 ocelot_target_write(ocelot, vcap->target, vcap->entry_count, in ocelot_vcap_init_one()
1242 ocelot_target_write(ocelot, vcap->target, vcap->action_count, in ocelot_vcap_init_one()
/Linux-v5.10/include/soc/mscc/
Docelot.h700 #define ocelot_target_write(ocelot, target, val, reg) \ macro