Searched refs:CORE_G_PCTL_PORT (Results 1 – 2 of 2) sorted by relevance
279 core_writel(priv, 0, CORE_G_PCTL_PORT(port)); in bcm_sf2_port_setup()342 off = CORE_G_PCTL_PORT(port); in bcm_sf2_port_disable()510 reg = core_readl(priv, CORE_G_PCTL_PORT(port)); in bcm_sf2_sw_br_set_stp_state()549 reg = core_readl(priv, CORE_G_PCTL_PORT(port)); in bcm_sf2_sw_br_set_stp_state()552 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