Home
last modified time | relevance | path

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

/drivers/pci/host/
Dpci-dra7xx.c70 int phy_count; member
339 int phy_count; in dra7xx_pcie_probe() local
373 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()
374 if (phy_count < 0) { in dra7xx_pcie_probe()
376 return phy_count; in dra7xx_pcie_probe()
379 phy = devm_kzalloc(dev, sizeof(*phy) * phy_count, GFP_KERNEL); in dra7xx_pcie_probe()
383 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_probe()
403 dra7xx->phy_count = phy_count; in dra7xx_pcie_probe()
460 int count = dra7xx->phy_count; in dra7xx_pcie_remove()
506 int count = dra7xx->phy_count; in dra7xx_pcie_suspend_noirq()
[all …]
/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()
/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()
/drivers/net/wireless/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
/drivers/scsi/
Dhpsa_cmd.h786 __le16 phy_count; member