Searched refs:hc_registers (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c73 static void __iomem *hc_registers; variable
108 hc_registers = zt5550_hc_config()
110 if (!hc_registers) { zt5550_hc_config()
118 csr_hc_index = hc_registers + CSR_HCINDEX; zt5550_hc_config()
119 csr_hc_data = hc_registers + CSR_HCDATA; zt5550_hc_config()
120 csr_int_status = hc_registers + CSR_INTSTAT; zt5550_hc_config()
121 csr_int_mask = hc_registers + CSR_INTMASK; zt5550_hc_config()
152 iounmap(hc_registers); zt5550_hc_cleanup()

Completed in 100 milliseconds