Searched refs:write_phy (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/atm/ |
D | firestream.c | 1322 static void write_phy(struct fs_dev *dev, int regnum, int val) in write_phy() function 1337 write_phy (dev, i, 0); in init_phy() 1340 write_phy (dev, reginit->reg, reginit->val); in init_phy() 1880 write_phy (dev, 0x39, 0x000e); in fs_init()
|
/linux-4.1.27/drivers/mfd/ |
D | rts5249.c | 467 .write_phy = rts524a_write_phy,
|
D | rtsx_pcr.c | 182 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register() 183 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
|
/linux-4.1.27/include/linux/mfd/ |
D | rtsx_pci.h | 854 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val); member
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U.h | 1185 void write_phy(struct net_device *dev, u8 adr, u8 data);
|