Searched refs:phy_version (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dusb-ehci-orion.h20 enum orion_ehci_phy_ver phy_version; member in struct:orion_ehci_data
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h161 char phy_version[WL18XX_PHY_VERSION_MAX_LEN]; member in struct:wl18xx_static_data_priv
H A Dmain.c1519 strscpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version,
1522 wl1271_info("PHY firmware version: %s", static_data_priv->phy_version);
/linux-master/drivers/usb/host/
H A Dehci-orion.c221 enum orion_ehci_phy_ver phy_version; local
297 phy_version = EHCI_PHY_NA;
299 phy_version = pd->phy_version;
301 switch (phy_version) {
/linux-master/arch/arm/plat-orion/include/plat/
H A Dcommon.h83 enum orion_ehci_phy_ver phy_version);
/linux-master/arch/arm/plat-orion/
H A Dcommon.c708 enum orion_ehci_phy_ver phy_version)
710 orion_ehci_data.phy_version = phy_version;
706 orion_ehci_init(unsigned long mapbase, unsigned long irq, enum orion_ehci_phy_ver phy_version) argument
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_attr.c1566 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]);
2447 static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
H A Dqla_mbx.c1104 ha->phy_version[0] = mcp->mb[8] & 0xff;
1105 ha->phy_version[1] = mcp->mb[9] >> 8;
1106 ha->phy_version[2] = mcp->mb[9] & 0xff;
H A Dqla_def.h4582 uint8_t phy_version[3]; member in struct:qla_hw_data

Completed in 410 milliseconds