Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A Docelot.c256 ocelot_rmw_gix(ocelot, REW_PORT_CFG_ES0_EN, in ocelot_vcap_enable()
403 ocelot_rmw_gix(ocelot, REW_TAG_CFG_TAG_CFG(tag_cfg), in ocelot_port_manage_port_tag()
416 ocelot_rmw_gix(ocelot, in ocelot_port_manage_port_tag()
618 ocelot_rmw_gix(ocelot, in ocelot_port_set_pvid()
637 ocelot_rmw_gix(ocelot, val, in ocelot_port_set_pvid()
786 ocelot_rmw_gix(ocelot, val, in ocelot_port_vlan_filtering()
960 ocelot_rmw_gix(ocelot, REW_PORT_CFG_FLUSH_ENA, REW_PORT_CFG_FLUSH_ENA, in ocelot_port_flush()
972 ocelot_rmw_gix(ocelot, 0, REW_PORT_CFG_FLUSH_ENA, REW_PORT_CFG, port); in ocelot_port_flush()
1992 ocelot_rmw_gix(ocelot, learn_ena, ANA_PORT_PORT_CFG_LEARN_ENA, in ocelot_bridge_stp_state_set()
2373 ocelot_rmw_gix(ocelot, in ocelot_setup_logical_port_ids()
[all …]
H A Docelot_police.c222 ocelot_rmw_gix(ocelot, in ocelot_port_policer_add()
246 ocelot_rmw_gix(ocelot, in ocelot_port_policer_del()
H A Docelot_vcap.c1091 ocelot_rmw_gix(ocelot, val, in ocelot_match_all_as_mac_etype()
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1605 ocelot_rmw_gix(ocelot, 0, QSYS_SE_CFG_SE_AVB_ENA, in vsc9959_qos_port_cbs_set()
1625 ocelot_rmw_gix(ocelot, in vsc9959_qos_port_cbs_set()
/linux/include/soc/mscc/
H A Docelot.h928 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) \ macro