Lines Matching refs:identify

1305 			*timeout = ((*(dd->port->identify + 90) * 2) * 60000);  in mtip_set_timeout()
1307 *timeout = ((*(dd->port->identify + 89) * 2) * 60000); in mtip_set_timeout()
1362 memset(port->identify, 0, sizeof(u16) * ATA_ID_WORDS); in mtip_get_identify()
1384 ata_swap_string(port->identify + 27, 40); /* model string*/ in mtip_get_identify()
1385 ata_swap_string(port->identify + 23, 8); /* firmware string*/ in mtip_get_identify()
1386 ata_swap_string(port->identify + 10, 20); /* serial# string*/ in mtip_get_identify()
1391 port->identify[i] = le16_to_cpu(port->identify[i]); in mtip_get_identify()
1396 if (port->identify[128] & 0x4) in mtip_get_identify()
1403 if (port->identify[69] & (1 << 14) && port->identify[69] & (1 << 5)) in mtip_get_identify()
1415 port->identify, in mtip_get_identify()
1566 if (!(port->identify[82] & 0x1)) { in mtip_get_smart_attr()
1570 if (!(port->identify[85] & 0x1)) { in mtip_get_smart_attr()
1688 raw0 = port->identify[100]; in mtip_hw_get_capacity()
1689 raw1 = port->identify[101]; in mtip_hw_get_capacity()
1690 raw2 = port->identify[102]; in mtip_hw_get_capacity()
1691 raw3 = port->identify[103]; in mtip_hw_get_capacity()
1714 strlcpy(cbuf, (char *)(port->identify+10), 21); in mtip_dump_identify()
1718 strlcpy(cbuf, (char *)(port->identify+23), 9); in mtip_dump_identify()
1722 strlcpy(cbuf, (char *)(port->identify+27), 41); in mtip_dump_identify()
1726 port->identify[128], in mtip_dump_identify()
1727 port->identify[128] & 0x4 ? "(LOCKED)" : ""); in mtip_dump_identify()
2283 if (copy_to_user((void __user *)arg, dd->port->identify, in mtip_hw_ioctl()
2503 dd->port->identify && in show_device_status()
2506 (char *) (dd->port->identify + 10), 21); in show_device_status()
2507 status = *(dd->port->identify + 141); in show_device_status()
2533 dd->port->identify && in show_device_status()
2536 (char *) (dd->port->identify+10), 21); in show_device_status()
2537 status = *(dd->port->identify + 141); in show_device_status()
2886 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) == in mtip_ftl_rebuild_poll()
3122 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc()
3141 if (*(dd->port->identify + MTIP_FTL_REBUILD_OFFSET) == in mtip_hw_get_identify()