Searched refs:B53_PORT_CTRL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/dsa/b53/ |
D | b53_regs.h | 64 #define B53_PORT_CTRL(i) (0x00 + (i)) macro
|
D | b53_common.c | 601 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), 0); in b53_enable_port() 629 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_disable_port() 631 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_disable_port() 722 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), port_ctrl); in b53_enable_cpu_port() 2031 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_br_set_stp_state() 2034 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_br_set_stp_state()
|