Home
last modified time | relevance | path

Searched refs:write_phy (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/atm/
Dfirestream.c1326 static void write_phy(struct fs_dev *dev, int regnum, int val) in write_phy() function
1341 write_phy (dev, i, 0); in init_phy()
1344 write_phy (dev, reginit->reg, reginit->val); in init_phy()
1884 write_phy (dev, 0x39, 0x000e); in fs_init()
/Linux-v4.19/drivers/misc/cardreader/
Drts5249.c606 .write_phy = rts524a_write_phy,
Drtsx_pcr.c273 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register()
274 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U.h1109 void write_phy(struct net_device *dev, u8 adr, u8 data);
/Linux-v4.19/include/linux/
Drtsx_pci.h1076 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val); member