Home
last modified time | relevance | path

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

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