Home
last modified time | relevance | path

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

/drivers/pci/controller/cadence/
A Dpcie-cadence.c157 int i = pcie->phy_count; in cdns_pcie_disable_phy()
171 for (i = 0; i < pcie->phy_count; i++) { in cdns_pcie_enable_phy()
198 int phy_count; in cdns_pcie_init_phy() local
205 phy_count = of_property_count_strings(np, "phy-names"); in cdns_pcie_init_phy()
206 if (phy_count < 1) { in cdns_pcie_init_phy()
208 pcie->phy_count = 0; in cdns_pcie_init_phy()
212 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL); in cdns_pcie_init_phy()
216 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL); in cdns_pcie_init_phy()
220 for (i = 0; i < phy_count; i++) { in cdns_pcie_init_phy()
235 pcie->phy_count = phy_count; in cdns_pcie_init_phy()
A Dpcie-cadence-plat.c48 int phy_count; in cdns_plat_pcie_probe() local
129 phy_count = cdns_plat_pcie->pcie->phy_count; in cdns_plat_pcie_probe()
130 while (phy_count--) in cdns_plat_pcie_probe()
131 device_link_del(cdns_plat_pcie->pcie->link[phy_count]); in cdns_plat_pcie_probe()
A Dpcie-cadence.h277 int phy_count; member
/drivers/pci/controller/dwc/
A Dpci-dra7xx.c525 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local
527 while (phy_count--) { in dra7xx_pcie_disable_phy()
529 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
535 int phy_count = dra7xx->phy_count; in dra7xx_pcie_enable_phy() local
539 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_enable_phy()
684 int phy_count; in dra7xx_pcie_probe() local
725 if (phy_count < 0) { in dra7xx_pcie_probe()
727 return phy_count; in dra7xx_pcie_probe()
747 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_probe()
763 dra7xx->phy_count = phy_count; in dra7xx_pcie_probe()
[all …]
A Dpcie-armada8k.c34 unsigned int phy_count; member
94 pcie->phy_count); in armada8k_pcie_enable_phys()
128 pcie->phy_count++; in armada8k_pcie_setup_phys()
132 if (!pcie->phy_count) in armada8k_pcie_setup_phys()
A Dpcie-tegra194.c274 unsigned int phy_count; member
1066 unsigned int phy_count = pcie->phy_count; in tegra_pcie_disable_phy() local
1068 while (phy_count--) { in tegra_pcie_disable_phy()
1069 phy_power_off(pcie->phys[phy_count]); in tegra_pcie_disable_phy()
1070 phy_exit(pcie->phys[phy_count]); in tegra_pcie_disable_phy()
1079 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_enable_phy()
1149 pcie->phy_count = ret; in tegra_pcie_dw_parse_dt()
2178 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL); in tegra_pcie_dw_probe()
2182 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_dw_probe()
/drivers/ata/
A Dsata_highbank.c329 int phy_count = 0, phy, port = 0, i; in highbank_initialize_phys() local
343 for (phy = 0; phy < phy_count; phy++) { in highbank_initialize_phys()
354 phy_count += 1; in highbank_initialize_phys()
/drivers/scsi/isci/
A Dport.c732 u32 phy_count = 0; in sci_port_is_wide() local
736 phy_count++; in sci_port_is_wide()
740 return phy_count != 1; in sci_port_is_wide()
/drivers/net/wireless/intel/iwlegacy/
A D3945.h163 x->u.rx_frame.stats.phy_count))
A D3945.c560 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx()
562 rx_stats->phy_count); in il3945_hdl_rx()
A Dcommands.h1162 u8 phy_count;
/drivers/scsi/
A Dhpsa_cmd.h806 __le16 phy_count; member
/drivers/usb/host/
A Dxhci-tegra.c1329 unsigned int i, phy_count = 0; in tegra_xusb_get_phy() local
1334 return tegra->phys[phy_count+port]; in tegra_xusb_get_phy()
1336 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
/drivers/scsi/smartpqi/
A Dsmartpqi.h1549 __le16 phy_count; member
A Dsmartpqi_init.c1680 id_phys->phy_count) in pqi_get_physical_device_info()
/drivers/scsi/aacraid/
A Daacraid.h362 u16 phy_count; member

Completed in 95 milliseconds