Lines Matching defs:ata_no
713 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
724 hotplug_status |= 0x11 << (ata_no + 16);
751 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
760 hotplug_status |= 0x11 << ata_no;
761 hotplug_status &= ~(0x11 << (ata_no + 16));
778 /* ata_mmio == host_mmio + 0x200 + ata_no * 0x80 */
786 unsigned int ata_no = pdc_ata_port_to_ata_no(ap);
793 tmp &= ~(0x10 << ata_no);
797 tmp |= (0x10 << ata_no);
921 unsigned int hotplug_offset, ata_no;
969 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
970 tmp = hotplug_status & (0x11 << ata_no);
1216 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
1217 unsigned int ata_offset = 0x200 + ata_no * 0x80;
1218 unsigned int scr_offset = 0x400 + ata_no * 0x100;