Searched refs:phy_no (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v2_hw.c | 1121 int phy_no; in phys_reject_stp_links_v2_hw() local 1124 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in phys_reject_stp_links_v2_hw() 1136 int phy_no; in phys_try_accept_stp_links_v2_hw() local 1139 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in phys_try_accept_stp_links_v2_hw() 1518 phy_no); in disable_phy_v2_hw() 2805 phy_no++; in int_phy_updown_v2_hw() 2899 phy_no); in int_chnl_int_v2_hw() 2922 phy_no++; in int_chnl_int_v2_hw() 3336 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in interrupt_init_v2_hw() 3482 for (phy_no = 0; phy_no < count; phy_no++) { in write_gpio_v2_hw() [all …]
|
A D | hisi_sas_v3_hw.c | 1660 int phy_no = 0; in int_phy_up_down_bcast_v3_hw() local 1692 phy_no++; in int_phy_up_down_bcast_v3_hw() 1751 phy_no); in handle_chl_int1_v3_hw() 1816 phy_no); in handle_chl_int2_v3_hw() 1903 phy_no++; in int_chnl_int_v3_hw() 4485 int phy_no; in debugfs_fifo_init_v3_hw() local 4490 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in debugfs_fifo_init_v3_hw() 4688 int phy_no; in debugfs_phy_down_cnt_init_v3_hw() local 4690 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in debugfs_phy_down_cnt_init_v3_hw() 4701 int phy_no; in debugfs_bist_init_v3_hw() local [all …]
|
A D | hisi_sas_v1_hw.c | 436 int phy_no, u32 off) in hisi_sas_phy_read32() argument 473 identify_frame.phy_id = phy_no; in config_id_frame_v1_hw() 1322 int i, phy_no = sas_phy->id; in int_phyup_v1_hw() local 1337 if (context & 1 << phy_no) { in int_phyup_v1_hw() 1339 phy_no); in int_phyup_v1_hw() 1365 phy_no, link_rate); in int_phyup_v1_hw() 1402 int phy_no = sas_phy->id; in int_bcast_v1_hw() local 1431 int phy_no = sas_phy->id; in int_abnormal_v1_hw() local 1450 phy_no); in int_abnormal_v1_hw() 1457 phy_no); in int_abnormal_v1_hw() [all …]
|
A D | hisi_sas_main.c | 148 int phy_no; in hisi_sas_stop_phys() local 150 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) in hisi_sas_stop_phys() 784 int phy_no; in hisi_sas_dev_found() local 787 if (phy_no < 0) { in hisi_sas_dev_found() 792 rc = phy_no; in hisi_sas_dev_found() 850 int phy_no = sas_phy->id; in hisi_sas_phyup_work_common() local 964 sas_phy->id = phy_no; in hisi_sas_phy_init() 1177 int phy_no = sas_phy->id; in hisi_sas_control_phy() local 1218 phy_no, func); in hisi_sas_control_phy() 1327 int phy_no; in hisi_sas_rescan_topology() local [all …]
|
A D | hisi_sas.h | 315 void (*sl_notify_ssp)(struct hisi_hba *hisi_hba, int phy_no); 326 void (*phy_start)(struct hisi_hba *hisi_hba, int phy_no); 327 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); 328 void (*phy_hard_reset)(struct hisi_hba *hisi_hba, int phy_no); 329 void (*get_events)(struct hisi_hba *hisi_hba, int phy_no); 330 void (*phy_set_linkrate)(struct hisi_hba *hisi_hba, int phy_no, 649 extern void hisi_sas_phy_enable(struct hisi_hba *hisi_hba, int phy_no, 651 extern void hisi_sas_phy_down(struct hisi_hba *hisi_hba, int phy_no, int rdy, 661 extern void hisi_sas_phy_oob_ready(struct hisi_hba *hisi_hba, int phy_no);
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_sas.c | 1120 int phy_no = 0; in mvs_port_notify_deformed() local 1123 phy_no++; in mvs_port_notify_deformed() 1124 if (phy_no >= MVS_MAX_PHYS) in mvs_port_notify_deformed() 1668 phy = &mvi->phy[phy_no]; in mvs_do_release_task() 1775 u8 phy_no; in mvs_sig_time_out() local 1777 for (phy_no = 0; phy_no < mvi->chip->n_phy; phy_no++) { in mvs_sig_time_out() 1778 if (&mvi->phy[phy_no] == phy) { in mvs_sig_time_out() 1823 phy_no); in mvs_int_port() 1826 phy_no, MVS_SOFT_RESET); in mvs_int_port() 1850 mvi, phy_no); in mvs_int_port() [all …]
|
A D | mv_sas.h | 447 void mvs_do_release_task(struct mvs_info *mvi, int phy_no, 449 void mvs_int_port(struct mvs_info *mvi, int phy_no, u32 events);
|
/linux-6.3-rc2/drivers/clk/renesas/ |
A D | clk-sh73a0.c | 118 u32 phy_no = name[3] - '0'; in sh73a0_cpg_register_clock() local 120 (phy_no ? CPG_DSI1PHYCR : CPG_DSI0PHYCR); in sh73a0_cpg_register_clock() 122 parent_name = phy_no ? "dsi1pck" : "dsi0pck"; in sh73a0_cpg_register_clock()
|
Completed in 50 milliseconds