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

/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence.c152 int i = pcie->phy_count;
165 for (i = 0; i < pcie->phy_count; i++) {
191 int phy_count; local
198 phy_count = of_property_count_strings(np, "phy-names");
199 if (phy_count < 1) {
201 pcie->phy_count = 0;
205 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL);
209 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL);
213 for (i = 0; i < phy_count; i++) {
228 pcie->phy_count
[all...]
H A Dpcie-cadence-plat.c48 int phy_count; local
129 phy_count = cdns_plat_pcie->pcie->phy_count;
130 while (phy_count--)
131 device_link_del(cdns_plat_pcie->pcie->link[phy_count]);
H A Dpcie-cadence.h297 * @phy_count: number of supported PHY devices
308 int phy_count; member in struct:cdns_pcie
/linux-master/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c91 int phy_count; /* DT phy-names count */ member in struct:dra7xx_pcie
516 int phy_count = dra7xx->phy_count; local
518 while (phy_count--) {
519 phy_power_off(dra7xx->phy[phy_count]);
520 phy_exit(dra7xx->phy[phy_count]);
526 int phy_count = dra7xx->phy_count; local
530 for (i = 0; i < phy_count; i++) {
690 int phy_count; local
[all...]
H A Dpcie-armada8k.c34 unsigned int phy_count; member in struct:armada8k_pcie
94 pcie->phy_count);
128 pcie->phy_count++;
132 if (!pcie->phy_count)
H A Dpcie-tegra194.c281 unsigned int phy_count; member in struct:tegra_pcie_dw
1068 unsigned int phy_count = pcie->phy_count; local
1070 while (phy_count--) {
1071 phy_power_off(pcie->phys[phy_count]);
1072 phy_exit(pcie->phys[phy_count]);
1081 for (i = 0; i < pcie->phy_count; i++) {
1151 pcie->phy_count = ret;
2184 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL);
2188 for (i = 0; i < pcie->phy_count;
[all...]
/linux-master/drivers/ata/
H A Dsata_highbank.c329 int phy_count = 0, phy, port = 0, i; local
343 for (phy = 0; phy < phy_count; phy++) {
353 phy_count += 1;
/linux-master/drivers/scsi/isci/
H A Dport.c732 u32 phy_count = 0; local
736 phy_count++;
740 return phy_count != 1;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.h161 x->u.rx_frame.stats.phy_count))
H A D3945.c560 if ((unlikely(rx_stats->phy_count > 20))) {
562 rx_stats->phy_count);
H A Dcommands.h1163 u8 phy_count; member in struct:il3945_rx_frame_stats
1193 * stats.phy_count
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c1328 unsigned int i, phy_count = 0; local
1333 return tegra->phys[phy_count+port];
1335 phy_count += tegra->soc->phy_types[i].num;
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h806 __le16 phy_count; member in struct:bmic_identify_physical_device
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h1534 __le16 phy_count; member in struct:bmic_identify_physical_device
H A Dsmartpqi_init.c1674 id_phys->phy_count)
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h363 u16 phy_count; member in struct:aac_ciss_identify_pd

Completed in 251 milliseconds