Home
last modified time | relevance | path

Searched defs:phy_no (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c428 int phy_no, u32 off, u32 val) in hisi_sas_phy_write32()
436 int phy_no, u32 off) in hisi_sas_phy_read32()
443 static void config_phy_opt_mode_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in config_phy_opt_mode_v1_hw()
452 static void config_tx_tfe_autoneg_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in config_tx_tfe_autoneg_v1_hw()
460 static void config_id_frame_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in config_id_frame_v1_hw()
765 static void enable_phy_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in enable_phy_v1_hw()
773 static void disable_phy_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in disable_phy_v1_hw()
781 static void start_phy_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in start_phy_v1_hw()
789 static void phy_hard_reset_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in phy_hard_reset_v1_hw()
821 static void sl_notify_ssp_v1_hw(struct hisi_hba *hisi_hba, int phy_no) in sl_notify_ssp_v1_hw()
[all …]
/linux/drivers/clk/renesas/
H A Dclk-sh73a0.c116 u32 phy_no = name[3] - '0'; in sh73a0_cpg_register_clock() local