Searched refs:B53_PORT_CTRL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/dsa/b53/ |
D | b53_regs.h | 64 #define B53_PORT_CTRL(i) (0x00 + (i)) macro
|
D | b53_common.c | 584 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), 0); in b53_enable_port() 612 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_disable_port() 614 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_disable_port() 705 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), port_ctrl); in b53_enable_cpu_port() 1974 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_br_set_stp_state() 1977 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_br_set_stp_state()
|