Searched refs:hotplug_status (Results 1 – 1 of 1) sorted by relevance
712 u32 hotplug_status; in pdc_sata_freeze() local721 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() local757 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 …]