Searched refs:phy_count (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence.c | 182 int i = pcie->phy_count; in cdns_pcie_disable_phy() 196 for (i = 0; i < pcie->phy_count; i++) { in cdns_pcie_enable_phy() 223 int phy_count; in cdns_pcie_init_phy() local 230 phy_count = of_property_count_strings(np, "phy-names"); in cdns_pcie_init_phy() 231 if (phy_count < 1) { in cdns_pcie_init_phy() 233 pcie->phy_count = 0; in cdns_pcie_init_phy() 237 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL); in cdns_pcie_init_phy() 241 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL); in cdns_pcie_init_phy() 245 for (i = 0; i < phy_count; i++) { in cdns_pcie_init_phy() 260 pcie->phy_count = phy_count; in cdns_pcie_init_phy()
|
| H A D | pcie-cadence-plat.c | 44 int phy_count; in cdns_plat_pcie_probe() local 125 phy_count = cdns_plat_pcie->pcie->phy_count; in cdns_plat_pcie_probe() 126 while (phy_count--) in cdns_plat_pcie_probe() 127 device_link_del(cdns_plat_pcie->pcie->link[phy_count]); in cdns_plat_pcie_probe()
|
| H A D | pcie-cadence.h | 96 int phy_count; member
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-dra7xx.c | 91 int phy_count; /* DT phy-names count */ member 525 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local 527 while (phy_count--) { in dra7xx_pcie_disable_phy() 528 phy_power_off(dra7xx->phy[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 724 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe() 725 if (phy_count < 0) { in dra7xx_pcie_probe() [all …]
|
| H A D | pcie-armada8k.c | 34 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()
|
| H A D | pcie-tegra194.c | 273 unsigned int phy_count; member 1040 unsigned int phy_count = pcie->phy_count; in tegra_pcie_disable_phy() local 1042 while (phy_count--) { in tegra_pcie_disable_phy() 1043 phy_power_off(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1044 phy_exit(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1053 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_enable_phy() 1123 pcie->phy_count = ret; in tegra_pcie_dw_parse_dt() 2170 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL); in tegra_pcie_dw_probe() 2174 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_dw_probe()
|
| /linux/drivers/ata/ |
| H A D | sata_highbank.c | 329 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()
|
| /linux/drivers/scsi/isci/ |
| H A D | port.c | 732 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()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945.h | 163 x->u.rx_frame.stats.phy_count))
|
| H A D | 3945.c | 560 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx() 562 rx_stats->phy_count); in il3945_hdl_rx()
|
| H A D | commands.h | 1162 u8 phy_count;
|
| /linux/drivers/scsi/ |
| H A D | hpsa_cmd.h | 806 __le16 phy_count; member
|
| /linux/drivers/usb/host/ |
| H A D | xhci-tegra.c | 1334 unsigned int i, phy_count = 0; in tegra_xusb_get_phy() local 1339 return tegra->phys[phy_count+port]; in tegra_xusb_get_phy() 1341 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 1549 __le16 phy_count; member
|
| H A D | smartpqi_init.c | 1688 id_phys->phy_count) in pqi_get_physical_device_info()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aacraid.h | 362 u16 phy_count; member
|