Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpci-dra7xx.c68 int phy_count; member
326 int phy_count; in dra7xx_pcie_probe() local
357 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()
358 if (phy_count < 0) { in dra7xx_pcie_probe()
360 return phy_count; in dra7xx_pcie_probe()
363 phy = devm_kzalloc(dev, sizeof(*phy) * phy_count, GFP_KERNEL); in dra7xx_pcie_probe()
367 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_probe()
387 dra7xx->phy_count = phy_count; in dra7xx_pcie_probe()
426 int count = dra7xx->phy_count; in dra7xx_pcie_remove()
/linux-4.1.27/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()
/linux-4.1.27/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
/linux-4.1.27/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()
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h744 __le16 phy_count; member