Searched defs:ata_taskfile (Results 1 – 2 of 2) sorted by relevance
555 struct ata_taskfile { struct556 unsigned long flags; /* ATA_TFLAG_xxx */557 u8 protocol; /* ATA_PROT_xxx */559 u8 ctl; /* control reg */561 u8 hob_feature; /* additional data */562 u8 hob_nsect; /* to support LBA48 */563 u8 hob_lbal;564 u8 hob_lbam;565 u8 hob_lbah;567 u8 feature;[all …]
521 struct ata_taskfile { struct522 unsigned long flags; /* ATA_TFLAG_xxx */523 u8 protocol; /* ATA_PROT_xxx */525 u8 ctl; /* control reg */527 u8 hob_feature; /* additional data */528 u8 hob_nsect; /* to support LBA48 */529 u8 hob_lbal;530 u8 hob_lbam;531 u8 hob_lbah;533 union {[all …]