Home
last modified time | relevance | path

Searched refs:ocelot_write (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c80 ocelot_write(ocelot, macl, ANA_TABLES_MACLDATA); in ocelot_mact_select()
81 ocelot_write(ocelot, mach, ANA_TABLES_MACHDATA); in ocelot_mact_select()
93 ocelot_write(ocelot, ANA_TABLES_MACACCESS_VALID | in ocelot_mact_learn()
109 ocelot_write(ocelot, in ocelot_mact_forget()
129 ocelot_write(ocelot, MACACCESS_CMD_INIT, ANA_TABLES_MACACCESS); in ocelot_mact_init()
154 ocelot_write(ocelot, ANA_TABLES_VLANTIDX_V_INDEX(vid), in ocelot_vlant_set_mask()
157 ocelot_write(ocelot, ANA_TABLES_VLANACCESS_VLAN_PORT_MASK(mask) | in ocelot_vlant_set_mask()
177 ocelot_write(ocelot, val, ANA_VLANMASK); in ocelot_vlan_mode()
304 ocelot_write(ocelot, ANA_TABLES_VLANACCESS_CMD_INIT, in ocelot_vlan_init()
330 ocelot_write(ocelot, GENMASK(9, 0), ANA_VLANMASK); in ocelot_vlan_init()
[all …]
Docelot_regs.c456 ocelot_write(ocelot, HSIO_PLL5G_CFG4_IB_CTRL(0x7600) | in ocelot_pll5_init()
458 ocelot_write(ocelot, HSIO_PLL5G_CFG0_CORE_CLK_DIV(0x11) | in ocelot_pll5_init()
469 ocelot_write(ocelot, HSIO_PLL5G_CFG2_EN_RESET_FRQ_DET | in ocelot_pll5_init()
Docelot.h542 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) macro