Home
last modified time | relevance | path

Searched refs:phy_number (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dohci-exynos.c42 int phy_number, num_phys; in exynos_ohci_get_phy() local
48 for (phy_number = 0; phy_number < num_phys; phy_number++) { in exynos_ohci_get_phy()
49 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ohci_get_phy()
52 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
59 ret = of_property_read_u32(child, "reg", &phy_number); in exynos_ohci_get_phy()
66 if (phy_number >= PHY_NUMBER) { in exynos_ohci_get_phy()
73 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
Dehci-exynos.c53 int phy_number, num_phys; in exynos_ehci_get_phy() local
59 for (phy_number = 0; phy_number < num_phys; phy_number++) { in exynos_ehci_get_phy()
60 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ehci_get_phy()
63 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
70 ret = of_property_read_u32(child, "reg", &phy_number); in exynos_ehci_get_phy()
77 if (phy_number >= PHY_NUMBER) { in exynos_ehci_get_phy()
84 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1929 u32 phy_number, u16 handle);
1934 *mpi_reply, Mpi2SasPhyPage0_t *config_page, u32 phy_number);
1936 *mpi_reply, Mpi2SasPhyPage1_t *config_page, u32 phy_number);
2014 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate,
Dmpt3sas_config.c1600 *mpi_reply, Mpi2ExpanderPage1_t *config_page, u32 phy_number, in mpt3sas_config_get_expander_pg1() argument
1621 (phy_number << MPI2_SAS_EXPAND_PGAD_PHYNUM_SHIFT) | handle); in mpt3sas_config_get_expander_pg1()
1682 *mpi_reply, Mpi2SasPhyPage0_t *config_page, u32 phy_number) in mpt3sas_config_get_phy_pg0() argument
1701 cpu_to_le32(MPI2_SAS_PHY_PGAD_FORM_PHY_NUMBER | phy_number); in mpt3sas_config_get_phy_pg0()
1722 *mpi_reply, Mpi2SasPhyPage1_t *config_page, u32 phy_number) in mpt3sas_config_get_phy_pg1() argument
1741 cpu_to_le32(MPI2_SAS_PHY_PGAD_FORM_PHY_NUMBER | phy_number); in mpt3sas_config_get_phy_pg1()
Dmpt3sas_transport.c1154 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate, in mpt3sas_transport_update_links() argument
1173 mpt3sas_phy = &sas_node->phy[phy_number]; in mpt3sas_transport_update_links()
1206 link_rate, phy_number, handle, (unsigned long long) in mpt3sas_transport_update_links()
Dmpt3sas_scsih.c7187 u64 parent_sas_address, u16 handle, u8 phy_number, u8 link_rate) in _scsih_check_device() argument
7212 if (phy_number != sas_device_pg0.PhyNum) in _scsih_check_device()
7510 u8 phy_number; in _scsih_sas_topology_change_event_debug() local
7542 phy_number = event_data->StartPhyNum + i; in _scsih_sas_topology_change_event_debug()
7568 " link rate: new(0x%02x), old(0x%02x)\n", phy_number, in _scsih_sas_topology_change_event_debug()
7588 u8 phy_number, max_phys; in _scsih_sas_topology_change_event() local
7647 phy_number = event_data->StartPhyNum + i; in _scsih_sas_topology_change_event()
7648 if (phy_number >= max_phys) in _scsih_sas_topology_change_event()
7671 handle, phy_number, link_rate, port); in _scsih_sas_topology_change_event()
7677 phy_number, link_rate); in _scsih_sas_topology_change_event()
[all …]
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c1056 u64 sas_address_parent, u16 handle, u8 phy_number, u8 link_rate, in mpi3mr_update_links() argument
1074 mr_sas_phy = &mr_sas_node->phy[phy_number]; in mpi3mr_update_links()
1097 link_rate, phy_number, handle, (unsigned long long) in mpi3mr_update_links()
2257 u8 link_rate = MPI3_SAS_NEG_LINK_RATE_1_5, phy_number; in mpi3mr_get_sas_negotiated_logical_linkrate() local
2263 phy_number = tgtdev->dev_spec.sas_sata_inf.phy_id; in mpi3mr_get_sas_negotiated_logical_linkrate()
2265 phynum_handle = ((phy_number<<MPI3_SAS_EXPAND_PGAD_PHYNUM_SHIFT) in mpi3mr_get_sas_negotiated_logical_linkrate()
2287 MPI3_SAS_PHY_PGAD_FORM_PHY_NUMBER, phy_number)) { in mpi3mr_get_sas_negotiated_logical_linkrate()
Dmpi3mr.h1382 u64 sas_address_parent, u16 handle, u8 phy_number, u8 link_rate,
Dmpi3mr_os.c1481 u8 reason_code, phy_number; in mpi3mr_sastopochg_evt_debug() local
1514 phy_number = event_data->start_phy_num + i; in mpi3mr_sastopochg_evt_debug()
1541 __func__, phy_number, handle, status_str, link_rate, in mpi3mr_sastopochg_evt_debug()