Home
last modified time | relevance | path

Searched refs:ocelot_read_gix (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_devlink.c223 int wm = ocelot_read_gix(ocelot, QSYS_RES_CFG, index); in ocelot_wm_read()
238 int res_stat = ocelot_read_gix(ocelot, QSYS_RES_STAT, index); in ocelot_wm_status()
/Linux-v5.15/include/soc/mscc/
Docelot.h690 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) macro