Searched refs:write_phy (Results 1 – 3 of 3) sorted by relevance
/drivers/atm/ |
D | firestream.c | 1314 static void write_phy(struct fs_dev *dev, int regnum, int val) in write_phy() function 1329 write_phy (dev, i, 0); in init_phy() 1332 write_phy (dev, reginit->reg, reginit->val); in init_phy() 1872 write_phy (dev, 0x39, 0x000e); in fs_init()
|
/drivers/misc/cardreader/ |
D | rtsx_pcr.c | 261 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register() 262 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
|
D | rts5249.c | 601 .write_phy = rts524a_write_phy,
|