Home
last modified time | relevance | path

Searched refs:phy_count (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence.c130 int i = pcie->phy_count; in cdns_pcie_disable_phy()
143 for (i = 0; i < pcie->phy_count; i++) { in cdns_pcie_enable_phy()
169 int phy_count; in cdns_pcie_init_phy() local
176 phy_count = of_property_count_strings(np, "phy-names"); in cdns_pcie_init_phy()
177 if (phy_count < 1) { in cdns_pcie_init_phy()
179 pcie->phy_count = 0; in cdns_pcie_init_phy()
183 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL); in cdns_pcie_init_phy()
187 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL); in cdns_pcie_init_phy()
191 for (i = 0; i < phy_count; i++) { in cdns_pcie_init_phy()
204 pcie->phy_count = phy_count; in cdns_pcie_init_phy()
Dpcie-cadence-host.c247 int phy_count; in cdns_pcie_host_probe() local
339 phy_count = pcie->phy_count; in cdns_pcie_host_probe()
340 while (phy_count--) in cdns_pcie_host_probe()
341 device_link_del(pcie->link[phy_count]); in cdns_pcie_host_probe()
Dpcie-cadence-ep.c442 int phy_count; in cdns_pcie_ep_probe() local
532 phy_count = pcie->phy_count; in cdns_pcie_ep_probe()
533 while (phy_count--) in cdns_pcie_ep_probe()
534 device_link_del(pcie->link[phy_count]); in cdns_pcie_ep_probe()
Dpcie-cadence.h236 int phy_count; member
/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-dra7xx.c87 int phy_count; /* DT phy-names count */ member
487 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local
489 while (phy_count--) { in dra7xx_pcie_disable_phy()
490 phy_power_off(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
491 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
497 int phy_count = dra7xx->phy_count; in dra7xx_pcie_enable_phy() local
501 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_enable_phy()
592 int phy_count; in dra7xx_pcie_probe() local
636 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()
637 if (phy_count < 0) { in dra7xx_pcie_probe()
[all …]
/Linux-v4.19/drivers/ata/
Dsata_highbank.c343 int phy_count = 0, phy, port = 0, i; in highbank_initialize_phys() local
357 for (phy = 0; phy < phy_count; phy++) { in highbank_initialize_phys()
367 phy_count += 1; in highbank_initialize_phys()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945.h179 x->u.rx_frame.stats.phy_count))
D3945.c575 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx()
577 rx_stats->phy_count); in il3945_hdl_rx()
Dcommands.h1163 u8 phy_count; member
/Linux-v4.19/drivers/scsi/isci/
Dport.c729 u32 phy_count = 0; in sci_port_is_wide() local
733 phy_count++; in sci_port_is_wide()
737 return phy_count != 1; in sci_port_is_wide()
/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h791 __le16 phy_count; member
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi.h1142 __le16 phy_count; member
/Linux-v4.19/drivers/scsi/aacraid/
Daacraid.h373 u16 phy_count; member