Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_police.c151 ocelot_write_gix(ocelot, value, ANA_POL_MODE_CFG, pol_ix); in qos_policer_conf_set()
153 ocelot_write_gix(ocelot, in qos_policer_conf_set()
158 ocelot_write_gix(ocelot, in qos_policer_conf_set()
162 ocelot_write_gix(ocelot, in qos_policer_conf_set()
167 ocelot_write_gix(ocelot, in qos_policer_conf_set()
Docelot.c137 ocelot_write_gix(ocelot, ANA_PORT_VCAP_S2_CFG_S2_ENA | in ocelot_vcap_enable()
215 ocelot_write_gix(ocelot, val, ANA_PORT_DROP_CFG, port->chip_port); in ocelot_vlan_port_apply()
337 ocelot_write_gix(ocelot, ANA_PORT_VLAN_CFG_VLAN_VID(0) | in ocelot_vlan_init()
348 ocelot_write_gix(ocelot, 0, REW_PORT_VLAN_CFG, port); in ocelot_vlan_init()
349 ocelot_write_gix(ocelot, 0, REW_TAG_CFG, port); in ocelot_vlan_init()
453 ocelot_write_gix(ocelot, ANA_PFC_PFC_CFG_FC_LINK_SPEED(speed), in ocelot_port_adjust_link()
495 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_port_open()
1237 ocelot_write_gix(ocelot, port_cfg, ANA_PORT_PORT_CFG, in ocelot_port_attr_stp_state_set()
1301 ocelot_write_gix(ocelot, val, ANA_PORT_CPU_FWD_CFG, port->chip_port); in ocelot_port_attr_mc_set()
1591 ocelot_write_gix(ocelot, port_cfg | in ocelot_setup_lag()
[all …]
Docelot_ace.c763 ocelot_write_gix(ocelot, 0x299, ANA_POL_MODE_CFG, in ocelot_ace_init()
765 ocelot_write_gix(ocelot, 0x1, ANA_POL_PIR_CFG, in ocelot_ace_init()
767 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_PIR_STATE, in ocelot_ace_init()
769 ocelot_write_gix(ocelot, 0x0, ANA_POL_CIR_CFG, in ocelot_ace_init()
771 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_CIR_STATE, in ocelot_ace_init()
Docelot.h522 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) macro