Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dsata_promise.c716 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local
727 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() local
763 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() local
942 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()
[all …]