Lines Matching refs:identify

1063  * ATA identify data contains strings in byte-swapped 16-bit words.
1091 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1093 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1115 * identify information is still read from the drive and placed
1116 * into the identify data buffer (@e port->identify) in the
1118 * When the identify buffer contains valid identify information @e
1122 * @user_buffer A user space buffer where the identify data should be
1144 /* Set the identify information as invalid. */
1147 /* Clear the identify information. */
1148 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS);
1169 ata_swap_string(port->identify + 27, 40); /* model string*/
1170 ata_swap_string(port->identify + 23, 8); /* firmware string*/
1171 ata_swap_string(port->identify + 10, 20); /* serial# string*/
1176 port->identify[i] = le16_to_cpu(port->identify[i]);
1181 if (port->identify[128] & 0x4)
1186 /* Set the identify buffer as valid. */
1192 port->identify,
1340 if (!(port->identify[82] & 0x1)) {
1344 if (!(port->identify[85] & 0x1)) {
1380 * 0 The identify information is invalid.
1386 raw0 = port->identify[100];
1387 raw1 = port->identify[101];
1388 raw2 = port->identify[102];
1389 raw3 = port->identify[103];
1396 * Display the identify command data.
1412 strlcpy(cbuf, (char *)(port->identify+10), 21);
1416 strlcpy(cbuf, (char *)(port->identify+23), 9);
1420 strlcpy(cbuf, (char *)(port->identify+27), 41);
1424 port->identify[128],
1425 port->identify[128] & 0x4 ? "(LOCKED)" : "");
1960 if (copy_to_user((void __user *)arg, dd->port->identify,
2178 dd->port->identify &&
2181 (char *) (dd->port->identify + 10), 21);
2182 status = *(dd->port->identify + 141);
2208 dd->port->identify &&
2211 (char *) (dd->port->identify+10), 21);
2212 status = *(dd->port->identify + 141);
2559 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) ==
2795 port->identify = port->block1 + AHCI_IDFY_OFFSET;
2814 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) ==