phy_version       739 arch/arm/plat-orion/common.c 			    enum orion_ehci_phy_ver phy_version)
phy_version       741 arch/arm/plat-orion/common.c 	orion_ehci_data.phy_version = phy_version;
phy_version        86 arch/arm/plat-orion/include/plat/common.h 			    enum orion_ehci_phy_ver phy_version);
phy_version      1519 drivers/net/wireless/ti/wl18xx/main.c 	strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version,
phy_version      1525 drivers/net/wireless/ti/wl18xx/main.c 	wl1271_info("PHY firmware version: %s", static_data_priv->phy_version);
phy_version       161 drivers/net/wireless/ti/wl18xx/wl18xx.h 	char phy_version[WL18XX_PHY_VERSION_MAX_LEN];
phy_version      1460 drivers/scsi/qla2xxx/qla_attr.c 	    ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]);
phy_version      2278 drivers/scsi/qla2xxx/qla_attr.c static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
phy_version      4070 drivers/scsi/qla2xxx/qla_def.h 	uint8_t		phy_version[3];
phy_version      1082 drivers/scsi/qla2xxx/qla_mbx.c 		ha->phy_version[0] = mcp->mb[8] & 0xff;
phy_version      1083 drivers/scsi/qla2xxx/qla_mbx.c 		ha->phy_version[1] = mcp->mb[9] >> 8;
phy_version      1084 drivers/scsi/qla2xxx/qla_mbx.c 		ha->phy_version[2] = mcp->mb[9] & 0xff;
phy_version       216 drivers/usb/host/ehci-orion.c 	enum orion_ehci_phy_ver phy_version;
phy_version       288 drivers/usb/host/ehci-orion.c 		phy_version = EHCI_PHY_NA;
phy_version       290 drivers/usb/host/ehci-orion.c 		phy_version = pd->phy_version;
phy_version       292 drivers/usb/host/ehci-orion.c 	switch (phy_version) {
phy_version        20 include/linux/platform_data/usb-ehci-orion.h 	enum orion_ehci_phy_ver phy_version;