Home
last modified time | relevance | path

Searched refs:ksz_phy_write16 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/dsa/microchip/
Dksz_common.h224 int ksz_phy_write16(struct dsa_switch *ds, int addr, int reg, u16 val);
Dksz_common.c692 int ksz_phy_write16(struct dsa_switch *ds, int addr, int reg, u16 val) in ksz_phy_write16() function
700 EXPORT_SYMBOL_GPL(ksz_phy_write16);
Dksz8795.c1379 .phy_write = ksz_phy_write16,