Searched refs:ocelot_rmw_rix (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/dsa/ocelot/ |
| A D | felix.c | 425 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_UC); in felix_setup_tag_8021q() 426 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_MC); in felix_setup_tag_8021q() 427 ocelot_rmw_rix(ocelot, 0, cpu_flood, ANA_PGID_PGID, PGID_BC); in felix_setup_tag_8021q() 535 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_UC); in felix_setup_tag_npi() 536 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_MC); in felix_setup_tag_npi() 537 ocelot_rmw_rix(ocelot, cpu_flood, cpu_flood, ANA_PGID_PGID, PGID_BC); in felix_setup_tag_npi()
|
| A D | felix_vsc9959.c | 1161 ocelot_rmw_rix(ocelot, in vsc9959_sched_speed_set() 1212 ocelot_rmw_rix(ocelot, in vsc9959_qos_port_tas_set() 1250 ocelot_rmw_rix(ocelot, in vsc9959_qos_port_tas_set()
|
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot.c | 542 ocelot_rmw_rix(ocelot, QSYS_PORT_MODE_DEQUEUE_DIS, in ocelot_port_flush() 565 ocelot_rmw_rix(ocelot, 0, SYS_FRONT_PORT_MODE_HDX_MODE, in ocelot_port_flush() 573 ocelot_rmw_rix(ocelot, 0, QSYS_PORT_MODE_DEQUEUE_DIS, QSYS_PORT_MODE, in ocelot_port_flush() 2306 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_UC); in ocelot_port_set_ucast_flood() 2317 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_MC); in ocelot_port_set_mcast_flood() 2328 ocelot_rmw_rix(ocelot, val, BIT(port), ANA_PGID_PGID, PGID_BC); in ocelot_port_set_bcast_flood() 2590 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init() 2593 ocelot_rmw_rix(ocelot, ANA_PGID_PGID_PGID(BIT(ocelot->num_phys_ports)), in ocelot_init()
|
| /linux/include/soc/mscc/ |
| A D | ocelot.h | 714 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (r… macro
|
Completed in 18 milliseconds