Searched refs:write_phy (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/atm/ |
| D | firestream.c | 1313 static void write_phy(struct fs_dev *dev, int regnum, int val) in write_phy() function 1328 write_phy (dev, i, 0); in init_phy() 1331 write_phy (dev, reginit->reg, reginit->val); in init_phy() 1871 write_phy (dev, 0x39, 0x000e); in fs_init()
|
| /Linux-v5.10/drivers/misc/cardreader/ |
| D | rts5249.c | 698 .write_phy = rts524a_write_phy,
|
| D | rtsx_pcr.c | 235 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register() 236 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
|
| /Linux-v5.10/include/linux/ |
| D | rtsx_pci.h | 1056 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val); member
|