Home
last modified time | relevance | path

Searched refs:ocelot_rmw_rix (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c85 ocelot_rmw_rix(ocelot, QSYS_PREEMPTION_CFG_P_QUEUES(val), in ocelot_port_update_active_preemptible_tcs()
209 ocelot_rmw_rix(ocelot, in ocelot_port_set_mm()
H A Docelot.c939 ocelot_rmw_rix(ocelot, QSYS_PORT_MODE_DEQUEUE_DIS, in ocelot_port_flush()
962 ocelot_rmw_rix(ocelot, 0, SYS_FRONT_PORT_MODE_HDX_MODE, in ocelot_port_flush()
970 ocelot_rmw_rix(ocelot, 0, QSYS_PORT_MODE_DEQUEUE_DIS, QSYS_PORT_MODE, in ocelot_port_flush()
2706 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood()
2717 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood()
2718 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MCIPV4); in ocelot_port_set_mcast_flood()
2719 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MCIPV6); in ocelot_port_set_mcast_flood()
2730 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_BC); in ocelot_port_set_bcast_flood()
3277 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init()
3280 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c680 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_UC); in felix_set_host_flood()
683 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MC); in felix_set_host_flood()
684 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MCIPV4); in felix_set_host_flood()
685 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_MCIPV6); in felix_set_host_flood()
688 ocelot_rmw_rix(ocelot, val, mask, ANA_PGID_PGID, PGID_BC); in felix_set_host_flood()
H A Dfelix_vsc9959.c1375 ocelot_rmw_rix(ocelot, in vsc9959_sched_speed_set()
1435 ocelot_rmw_rix(ocelot, 0, QSYS_TAG_CONFIG_ENABLE, in vsc9959_qos_port_tas_set()
1492 ocelot_rmw_rix(ocelot, in vsc9959_qos_port_tas_set()
1564 ocelot_rmw_rix(ocelot, 0, QSYS_TAG_CONFIG_ENABLE, in vsc9959_tas_clock_adjust()
1587 ocelot_rmw_rix(ocelot, QSYS_TAG_CONFIG_ENABLE, in vsc9959_tas_clock_adjust()
/linux/include/soc/mscc/
H A Docelot.h930 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) \ macro