Home
last modified time | relevance | path

Searched refs:ocelot_read (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mscc/
Docelot.c33 return ocelot_read(ocelot, ANA_TABLES_MACACCESS); in ocelot_mact_read_macaccess()
160 val = ocelot_read(ocelot, ANA_TABLES_MACACCESS); in ocelot_mact_lookup()
292 return ocelot_read(ocelot, ANA_TABLES_VLANACCESS); in ocelot_vlant_read_vlanaccess()
1185 u32 val = ocelot_read(ocelot, QS_INJ_STATUS); in ocelot_can_inject()
1250 while (ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp)) in ocelot_drain_cpu_queue()
1295 val = ocelot_read(ocelot, ANA_TABLES_MACACCESS); in ocelot_mact_read()
1307 macl = ocelot_read(ocelot, ANA_TABLES_MACLDATA); in ocelot_mact_read()
1308 mach = ocelot_read(ocelot, ANA_TABLES_MACHDATA); in ocelot_mact_read()
2868 mmgt = ocelot_read(ocelot, SYS_MMGT); in ocelot_detect_features()
2871 eq_ctrl = ocelot_read(ocelot, QSYS_EQ_CTRL); in ocelot_detect_features()
Docelot_vsc7514.c54 while (ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp)) { in ocelot_xtr_irq_handler()
Docelot_ptp.c723 val = ocelot_read(ocelot, SYS_PTP_TXSTAMP); in ocelot_get_hwtimestamp()
756 val = ocelot_read(ocelot, SYS_PTP_STATUS); in ocelot_get_txtstamp()
Docelot_net.c841 val = ocelot_read(ocelot, ANA_VLANMASK); in ocelot_vlan_mode()
/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c890 return ocelot_read(ocelot, SYS_RAM_INIT); in vsc9959_sys_ram_init_status()
1404 return ocelot_read(ocelot, QSYS_TAS_PARAM_CFG_CTRL); in vsc9959_tas_read_cfg_status()
1477 val = ocelot_read(ocelot, QSYS_PARAM_STATUS_REG_8); in vsc9959_qos_port_tas_set()
1888 return ocelot_read(ocelot, ANA_TABLES_SFIDACCESS); in vsc9959_sfi_access_status()
2101 return ocelot_read(ocelot, ANA_SG_ACCESS_CTRL); in vsc9959_sgi_cfg_status()
2446 match = ocelot_read(ocelot, SYS_COUNT_SF_MATCHING_FRAMES); in vsc9959_update_sfid_stats()
2447 not_pass_gate = ocelot_read(ocelot, SYS_COUNT_SF_NOT_PASSING_FRAMES); in vsc9959_update_sfid_stats()
2448 not_pass_sdu = ocelot_read(ocelot, SYS_COUNT_SF_NOT_PASSING_SDU); in vsc9959_update_sfid_stats()
2449 red = ocelot_read(ocelot, SYS_COUNT_SF_RED_FRAMES); in vsc9959_update_sfid_stats()
Dfelix.c1674 while (ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp)) { in felix_check_xtr_pkt()
/Linux-v6.6/include/soc/mscc/
Docelot.h905 #define ocelot_read(ocelot, reg) \ macro