Lines Matching refs:identify

1051  * ATA identify data contains strings in byte-swapped 16-bit words.
1079 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1081 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1103 * identify information is still read from the drive and placed
1104 * into the identify data buffer (@e port->identify) in the
1106 * When the identify buffer contains valid identify information @e
1110 * @user_buffer A user space buffer where the identify data should be
1132 /* Set the identify information as invalid. */
1135 /* Clear the identify information. */
1136 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS);
1157 ata_swap_string(port->identify + 27, 40); /* model string*/
1158 ata_swap_string(port->identify + 23, 8); /* firmware string*/
1159 ata_swap_string(port->identify + 10, 20); /* serial# string*/
1164 port->identify[i] = le16_to_cpu(port->identify[i]);
1169 if (port->identify[128] & 0x4)
1174 /* Set the identify buffer as valid. */
1180 port->identify,
1328 if (!(port->identify[82] & 0x1)) {
1332 if (!(port->identify[85] & 0x1)) {
1368 * 0 The identify information is invalid.
1374 raw0 = port->identify[100];
1375 raw1 = port->identify[101];
1376 raw2 = port->identify[102];
1377 raw3 = port->identify[103];
1384 * Display the identify command data.
1400 strscpy(cbuf, (char *)(port->identify + 10), 21);
1404 strscpy(cbuf, (char *)(port->identify + 23), 9);
1408 strscpy(cbuf, (char *)(port->identify + 27), 41);
1412 port->identify[128],
1413 port->identify[128] & 0x4 ? "(LOCKED)" : "");
1948 if (copy_to_user((void __user *)arg, dd->port->identify,
2403 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) ==
2639 port->identify = port->block1 + AHCI_IDFY_OFFSET;
2658 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) ==