Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ata/
Dsata_promise.c712 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local
723 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_freeze()
725 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_freeze()
726 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()
750 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_thaw() local
759 hotplug_status = readl(host_mmio + hotplug_offset); in pdc_sata_thaw()
762 writel(hotplug_status, host_mmio + hotplug_offset); in pdc_sata_thaw()
763 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_thaw()
921 unsigned int hotplug_offset, ata_no; in pdc_interrupt() local
938 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()
[all …]