Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c327 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()
Dbcm_sf2_regs.h111 #define CORE_G_PCTL_PORT(x) (CORE_G_PCTL_PORT0 + (x * 0x4)) macro