Searched refs:hotplug_offset (Results 1 – 1 of 1) sorted by relevance
732 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local743 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()745 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()746 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()770 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_thaw() local779 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()782 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()783 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_thaw()941 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local958 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()[all …]