Searched refs:SYS_STAT_CFG_STAT_VIEW (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot_sys.h | 26 #define SYS_STAT_CFG_STAT_VIEW(x) ((x) & GENMASK(9, 0)) macro
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot_sys.h | 26 #define SYS_STAT_CFG_STAT_VIEW(x) ((x) & GENMASK(9, 0)) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 859 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(i), SYS_STAT_CFG); in ocelot_update_stats() 1532 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(port) | in ocelot_init()
|
H A D | ocelot_net.c | 482 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(port), in ocelot_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_regs.h | 1672 #define SYS_STAT_CFG_STAT_VIEW GENMASK(9, 0) macro 1674 FIELD_PREP(SYS_STAT_CFG_STAT_VIEW, x) 1676 FIELD_GET(SYS_STAT_CFG_STAT_VIEW, x)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_stats.c | 329 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(port), SYS_STAT_CFG); in ocelot_port_update_stats()
|
H A D | ocelot.c | 2962 ocelot_write(ocelot, SYS_STAT_CFG_STAT_VIEW(port) | in ocelot_init()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 2442 ocelot_rmw(ocelot, SYS_STAT_CFG_STAT_VIEW(sfid), in vsc9959_update_sfid_stats() 2453 SYS_STAT_CFG_STAT_VIEW(sfid) | in vsc9959_update_sfid_stats()
|
Completed in 18 milliseconds