Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dusb-ehci-orion.h20 enum orion_ehci_phy_ver phy_version; member
/linux/arch/arm/plat-orion/
H A Dcommon.c708 enum orion_ehci_phy_ver phy_version) in orion_ehci_init() argument
710 orion_ehci_data.phy_version = phy_version; in orion_ehci_init()
/linux/arch/arm/plat-orion/include/plat/
H A Dcommon.h83 enum orion_ehci_phy_ver phy_version);
/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h221 char phy_version[WL18XX_PHY_VERSION_MAX_LEN]; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c1559 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]); in qla2x00_phy_version_show()
2440 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; in qla2x00_get_fw_version()
1105 ha->phy_version[1] = mcp->mb[9] >> 8; in qla2x00_get_fw_version()
1106 ha->phy_version[2] = mcp->mb[9] & 0xff; in qla2x00_get_fw_version()
H A Dqla_def.h4593 uint8_t phy_version[3]; member