Searched defs:sja1105_private (Results 1 – 1 of 1) sorted by relevance
85 struct sja1105_private { struct86 struct sja1105_static_config static_config;87 bool rgmii_rx_delay[SJA1105_NUM_PORTS];88 bool rgmii_tx_delay[SJA1105_NUM_PORTS];89 const struct sja1105_info *info;90 struct gpio_desc *reset_gpio;91 struct spi_device *spidev;92 struct dsa_switch *ds;93 struct sja1105_port ports[SJA1105_NUM_PORTS];94 struct ptp_clock_info ptp_caps;[all …]