Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A 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()
H A Docelot.c121 ocelot_write_gix(ocelot, ANA_PORT_VCAP_S2_CFG_S2_ENA | in ocelot_vcap_enable()
125 ocelot_write_gix(ocelot, ANA_PORT_VCAP_CFG_S1_ENA, in ocelot_vcap_enable()
346 ocelot_write_gix(ocelot, 0, REW_PORT_VLAN_CFG, port); in ocelot_vlan_init()
347 ocelot_write_gix(ocelot, 0, REW_TAG_CFG, port); in ocelot_vlan_init()
474 ocelot_write_gix(ocelot, ANA_PFC_PFC_CFG_FC_LINK_SPEED(speed), in ocelot_adjust_link()
498 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_port_enable()
968 ocelot_write_gix(ocelot, port_cfg, ANA_PORT_PORT_CFG, port); in ocelot_bridge_stp_state_set()
1270 ocelot_write_gix(ocelot, port_cfg | in ocelot_setup_lag()
1340 ocelot_write_gix(ocelot, port_cfg | ANA_PORT_PORT_CFG_PORTID_VAL(port), in ocelot_port_lag_leave()
1474 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_RECV_ENA | in ocelot_cpu_port_init()
[all …]
H A Docelot_vcap.c1332 ocelot_write_gix(ocelot, 0x299, ANA_POL_MODE_CFG, in ocelot_vcap_init()
1334 ocelot_write_gix(ocelot, 0x1, ANA_POL_PIR_CFG, in ocelot_vcap_init()
1336 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_PIR_STATE, in ocelot_vcap_init()
1338 ocelot_write_gix(ocelot, 0x0, ANA_POL_CIR_CFG, in ocelot_vcap_init()
1340 ocelot_write_gix(ocelot, 0x3fffff, ANA_POL_CIR_STATE, in ocelot_vcap_init()
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1276 ocelot_write_gix(ocelot, QSYS_CIR_CFG_CIR_RATE(0) | in vsc9959_qos_port_cbs_set()
1294 ocelot_write_gix(ocelot, in vsc9959_qos_port_cbs_set()
H A Dfelix.c304 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in felix_phylink_mac_link_up()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h671 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) macro