Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dsata_promise.c710 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_sata_freeze() local
721 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() local
757 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() local
932 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_interrupt()
[all …]