Searched refs:ocelot_field_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | seville_vsc9953.c | 816 ocelot_field_write(ocelot, GCB_SOFT_RST_SWC_RST, 1); in vsc9953_reset() 826 ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_ENA, 1); in vsc9953_reset() 827 ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_INIT, 1); in vsc9953_reset() 838 ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1); in vsc9953_reset()
|
D | felix_vsc9959.c | 863 ocelot_field_write(ocelot, GCB_SOFT_RST_SWC_RST, 1); in vsc9959_reset() 883 ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1); in vsc9959_reset()
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1178 ocelot_field_write(ocelot, ANA_TABLES_MACTINDX_M_INDEX, row); in ocelot_mact_read() 1179 ocelot_field_write(ocelot, ANA_TABLES_MACTINDX_BUCKET, col); in ocelot_mact_read()
|
/linux-6.1.9/include/soc/mscc/ |
D | ocelot.h | 1081 #define ocelot_field_write(ocelot, reg, val) \ macro
|