Home
last modified time | relevance | path

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

/Linux-v5.15/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.c123 ocelot_write_gix(ocelot, ANA_PORT_VCAP_S2_CFG_S2_ENA | in ocelot_vcap_enable()
127 ocelot_write_gix(ocelot, ANA_PORT_VCAP_CFG_S1_ENA, in ocelot_vcap_enable()
389 ocelot_write_gix(ocelot, 0, REW_PORT_VLAN_CFG, port); in ocelot_vlan_init()
390 ocelot_write_gix(ocelot, 0, REW_TAG_CFG, port); in ocelot_vlan_init()
2036 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_init_port()
2061 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_RECV_ENA | in ocelot_cpu_port_init()
2074 ocelot_write_gix(ocelot, ANA_PORT_VLAN_CFG_VLAN_VID(0) | in ocelot_cpu_port_init()
2188 ocelot_write_gix(ocelot, in ocelot_init()
Docelot_vcap.c1337 ocelot_write_gix(ocelot, 0x299, ANA_POL_MODE_CFG, in ocelot_vcap_init()
1339 ocelot_write_gix(ocelot, 0x1, ANA_POL_PIR_CFG, in ocelot_vcap_init()
1341 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_PIR_STATE, in ocelot_vcap_init()
1343 ocelot_write_gix(ocelot, 0x0, ANA_POL_CIR_CFG, in ocelot_vcap_init()
1345 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_CIR_STATE, in ocelot_vcap_init()
Docelot_devlink.c232 ocelot_write_gix(ocelot, wm, QSYS_RES_CFG, index); in ocelot_wm_write()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1298 ocelot_write_gix(ocelot, QSYS_CIR_CFG_CIR_RATE(0) | in vsc9959_qos_port_cbs_set()
1316 ocelot_write_gix(ocelot, in vsc9959_qos_port_cbs_set()
Dfelix.c412 ocelot_write_gix(ocelot, in felix_setup_tag_8021q()
461 ocelot_write_gix(ocelot, in felix_teardown_tag_8021q()
/Linux-v5.15/include/soc/mscc/
Docelot.h695 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) macro