Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_police.c134 ocelot_write_gix(ocelot, value, ANA_POL_MODE_CFG, pol_ix); in qos_policer_conf_set()
136 ocelot_write_gix(ocelot, in qos_policer_conf_set()
141 ocelot_write_gix(ocelot, in qos_policer_conf_set()
145 ocelot_write_gix(ocelot, in qos_policer_conf_set()
150 ocelot_write_gix(ocelot, in qos_policer_conf_set()
Docelot.c108 ocelot_write_gix(ocelot, ANA_PORT_VCAP_S2_CFG_S2_ENA | in ocelot_vcap_enable()
112 ocelot_write_gix(ocelot, ANA_PORT_VCAP_CFG_S1_ENA, in ocelot_vcap_enable()
333 ocelot_write_gix(ocelot, 0, REW_PORT_VLAN_CFG, port); in ocelot_vlan_init()
334 ocelot_write_gix(ocelot, 0, REW_TAG_CFG, port); in ocelot_vlan_init()
402 ocelot_write_gix(ocelot, ANA_PFC_PFC_CFG_FC_LINK_SPEED(speed), in ocelot_adjust_link()
426 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_port_enable()
896 ocelot_write_gix(ocelot, port_cfg, ANA_PORT_PORT_CFG, port); in ocelot_bridge_stp_state_set()
1198 ocelot_write_gix(ocelot, port_cfg | in ocelot_setup_lag()
1268 ocelot_write_gix(ocelot, port_cfg | ANA_PORT_PORT_CFG_PORTID_VAL(port), in ocelot_port_lag_leave()
1402 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_RECV_ENA | in ocelot_cpu_port_init()
[all …]
Docelot_vcap.c1325 ocelot_write_gix(ocelot, 0x299, ANA_POL_MODE_CFG, in ocelot_vcap_init()
1327 ocelot_write_gix(ocelot, 0x1, ANA_POL_PIR_CFG, in ocelot_vcap_init()
1329 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_PIR_STATE, in ocelot_vcap_init()
1331 ocelot_write_gix(ocelot, 0x0, ANA_POL_CIR_CFG, in ocelot_vcap_init()
1333 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_CIR_STATE, in ocelot_vcap_init()
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1273 ocelot_write_gix(ocelot, QSYS_CIR_CFG_CIR_RATE(0) | in vsc9959_qos_port_cbs_set()
1291 ocelot_write_gix(ocelot, in vsc9959_qos_port_cbs_set()
Dfelix.c289 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in felix_phylink_mac_link_up()
/Linux-v5.10/include/soc/mscc/
Docelot.h671 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) macro