Searched refs:CORE_G_PCTL_PORT (Results 1 – 2 of 2) sorted by relevance
327 core_writel(priv, 0, CORE_G_PCTL_PORT(port)); in bcm_sf2_port_setup()388 off = CORE_G_PCTL_PORT(port); in bcm_sf2_port_disable()556 reg = core_readl(priv, CORE_G_PCTL_PORT(port)); in bcm_sf2_sw_br_set_stp_state()595 reg = core_readl(priv, CORE_G_PCTL_PORT(port)); in bcm_sf2_sw_br_set_stp_state()598 core_writel(priv, reg, CORE_G_PCTL_PORT(port)); in bcm_sf2_sw_br_set_stp_state()
111 #define CORE_G_PCTL_PORT(x) (CORE_G_PCTL_PORT0 + (x * 0x4)) macro