Searched refs:hotplug_offset (Results 1 – 1 of 1) sorted by relevance
710 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local721 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()723 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()724 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()748 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_thaw() local757 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()760 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()761 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_thaw()919 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local932 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()[all …]