Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot.c66 ocelot_write(ocelot, macl, ANA_TABLES_MACLDATA); in ocelot_mact_select()
67 ocelot_write(ocelot, mach, ANA_TABLES_MACHDATA); in ocelot_mact_select()
96 ocelot_write(ocelot, cmd, ANA_TABLES_MACACCESS); in __ocelot_mact_learn()
127 ocelot_write(ocelot, in ocelot_mact_forget()
184 ocelot_write(ocelot, in ocelot_mact_learn_streamdata()
1534 ocelot_write(ocelot, in ocelot_mact_read()
1581 ocelot_write(ocelot, in ocelot_mact_flush()
1592 ocelot_write(ocelot, in ocelot_mact_flush()
1599 ocelot_write(ocelot, 0, ANA_ANAGEFIL); in ocelot_mact_flush()
2916 ocelot_write(ocelot, 0, ANA_MIRRORPORTS); in ocelot_mirror_put()
[all …]
H A Docelot_ptp.c169 ocelot_write(ocelot, unit | adj, PTP_CLK_CFG_ADJ_FREQ); in ocelot_ptp_adjfine()
170 ocelot_write(ocelot, PTP_CFG_CLK_ADJ_CFG_ENA | direction, in ocelot_ptp_adjfine()
177 ocelot_write(ocelot, 0, PTP_CLK_CFG_ADJ_CFG); in ocelot_ptp_adjfine()
886 ocelot_write(ocelot, SYS_PTP_NXT_PTP_NXT, SYS_PTP_NXT); in ocelot_get_txtstamp()
918 ocelot_write(ocelot, SYS_PTP_CFG_PTP_STAMP_WID(30), SYS_PTP_CFG); in ocelot_init_timestamp()
919 ocelot_write(ocelot, 0xffffffff, ANA_TABLES_PTP_ID_LOW); in ocelot_init_timestamp()
920 ocelot_write(ocelot, 0xffffffff, ANA_TABLES_PTP_ID_HIGH); in ocelot_init_timestamp()
922 ocelot_write(ocelot, PTP_CFG_MISC_PTP_EN, PTP_CFG_MISC); in ocelot_init_timestamp()
H A Docelot_devlink.c481 ocelot_write(ocelot, all_tcs, QSYS_RES_QOS_MODE); in ocelot_watermark_init()
H A Docelot_stats.c329 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(port), SYS_STAT_CFG); in ocelot_port_update_stats()
H A Docelot_net.c847 ocelot_write(ocelot, val, ANA_VLANMASK); in ocelot_vlan_mode()
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1415 ocelot_write(ocelot, in vsc9959_tas_gcl_set()
1505 ocelot_write(ocelot, in vsc9959_qos_port_tas_set()
1570 ocelot_write(ocelot, lower_32_bits(base_ts.tv_sec), in vsc9959_tas_clock_adjust()
1918 ocelot_write(ocelot, val, ANA_TABLES_SFIDACCESS); in vsc9959_psfp_sfi_set()
1929 ocelot_write(ocelot, in vsc9959_psfp_sfi_set()
1937 ocelot_write(ocelot, in vsc9959_psfp_sfi_set()
1958 ocelot_write(ocelot, in vsc9959_psfp_sfidmask_set()
2130 ocelot_write(ocelot, ANA_SG_ACCESS_CTRL_SGID(sgi->index), in vsc9959_psfp_sgi_set()
2152 ocelot_write(ocelot, val, ANA_SG_CONFIG_REG_2); in vsc9959_psfp_sgi_set()
2155 ocelot_write(ocelot, in vsc9959_psfp_sgi_set()
[all …]
H A Dfelix.c451 ocelot_write(ocelot, QSYS_EXT_CPU_CFG_EXT_CPUQ_MSK_M | in felix_npi_port_init()
472 ocelot_write(ocelot, QSYS_EXT_CPU_CFG_EXT_CPU_PORT(unused_port), in felix_npi_port_deinit()
/linux-6.15/include/soc/mscc/
H A Docelot.h924 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) macro