Searched refs:hotplug_offset (Results 1 – 1 of 1) sorted by relevance
716 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local727 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()729 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()730 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()754 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_thaw() local763 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()766 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()767 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_thaw()925 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local942 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()[all …]