Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dsata_promise.c712 u32 hotplug_status; in pdc_sata_freeze() local
721 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()
722 hotplug_status |= 0x11 << (ata_no + 16); in pdc_sata_freeze()
723 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()
750 u32 hotplug_status; in pdc_sata_thaw() local
757 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()
758 hotplug_status |= 0x11 << ata_no; in pdc_sata_thaw()
759 hotplug_status &= ~(0x11 << (ata_no + 16)); in pdc_sata_thaw()
760 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()
920 u32 hotplug_status; in pdc_interrupt() local
[all …]