Searched refs:phy_no (Results 1 – 8 of 8) sorted by relevance
| /linux/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() 2806 phy_no++; in int_phy_updown_v2_hw() 2903 phy_no); in int_chnl_int_v2_hw() 2926 phy_no++; in int_chnl_int_v2_hw() 3340 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in interrupt_init_v2_hw() 3486 for (phy_no = 0; phy_no < count; phy_no++) { in write_gpio_v2_hw() [all …]
|
| A D | hisi_sas_v3_hw.c | 1630 int phy_no = 0; in int_phy_up_down_bcast_v3_hw() local 1662 phy_no++; in int_phy_up_down_bcast_v3_hw() 1721 phy_no); in handle_chl_int1_v3_hw() 1786 phy_no); in handle_chl_int2_v3_hw() 1873 phy_no++; in int_chnl_int_v3_hw() 4358 int phy_no; in debugfs_fifo_init_v3_hw() local 4363 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in debugfs_fifo_init_v3_hw() 4561 int phy_no; in debugfs_phy_down_cnt_init_v3_hw() local 4563 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) { in debugfs_phy_down_cnt_init_v3_hw() 4574 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() 1325 int i, phy_no = sas_phy->id; in int_phyup_v1_hw() local 1340 if (context & 1 << phy_no) { in int_phyup_v1_hw() 1342 phy_no); in int_phyup_v1_hw() 1368 phy_no, link_rate); in int_phyup_v1_hw() 1405 int phy_no = sas_phy->id; in int_bcast_v1_hw() local 1436 int phy_no = sas_phy->id; in int_abnormal_v1_hw() local 1455 phy_no); in int_abnormal_v1_hw() 1462 phy_no); in int_abnormal_v1_hw() [all …]
|
| A D | hisi_sas_main.c | 150 int phy_no; in hisi_sas_stop_phys() local 152 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) in hisi_sas_stop_phys() 795 int phy_no; in hisi_sas_dev_found() local 799 for (phy_no = 0; phy_no < phy_num; phy_no++) { in hisi_sas_dev_found() 806 if (phy_no == phy_num) { in hisi_sas_dev_found() 869 int phy_no = sas_phy->id; in hisi_sas_phyup_work() local 958 sas_phy->id = phy_no; in hisi_sas_phy_init() 1155 int phy_no = sas_phy->id; in hisi_sas_control_phy() local 1194 phy_no, func); in hisi_sas_control_phy() 1458 int phy_no; in hisi_sas_rescan_topology() local [all …]
|
| A D | hisi_sas.h | 321 void (*sl_notify_ssp)(struct hisi_hba *hisi_hba, int phy_no); 333 void (*phy_start)(struct hisi_hba *hisi_hba, int phy_no); 334 void (*phy_disable)(struct hisi_hba *hisi_hba, int phy_no); 335 void (*phy_hard_reset)(struct hisi_hba *hisi_hba, int phy_no); 336 void (*get_events)(struct hisi_hba *hisi_hba, int phy_no); 337 void (*phy_set_linkrate)(struct hisi_hba *hisi_hba, int phy_no, 656 extern void hisi_sas_phy_enable(struct hisi_hba *hisi_hba, int phy_no, 658 extern void hisi_sas_phy_down(struct hisi_hba *hisi_hba, int phy_no, int rdy, 667 extern void hisi_sas_phy_oob_ready(struct hisi_hba *hisi_hba, int phy_no);
|
| /linux/drivers/scsi/mvsas/ |
| A D | mv_sas.c | 1121 int phy_no = 0; in mvs_port_notify_deformed() local 1124 phy_no++; in mvs_port_notify_deformed() 1125 if (phy_no >= MVS_MAX_PHYS) in mvs_port_notify_deformed() 1833 phy = &mvi->phy[phy_no]; in mvs_do_release_task() 1940 u8 phy_no; in mvs_sig_time_out() local 1942 for (phy_no = 0; phy_no < mvi->chip->n_phy; phy_no++) { in mvs_sig_time_out() 1943 if (&mvi->phy[phy_no] == phy) { in mvs_sig_time_out() 1988 phy_no); in mvs_int_port() 1991 phy_no, MVS_SOFT_RESET); in mvs_int_port() 2015 mvi, phy_no); in mvs_int_port() [all …]
|
| A D | mv_sas.h | 456 void mvs_do_release_task(struct mvs_info *mvi, int phy_no, 458 void mvs_int_port(struct mvs_info *mvi, int phy_no, u32 events);
|
| /linux/drivers/clk/renesas/ |
| A D | clk-sh73a0.c | 119 u32 phy_no = name[3] - '0'; in sh73a0_cpg_register_clock() local 121 (phy_no ? CPG_DSI1PHYCR : CPG_DSI0PHYCR); in sh73a0_cpg_register_clock() 123 parent_name = phy_no ? "dsi1pck" : "dsi0pck"; in sh73a0_cpg_register_clock()
|
Completed in 46 milliseconds