Home
last modified time | relevance | path

Searched refs:ATA_ID_FW_REV_LEN (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/ata/
Dpata_pcmcia.c65 ATA_ID_FW_REV_LEN + ATA_ID_PROD_LEN) == 0) { in pcmcia_set_mode()
Dlibata-scsi.c461 ata_id_string(dev->id, buf, ATA_ID_FW_REV, ATA_ID_FW_REV_LEN); in ata_get_identity()
462 if (copy_to_user(dst + ATA_ID_FW_REV, buf, ATA_ID_FW_REV_LEN)) in ata_get_identity()
2357 unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; in ata_dev_supports_fua()
Dlibata-core.c2172 char fwrevbuf[ATA_ID_FW_REV_LEN+1]; in ata_dev_configure()
4289 unsigned char model_rev[ATA_ID_FW_REV_LEN + 1]; in ata_dev_blacklisted()
/linux-4.4.14/include/linux/
Data.h111 ATA_ID_FW_REV_LEN = 8, enumerator
/linux-4.4.14/drivers/block/
Dmg_disk.c349 char fwrev[ATA_ID_FW_REV_LEN + 1]; in mg_get_disk_id()
/linux-4.4.14/drivers/ide/
Dide-probe.c224 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); in do_identify()