Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1214 ocelot_rmw(ocelot, QSYS_TAS_PARAM_CFG_CTRL_PORT_NUM(port) | in vsc9959_qos_port_tas_set()
1251 ocelot_rmw(ocelot, QSYS_TAS_PARAM_CFG_CTRL_CONFIG_CHANGE, in vsc9959_qos_port_tas_set()
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c96 ocelot_rmw(ocelot, 0, in ocelot_mact_init()
937 ocelot_rmw(ocelot, age_period, ANA_AUTOAGE_AGE_PERIOD_M, ANA_AUTOAGE); in ocelot_set_ageing_time()
/Linux-v5.10/include/soc/mscc/
Docelot.h678 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0) macro