Searched refs:ocelot_field_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | seville_vsc9953.c | 866 ocelot_field_read(ocelot, GCB_SOFT_RST_SWC_RST, &val); in vsc9953_gcb_soft_rst_status() 875 ocelot_field_read(ocelot, SYS_RESET_CFG_MEM_INIT, &val); in vsc9953_sys_ram_init_status() 884 ocelot_field_read(ocelot, GCB_MIIM_MII_STATUS_PENDING, &val); in vsc9953_gcb_miim_pending_status() 893 ocelot_field_read(ocelot, GCB_MIIM_MII_STATUS_BUSY, &val); in vsc9953_gcb_miim_busy_status()
|
H A D | felix_vsc9959.c | 895 ocelot_field_read(ocelot, GCB_SOFT_RST_SWC_RST, &val); in vsc9959_gcb_soft_rst_status()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | seville_vsc9953.c | 789 ocelot_field_read(ocelot, GCB_SOFT_RST_SWC_RST, &val); in vsc9953_gcb_soft_rst_status() 798 ocelot_field_read(ocelot, SYS_RESET_CFG_MEM_INIT, &val); in vsc9953_sys_ram_init_status()
|
H A D | felix_vsc9959.c | 883 ocelot_field_read(ocelot, GCB_SOFT_RST_SWC_RST, &val); in vsc9959_gcb_soft_rst_status()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 681 #define ocelot_field_read(ocelot, reg, val) regmap_field_read((ocelot)->regfields[(reg)], (val)) macro
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 926 #define ocelot_field_read(ocelot, reg, val) \ macro
|
Completed in 14 milliseconds