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

/drivers/usb/host/
H A Dehci-orion.c270 switch (pd->phy_version) {
/drivers/scsi/qla2xxx/
H A Dqla_attr.c1161 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]);
1282 static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
H A Dqla_mbx.c555 ha->phy_version[0] = mcp->mb[8] & 0xff;
556 ha->phy_version[1] = mcp->mb[9] >> 8;
557 ha->phy_version[2] = mcp->mb[9] & 0xff;
H A Dqla_def.h2722 uint8_t phy_version[3]; member in struct:qla_hw_data

Completed in 83 milliseconds