Lines Matching refs:ata_no
713 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap); in pdc_sata_freeze() local
724 hotplug_status |= 0x11 << (ata_no + 16); in pdc_sata_freeze()
751 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap); in pdc_sata_thaw() local
760 hotplug_status |= 0x11 << ata_no; in pdc_sata_thaw()
761 hotplug_status &= ~(0x11 << (ata_no + 16)); in pdc_sata_thaw()
786 unsigned int ata_no = pdc_ata_port_to_ata_no(ap); in pdc_hard_reset_port() local
793 tmp &= ~(0x10 << ata_no); in pdc_hard_reset_port()
797 tmp |= (0x10 << ata_no); in pdc_hard_reset_port()
921 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local
969 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4); in pdc_interrupt()
970 tmp = hotplug_status & (0x11 << ata_no); in pdc_interrupt()
1216 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4); in pdc_ata_init_one() local
1217 unsigned int ata_offset = 0x200 + ata_no * 0x80; in pdc_ata_init_one()
1218 unsigned int scr_offset = 0x400 + ata_no * 0x100; in pdc_ata_init_one()