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
724 readl(host_mmio + hotplug_offset); /* flush */ in pdc_sata_freeze()
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()
1097 int hotplug_offset; in pdc_host_init() local
1101 hotplug_offset = PDC2_SATA_PLUG_CSR; in pdc_host_init()
1103 hotplug_offset = PDC_SATA_PLUG_CSR; in pdc_host_init()
1119 tmp = readl(host_mmio + hotplug_offset); in pdc_host_init()
1120 writel(tmp | 0xff, host_mmio + hotplug_offset); in pdc_host_init()
[all …]