Searched refs:lan9303_write_switch_port (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/dsa/ |
| D | lan9303-core.c | 475 static int lan9303_write_switch_port(struct lan9303 *chip, int port, in lan9303_write_switch_port() function 750 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_disable_processing_port() 756 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_disable_processing_port() 767 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_enable_processing_port() 774 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_enable_processing_port()
|