Lines Matching defs:ctl
181 if (tf->ctl != ap->last_ctl) {
182 ata_outb(ap->host, tf->ctl, ioaddr->ctl_addr);
183 ap->last_ctl = tf->ctl;
224 ata_outb(ap->host, tf->ctl | ATA_HOB, ioaddr->ctl_addr);
230 ata_outb(ap->host, tf->ctl, ioaddr->ctl_addr);
231 ap->last_ctl = tf->ctl;
367 ata_outb(ap->host, ap->ctl, ioaddr->ctl_addr);
369 ata_outb(ap->host, ap->ctl | ATA_SRST, ioaddr->ctl_addr);
371 ata_outb(ap->host, ap->ctl, ioaddr->ctl_addr);
372 ap->last_ctl = ap->ctl;
413 static void pata_s3c_set_devctl(struct ata_port *ap, u8 ctl)
415 ata_outb(ap->host, ctl, ap->ioaddr.ctl_addr);