Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c405 ocelot_rmw_rix(ocelot, QSYS_PORT_MODE_DEQUEUE_DIS, in ocelot_port_flush()
428 ocelot_rmw_rix(ocelot, 0, SYS_FRONT_PORT_MODE_HDX_MODE, in ocelot_port_flush()
436 ocelot_rmw_rix(ocelot, 0, QSYS_PORT_MODE_DEQUEUE_DIS, QSYS_PORT_MODE, in ocelot_port_flush()
1924 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood()
1935 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood()
1946 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_BC); in ocelot_port_set_bcast_flood()
2205 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init()
2208 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c422 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_UC); in felix_setup_tag_8021q()
423 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_MC); in felix_setup_tag_8021q()
424 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_BC); in felix_setup_tag_8021q()
532 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_UC); in felix_setup_tag_npi()
533 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_MC); in felix_setup_tag_npi()
534 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_BC); in felix_setup_tag_npi()
Dfelix_vsc9959.c1163 ocelot_rmw_rix(ocelot, in vsc9959_sched_speed_set()
1214 ocelot_rmw_rix(ocelot, in vsc9959_qos_port_tas_set()
1252 ocelot_rmw_rix(ocelot, in vsc9959_qos_port_tas_set()
/Linux-v5.15/include/soc/mscc/
Docelot.h701 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (r… macro