Searched refs:CORE_PORT_TC2_QOS_MAP_PORT (Results 1 – 2 of 2) sorted by relevance
100 reg = core_readl(priv, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_imp_setup()103 core_writel(priv, reg, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_imp_setup()232 reg = core_readl(priv, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_port_setup()235 core_writel(priv, reg, CORE_PORT_TC2_QOS_MAP_PORT(port)); in bcm_sf2_port_setup()
249 #define CORE_PORT_TC2_QOS_MAP_PORT(x) (0xc1c0 + ((x) * 0x10)) macro