Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c91 int phy_count; /* DT phy-names count */ member
524 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local
526 while (phy_count--) { in dra7xx_pcie_disable_phy()
527 phy_power_off(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
528 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
534 int phy_count = dra7xx->phy_count; in dra7xx_pcie_enable_phy() local
538 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_enable_phy()
683 int phy_count; in dra7xx_pcie_probe() local
723 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()
724 if (phy_count < 0) { in dra7xx_pcie_probe()
[all …]
H A Dpcie-armada8k.c34 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()
/linux/drivers/ata/
H A Dsata_highbank.c329 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 Dport.c732 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/scsi/
H A Dhpsa_cmd.h806 __le16 phy_count; member
/linux/drivers/usb/host/
H A Dxhci-tegra.c1334 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/net/wireless/intel/iwlegacy/
H A D3945.c560 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx()
562 rx_stats->phy_count); in il3945_hdl_rx()
H A Dcommands.h1162 u8 phy_count;
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1549 __le16 phy_count; member
H A Dsmartpqi_init.c1681 id_phys->phy_count) in pqi_get_physical_device_info()
/linux/drivers/scsi/aacraid/
H A Daacraid.h362 u16 phy_count; member