Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A 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()
H A 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()
2890 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_init_port()
2915 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_RECV_ENA | in ocelot_cpu_port_init()
2928 ocelot_write_gix(ocelot, in ocelot_cpu_port_init()
3086 ocelot_write_gix(ocelot, in ocelot_init()
H A Docelot_devlink.c232 ocelot_write_gix(ocelot, wm, QSYS_RES_CFG, index); in ocelot_wm_write()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c520 ocelot_write_gix(ocelot, in felix_tag_8021q_setup()
547 ocelot_write_gix(ocelot, in felix_tag_8021q_teardown()
H A Dfelix_vsc9959.c1601 ocelot_write_gix(ocelot, QSYS_CIR_CFG_CIR_RATE(0) | in vsc9959_qos_port_cbs_set()
1619 ocelot_write_gix(ocelot, in vsc9959_qos_port_cbs_set()
/openbmc/linux/include/soc/mscc/
H A Docelot.h911 #define ocelot_write_gix(ocelot, val, reg, gi) \ macro