Home
last modified time | relevance | path

Searched refs:ocelot_field_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c789 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 Dfelix_vsc9959.c883 ocelot_field_read(ocelot, GCB_SOFT_RST_SWC_RST, &val); in vsc9959_gcb_soft_rst_status()
/openbmc/linux/include/soc/mscc/
H A Docelot.h926 #define ocelot_field_read(ocelot, reg, val) \ macro