Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c207 ocelot_write_gix(ocelot, val, ANA_PORT_DROP_CFG, port->chip_port); in ocelot_vlan_port_apply()
322 ocelot_write_gix(ocelot, ANA_PORT_VLAN_CFG_VLAN_VID(0) | in ocelot_vlan_init()
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()
438 ocelot_write_gix(ocelot, ANA_PFC_PFC_CFG_FC_LINK_SPEED(speed), in ocelot_port_adjust_link()
480 ocelot_write_gix(ocelot, ANA_PORT_PORT_CFG_LEARNAUTO | in ocelot_port_open()
1057 ocelot_write_gix(ocelot, port_cfg, ANA_PORT_PORT_CFG, in ocelot_port_attr_stp_state_set()
1121 ocelot_write_gix(ocelot, val, ANA_PORT_CPU_FWD_CFG, port->chip_port); in ocelot_port_attr_mc_set()
1417 ocelot_write_gix(ocelot, port_cfg | in ocelot_setup_lag()
1490 ocelot_write_gix(ocelot, port_cfg | ANA_PORT_PORT_CFG_PORTID_VAL(p), in ocelot_port_lag_leave()
[all …]
Docelot.h540 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) macro