Home
last modified time | relevance | path

Searched full:ksz8794 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml5 KSZ8794 ethernet switch with SPI interface
7 compatible: "microchip,ksz8794"
Dmicrochip_dsa.yaml28 The pin is asserted for 10ms during boot to reset the KSZ8794.
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.dsa20 bool "Support for KSZ8794"
26 Add support for KSZ8794 DSA device driver.
Ddsa_ksz8xxx.c138 * Wait for SPI of KSZ8794 being fully operational - up to 10 ms in dsa_ksz8xxx_probe()
147 LOG_ERR("KSZ8794: No SPI communication!"); in dsa_ksz8xxx_probe()
165 LOG_DBG("KSZ8794: ID0: 0x%x ID1: 0x%x timeout: %d", val[1], val[0], in dsa_ksz8xxx_probe()
175 * According to KSZ8794 manual - write to static mac address table in dsa_ksz8xxx_write_static_mac_table()
207 * format, as it eases programming proper KSZ8794 registers. in dsa_ksz8xxx_set_static_mac_table()
233 * According to KSZ8794 manual - read from static mac address table in dsa_ksz8xxx_read_static_mac_table()
332 LOG_DBG("KSZ8794: CONTROL6: 0x%x port4", tmp); in dsa_ksz8xxx_switch_setup()
335 LOG_DBG("KSZ8794: CONTROL2: 0x%x port4", tmp); in dsa_ksz8xxx_switch_setup()
425 LOG_INF("apply workarkound 0x01 for short connections on KSZ8794"); in dsa_ksz8794_phy_workaround_0x01()
552 LOG_INF("apply workarkound 0x02 link issue CAT-5E/6 on KSZ8794"); in dsa_ksz8794_phy_workaround_0x02()
[all …]
Ddsa_ksz8794.h261 * KSZ8794 register's MAP
270 /* LAN ports for the ksz8794 switch */
/Zephyr-Core-3.5.0/boards/arm/ip_k66f/
Dip_k66f.dts125 ksz8794: dsa@0 { label
126 compatible = "microchip,ksz8794";
/Zephyr-Core-3.5.0/include/zephyr/net/
Ddsa.h29 * - KSZ8794 - 1 byte
159 * Each switch instance (e.g. two KSZ8794 ICs) would have its own struct
Dethernet.h108 * Extend the max frame size for DSA (KSZ8794) by one byte (to 1519) to