Home
last modified time | relevance | path

Searched refs:ata_no (Results 1 – 1 of 1) sorted by relevance

/drivers/ata/
Dsata_promise.c717 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap); in pdc_sata_freeze() local
728 hotplug_status |= 0x11 << (ata_no + 16); in pdc_sata_freeze()
755 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap); in pdc_sata_thaw() local
764 hotplug_status |= 0x11 << ata_no; in pdc_sata_thaw()
765 hotplug_status &= ~(0x11 << (ata_no + 16)); in pdc_sata_thaw()
790 unsigned int ata_no = pdc_ata_port_to_ata_no(ap); in pdc_hard_reset_port() local
797 tmp &= ~(0x10 << ata_no); in pdc_hard_reset_port()
801 tmp |= (0x10 << ata_no); in pdc_hard_reset_port()
925 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local
973 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4); in pdc_interrupt()
[all …]