Searched refs:phy_count (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/pci/controller/ |
D | pcie-cadence.c | 130 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()
|
D | pcie-cadence-host.c | 247 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()
|
D | pcie-cadence-ep.c | 442 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()
|
D | pcie-cadence.h | 236 int phy_count; member
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pci-dra7xx.c | 87 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/ |
D | sata_highbank.c | 343 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/ |
D | 3945.h | 179 x->u.rx_frame.stats.phy_count))
|
D | 3945.c | 575 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx() 577 rx_stats->phy_count); in il3945_hdl_rx()
|
D | commands.h | 1163 u8 phy_count; member
|
/Linux-v4.19/drivers/scsi/isci/ |
D | port.c | 729 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/ |
D | hpsa_cmd.h | 791 __le16 phy_count; member
|
/Linux-v4.19/drivers/scsi/smartpqi/ |
D | smartpqi.h | 1142 __le16 phy_count; member
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aacraid.h | 373 u16 phy_count; member
|