Searched refs:lan9303_write_switch_port (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/dsa/ |
D | lan9303-core.c | 464 static int lan9303_write_switch_port(struct lan9303 *chip, int port, in lan9303_write_switch_port() function 733 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_disable_processing_port() 739 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_disable_processing_port() 750 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_enable_processing_port() 757 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_enable_processing_port()
|