/linux/drivers/usb/host/ |
H A D | ohci-exynos.c | 41 int phy_number, num_phys; in exynos_ohci_get_phy() local 47 for (phy_number = 0; phy_number < num_phys; phy_number++) { in exynos_ohci_get_phy() 48 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ohci_get_phy() 51 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy() 58 ret = of_property_read_u32(child, "reg", &phy_number); in exynos_ohci_get_phy() 64 if (phy_number >= PHY_NUMBER) { in exynos_ohci_get_phy() 70 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
|
H A D | ehci-exynos.c | 52 int phy_number, num_phys; in exynos_ehci_get_phy() local 58 for (phy_number = 0; phy_number < num_phys; phy_number++) { in exynos_ehci_get_phy() 59 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ehci_get_phy() 62 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy() 69 ret = of_property_read_u32(child, "reg", &phy_number); in exynos_ehci_get_phy() 75 if (phy_number >= PHY_NUMBER) { in exynos_ehci_get_phy() 81 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 1067 * @phy_number: Phy number 1074 u64 sas_address_parent, u16 handle, u8 phy_number, u8 link_rate, in mpi3mr_update_links() argument 1092 mr_sas_phy = &mr_sas_node->phy[phy_number]; in mpi3mr_update_links() 1115 link_rate, phy_number, handle, (unsigned long long) in mpi3mr_update_links() 2294 u8 link_rate = MPI3_SAS_NEG_LINK_RATE_1_5, phy_number; in mpi3mr_get_sas_negotiated_logical_linkrate() local 2300 phy_number = tgtdev->dev_spec.sas_sata_inf.phy_id; in mpi3mr_get_sas_negotiated_logical_linkrate() 2302 phynum_handle = ((phy_number<<MPI3_SAS_EXPAND_PGAD_PHYNUM_SHIFT) in mpi3mr_get_sas_negotiated_logical_linkrate() 2324 MPI3_SAS_PHY_PGAD_FORM_PHY_NUMBER, phy_number)) { in mpi3mr_get_sas_negotiated_logical_linkrate()
|
H A D | mpi3mr.h | 1556 u64 sas_address_parent, u16 handle, u8 phy_number, u8 link_rate,
|
H A D | mpi3mr_os.c | 1649 u8 reason_code, phy_number; in mpi3mr_sastopochg_evt_debug() local 1682 phy_number = event_data->start_phy_num + i; in mpi3mr_sastopochg_evt_debug() 1709 __func__, phy_number, handle, status_str, link_rate, in mpi3mr_sastopochg_evt_debug()
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 1513 * @phy_number: phy number 1521 *mpi_reply, Mpi2ExpanderPage1_t *config_page, u32 phy_number, in mpt3sas_config_get_expander_pg1() argument 1542 (phy_number << MPI2_SAS_EXPAND_PGAD_PHYNUM_SHIFT) | handle); in mpt3sas_config_get_expander_pg1() 1596 * @phy_number: phy number 1603 *mpi_reply, Mpi2SasPhyPage0_t *config_page, u32 phy_number) in mpt3sas_config_get_phy_pg0() argument 1622 cpu_to_le32(MPI2_SAS_PHY_PGAD_FORM_PHY_NUMBER | phy_number); in mpt3sas_config_get_phy_pg0() 1636 * @phy_number: phy number 1643 *mpi_reply, Mpi2SasPhyPage1_t *config_page, u32 phy_number) in mpt3sas_config_get_phy_pg1() argument 1662 cpu_to_le32(MPI2_SAS_PHY_PGAD_FORM_PHY_NUMBER | phy_number); in mpt3sas_config_get_phy_pg1()
|
H A D | mpt3sas_transport.c | 1152 * @phy_number: phy number 1160 u64 sas_address, u16 handle, u8 phy_number, u8 link_rate, in mpt3sas_transport_update_links() argument 1179 mpt3sas_phy = &sas_node->phy[phy_number]; in mpt3sas_transport_update_links() 1212 link_rate, phy_number, handle, (unsigned long long) in mpt3sas_transport_update_links()
|
H A D | mpt3sas_scsih.c | 7185 * @phy_number: phy number 7190 u64 parent_sas_address, u16 handle, u8 phy_number, u8 link_rate) in _scsih_check_device() argument 7215 if (phy_number != sas_device_pg0.PhyNum) in _scsih_check_device() 7513 u8 phy_number; in _scsih_sas_topology_change_event_debug() local 7545 phy_number = event_data->StartPhyNum + i; in _scsih_sas_topology_change_event_debug() 7571 " link rate: new(0x%02x), old(0x%02x)\n", phy_number, in _scsih_sas_topology_change_event_debug() 7591 u8 phy_number, max_phys; in _scsih_sas_topology_change_event() local 7650 phy_number = event_data->StartPhyNum + i; in _scsih_sas_topology_change_event() 7651 if (phy_number >= max_phys) in _scsih_sas_topology_change_event() 7674 handle, phy_number, link_rat in _scsih_sas_topology_change_event() [all...] |