Searched refs:lan9303_write_switch_port (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/dsa/ |
H A D | lan9303-core.c | 476 static int lan9303_write_switch_port(struct lan9303 *chip, int port, in lan9303_write_switch_port() function 751 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_disable_processing_port() 757 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_disable_processing_port() 768 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_enable_processing_port() 775 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_enable_processing_port()
|