Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1449 ocelot_rmw(ocelot, QSYS_TAS_PARAM_CFG_CTRL_PORT_NUM(port) | in vsc9959_qos_port_tas_set()
1488 ocelot_rmw(ocelot, QSYS_TAS_PARAM_CFG_CTRL_CONFIG_CHANGE, in vsc9959_qos_port_tas_set()
1523 ocelot_rmw(ocelot, in vsc9959_tas_clock_adjust()
1539 ocelot_rmw(ocelot, in vsc9959_tas_clock_adjust()
1544 ocelot_rmw(ocelot, QSYS_TAS_PARAM_CFG_CTRL_CONFIG_CHANGE, in vsc9959_tas_clock_adjust()
1892 ocelot_rmw(ocelot, in vsc9959_psfp_sfidmask_set()
1902 ocelot_rmw(ocelot, in vsc9959_psfp_sfidmask_set()
2073 ocelot_rmw(ocelot, ANA_SG_CONFIG_REG_3_INIT_GATE_STATE, in vsc9959_psfp_sgi_set()
2118 ocelot_rmw(ocelot, ANA_SG_ACCESS_CTRL_CONFIG_CHANGE, in vsc9959_psfp_sgi_set()
2395 ocelot_rmw(ocelot, SYS_STAT_CFG_STAT_VIEW(sfid), in vsc9959_update_sfid_stats()
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c198 ocelot_rmw(ocelot, 0, in ocelot_mact_init()
1665 ocelot_rmw(ocelot, age_period, ANA_AUTOAGE_AGE_PERIOD_M, ANA_AUTOAGE); in ocelot_set_ageing_time()
2582 ocelot_rmw(ocelot, BIT(from), BIT(from), in ocelot_port_mirror_add()
2596 ocelot_rmw(ocelot, 0, BIT(from), ANA_EMIRRORPORTS); in ocelot_port_mirror_del()
/linux-6.1.9/include/soc/mscc/
Docelot.h1079 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0) macro