Lines Matching refs:identify

1302 			*timeout = ((*(dd->port->identify + 90) * 2) * 60000);  in mtip_set_timeout()
1304 *timeout = ((*(dd->port->identify + 89) * 2) * 60000); in mtip_set_timeout()
1359 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify()
1381 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify()
1382 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify()
1383 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify()
1388 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify()
1393 if (port->identify[128] & 0x4) in mtip_get_identify()
1400 if (port->identify[69] & (1 << 14) && port->identify[69] & (1 << 5)) in mtip_get_identify()
1412 port->identify, in mtip_get_identify()
1563 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr()
1567 if (!(port->identify[85] & 0x1)) { in mtip_get_smart_attr()
1685 raw0 = port->identify[100]; in mtip_hw_get_capacity()
1686 raw1 = port->identify[101]; in mtip_hw_get_capacity()
1687 raw2 = port->identify[102]; in mtip_hw_get_capacity()
1688 raw3 = port->identify[103]; in mtip_hw_get_capacity()
1711 strlcpy(cbuf, (char *)(port->identify+10), 21); in mtip_dump_identify()
1715 strlcpy(cbuf, (char *)(port->identify+23), 9); in mtip_dump_identify()
1719 strlcpy(cbuf, (char *)(port->identify+27), 41); in mtip_dump_identify()
1723 port->identify[128], in mtip_dump_identify()
1724 port->identify[128] & 0x4 ? "(LOCKED)" : ""); in mtip_dump_identify()
2280 if (copy_to_user((void __user *)arg, dd->port->identify, in mtip_hw_ioctl()
2500 dd->port->identify && in show_device_status()
2503 (char *) (dd->port->identify + 10), 21); in show_device_status()
2504 status = *(dd->port->identify + 141); in show_device_status()
2530 dd->port->identify && in show_device_status()
2533 (char *) (dd->port->identify+10), 21); in show_device_status()
2534 status = *(dd->port->identify + 141); in show_device_status()
2895 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) == in mtip_ftl_rebuild_poll()
3084 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc()
3103 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) == in mtip_hw_get_identify()