Lines Matching defs:ata_no
711 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
722 hotplug_status |= 0x11 << (ata_no + 16);
749 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
758 hotplug_status |= 0x11 << ata_no;
759 hotplug_status &= ~(0x11 << (ata_no + 16));
776 /* ata_mmio == host_mmio + 0x200 + ata_no * 0x80 */
784 unsigned int ata_no = pdc_ata_port_to_ata_no(ap);
791 tmp &= ~(0x10 << ata_no);
795 tmp |= (0x10 << ata_no);
919 unsigned int hotplug_offset, ata_no;
958 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
959 tmp = hotplug_status & (0x11 << ata_no);
1201 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
1202 unsigned int ata_offset = 0x200 + ata_no * 0x80;
1203 unsigned int scr_offset = 0x400 + ata_no * 0x100;