Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dphy-stm32-usbphyc.c38 #define MAX_PHYS 2 macro
61 } phys[MAX_PHYS];
124 for (i = 0; i < MAX_PHYS; i++) { in stm32_usbphyc_is_init()
136 for (i = 0; i < MAX_PHYS; i++) { in stm32_usbphyc_is_powered()
307 if (args->args[0] >= MAX_PHYS) in stm32_usbphyc_of_xlate()
359 for (i = 0; i < MAX_PHYS; i++) { in stm32_usbphyc_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h116 #define MAX_PHYS 3 macro
119 #define LINK_CONFIG_SIZE (MAX_PHYS - 1)
288 struct bnx2x_phy phy[MAX_PHYS];
H A Dbnx2x_link.c6225 if ((params->num_phys == MAX_PHYS) && in bnx2x_get_ext_phy_fw_version()
6312 for (phy_idx = EXT_PHY1; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_set_led()
6761 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_update_link_up()
6804 struct link_vars phy_vars[MAX_PHYS]; in bnx2x_link_update()
8207 for (idx = INT_PHY; idx < MAX_PHYS; idx++) { in bnx2x_get_edc_mode()
8227 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_get_edc_mode()
12599 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_phy_probe()
12619 phy_index < MAX_PHYS; in bnx2x_phy_probe()
13600 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_common_init_phy()
13914 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_period_func()
[all …]
/openbmc/linux/Documentation/scsi/
H A Dlibsas.rst78 - must be set [0,MAX_PHYS)]
155 struct my_phy phys[MAX_PHYS];
156 struct sas_port sas_ports[MAX_PHYS]; /* (1) */
241 static struct sas_phy *sas_phys[MAX_PHYS];
242 static struct sas_port *sas_ports[MAX_PHYS];
246 for (i = 0; i < MAX_PHYS; i++) {
253 my_ha->sas_ha.num_phys = MAX_PHYS;
/openbmc/linux/drivers/phy/ralink/
H A Dphy-mt7621-pci.c63 #define MAX_PHYS 2 macro
270 if (WARN_ON(args->args[0] >= MAX_PHYS)) in mt7621_pcie_phy_of_xlate()
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c68 #define MAX_PHYS 4 macro
606 .platdata_auto_alloc_size = sizeof(struct sun4i_usb_phy_plat[MAX_PHYS]),
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c91 #define MAX_PHYS 4 macro
128 } phys[MAX_PHYS];