Searched refs:hob_nsect (Results 1 – 6 of 6) sorted by relevance
138 buf[i++] = tf->hob_nsect; in pdc_prep_lba48()
133 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), ioaddr->nsect_addr); in vsc_sata_tf_load()173 tf->hob_nsect = nsect >> 8; in vsc_sata_tf_read()
119 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), ioaddr->nsect_addr); in k2_sata_tf_load()159 tf->hob_nsect = nsect >> 8; in k2_sata_tf_read()
603 desc[4] = tf->hob_nsect; in ata_gen_ata_desc_sense()945 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_scsi_verify_xlat()1095 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_scsi_rw_xlat()2221 tf->hob_nsect = scsicmd[5]; in ata_scsi_pass_thru()
111 outb(tf->hob_nsect, ioaddr->nsect_addr); in ata_tf_load_pio()117 tf->hob_nsect, in ata_tf_load_pio()169 writeb(tf->hob_nsect, (void __iomem *) ioaddr->nsect_addr); in ata_tf_load_mmio()175 tf->hob_nsect, in ata_tf_load_mmio()341 tf->hob_nsect = inb(ioaddr->nsect_addr); in ata_tf_read_pio()375 tf->hob_nsect = readb((void __iomem *)ioaddr->nsect_addr); in ata_tf_read_mmio()517 fis[13] = tf->hob_nsect; in ata_tf_to_fis()553 tf->hob_nsect = fis[13]; in ata_tf_from_fis()
228 u8 hob_nsect; /* to support LBA48 */ member