Searched refs:ocelot_field_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | seville_vsc9953.c | 812 ocelot_field_write(ocelot, GCB_SOFT_RST_SWC_RST, 1); in vsc9953_reset() 822 ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_ENA, 1); in vsc9953_reset() 823 ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_INIT, 1); in vsc9953_reset() 834 ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1); in vsc9953_reset()
|
A D | felix_vsc9959.c | 900 ocelot_field_write(ocelot, GCB_SOFT_RST_SWC_RST, 1); in vsc9959_reset() 920 ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1); in vsc9959_reset()
|
/linux-6.3-rc2/include/soc/mscc/ |
A D | ocelot.h | 914 #define ocelot_field_write(ocelot, reg, val) \ macro
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot.c | 1180 ocelot_field_write(ocelot, ANA_TABLES_MACTINDX_M_INDEX, row); in ocelot_mact_read() 1181 ocelot_field_write(ocelot, ANA_TABLES_MACTINDX_BUCKET, col); in ocelot_mact_read()
|
Completed in 17 milliseconds