Searched refs:B53_PORT_CTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_regs.h | 64 #define B53_PORT_CTRL(i) (0x00 + (i)) macro
|
H A D | b53_common.c | 547 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), 0); in b53_enable_port() 575 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_disable_port() 577 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_disable_port() 668 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), port_ctrl); in b53_enable_cpu_port() 1930 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_br_set_stp_state() 1933 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_br_set_stp_state()
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_regs.h | 64 #define B53_PORT_CTRL(i) (0x00 + (i)) macro
|
H A 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() 2015 b53_read8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), ®); in b53_br_set_stp_state() 2018 b53_write8(dev, B53_CTRL_PAGE, B53_PORT_CTRL(port), reg); in b53_br_set_stp_state()
|
Completed in 9 milliseconds