Searched refs:phy_no (Results 1 – 3 of 3) sorted by relevance
927 static void mvs_update_wideport(struct mvs_info *mvi, int phy_no) in mvs_update_wideport() argument929 struct mvs_phy *phy = &mvi->phy[phy_no]; in mvs_update_wideport()1135 int phy_no = 0; in mvs_port_notify_deformed() local1137 while (phy != &mvi->phy[phy_no]) { in mvs_port_notify_deformed()1138 phy_no++; in mvs_port_notify_deformed()1139 if (phy_no >= MVS_MAX_PHYS) in mvs_port_notify_deformed()1143 mvs_do_release_task(phy->mvi, phy_no, dev); in mvs_port_notify_deformed()1840 int phy_no, struct domain_device *dev) in mvs_do_release_task() argument1847 phy = &mvi->phy[phy_no]; in mvs_do_release_task()1894 u32 phy_no = (unsigned long) mwq->data; in mvs_work_queue() local[all …]
473 void mvs_do_release_task(struct mvs_info *mvi, int phy_no,475 void mvs_int_port(struct mvs_info *mvi, int phy_no, u32 events);
121 u32 phy_no = name[3] - '0'; in sh73a0_cpg_register_clock() local123 (phy_no ? CPG_DSI1PHYCR : CPG_DSI0PHYCR); in sh73a0_cpg_register_clock()125 parent_name = phy_no ? "dsi1pck" : "dsi0pck"; in sh73a0_cpg_register_clock()