Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_police.c138 ocelot_write_gix(ocelot, value, ANA_POL_MODE_CFG, pol_ix); in qos_policer_conf_set()
140 ocelot_write_gix(ocelot, in qos_policer_conf_set()
145 ocelot_write_gix(ocelot, in qos_policer_conf_set()
149 ocelot_write_gix(ocelot, in qos_policer_conf_set()
154 ocelot_write_gix(ocelot, in qos_policer_conf_set()
Docelot.c249 ocelot_write_gix(ocelot, ANA_PORT_VCAP_S2_CFG_S2_ENA | in ocelot_vcap_enable()
253 ocelot_write_gix(ocelot, ANA_PORT_VCAP_CFG_S1_ENA, in ocelot_vcap_enable()
751 ocelot_write_gix(ocelot, 0, REW_PORT_VLAN_CFG, port); in ocelot_vlan_init()
752 ocelot_write_gix(ocelot, 0, REW_TAG_CFG, port); in ocelot_vlan_init()
2815 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_init_port()
2840 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_RECV_ENA | in ocelot_cpu_port_init()
2853 ocelot_write_gix(ocelot, in ocelot_cpu_port_init()
3009 ocelot_write_gix(ocelot, in ocelot_init()
Docelot_devlink.c232 ocelot_write_gix(ocelot, wm, QSYS_RES_CFG, index); in ocelot_wm_write()
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c520 ocelot_write_gix(ocelot, in felix_tag_8021q_setup()
545 ocelot_write_gix(ocelot, in felix_tag_8021q_teardown()
Dfelix_vsc9959.c1593 ocelot_write_gix(ocelot, QSYS_CIR_CFG_CIR_RATE(0) | in vsc9959_qos_port_cbs_set()
1611 ocelot_write_gix(ocelot, in vsc9959_qos_port_cbs_set()
/linux-6.6.21/include/soc/mscc/
Docelot.h910 #define ocelot_write_gix(ocelot, val, reg, gi) \ macro