Home
last modified time | relevance | path

Searched refs:hotplug_offset (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ata/
Dsata_promise.c732 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local
743 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() local
779 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() local
958 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()
[all …]