Home
last modified time | relevance | path

Searched refs:phy_version (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Dehci-orion.c216 enum orion_ehci_phy_ver phy_version; in ehci_orion_drv_probe() local
291 phy_version = EHCI_PHY_NA; in ehci_orion_drv_probe()
293 phy_version = pd->phy_version; in ehci_orion_drv_probe()
295 switch (phy_version) { in ehci_orion_drv_probe()
/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h161 char phy_version[WL18XX_PHY_VERSION_MAX_LEN]; member
Dmain.c1519 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version, in wl18xx_handle_static_data()
1525 wl1271_info("PHY firmware version: %s", static_data_priv->phy_version); in wl18xx_handle_static_data()
/drivers/scsi/qla2xxx/
Dqla_attr.c1566 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]); in qla2x00_phy_version_show()
2447 static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
Dqla_mbx.c1098 ha->phy_version[0] = mcp->mb[8] & 0xff; in qla2x00_get_fw_version()
1099 ha->phy_version[1] = mcp->mb[9] >> 8; in qla2x00_get_fw_version()
1100 ha->phy_version[2] = mcp->mb[9] & 0xff; in qla2x00_get_fw_version()
Dqla_def.h4521 uint8_t phy_version[3]; member