Searched defs:hpc_reg (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp.h295 void __iomem *hpc_reg; /* cookie for our pci controller location */ member in struct:controller
489 misc = readw(ctrl->hpc_reg + MISC);
491 writew(misc, ctrl->hpc_reg + MISC);
499 led_control = readl(ctrl->hpc_reg + LED_CONTROL);
501 writel(led_control, ctrl->hpc_reg + LED_CONTROL);
509 led_control = readl(ctrl->hpc_reg + LED_CONTROL);
511 writel(led_control, ctrl->hpc_reg + LED_CONTROL);
519 led_control = readl(ctrl->hpc_reg + LED_CONTROL);
530 led_control = readl(ctrl->hpc_reg + LED_CONTROL);
532 writel(led_control, ctrl->hpc_reg
[all...]

Completed in 81 milliseconds