Searched refs:ocelot_read_gix (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_devlink.c | 223 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()
|
D | ocelot.c | 2413 int val = ocelot_read_gix(ocelot, ANA_PORT_QOS_CFG, port); in ocelot_port_get_default_prio() 2436 int qos_cfg = ocelot_read_gix(ocelot, ANA_PORT_QOS_CFG, port); in ocelot_port_get_dscp_prio()
|
/linux-6.1.9/include/soc/mscc/ |
D | ocelot.h | 1058 #define ocelot_read_gix(ocelot, reg, gi) \ macro
|