Searched refs:hotplug_offset (Results 1 – 1 of 1) sorted by relevance
712 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local723 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()725 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()726 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()750 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_thaw() local759 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()762 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()763 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_thaw()921 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local938 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()[all …]