Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.c180 reg = core_readl(priv, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_imp_setup()
183 core_writel(priv, reg, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_imp_setup()
306 reg = core_readl(priv, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_port_setup()
309 core_writel(priv, reg, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_port_setup()
H A Dbcm_sf2_regs.h313 #define CORE_PORT_TC2_QOS_MAP_PORT(x) (0xc1c0 + ((x) * 0x10)) macro