Home
last modified time | relevance | path

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

/arch/powerpc/platforms/embedded6xx/
Dwii.c54 static void __iomem *hw_gpio; variable
155 hw_gpio = wii_ioremap_hw_regs("hw_gpio", HW_GPIO_COMPATIBLE); in wii_setup_arch()
156 if (hw_gpio) { in wii_setup_arch()
158 clrbits32(hw_gpio + HW_GPIO_OUT(0), in wii_setup_arch()
178 if (hw_gpio) { in wii_power_off()
180 setbits32(hw_gpio + HW_GPIO_DIR(1), HW_GPIO_SHUTDOWN); in wii_power_off()
183 setbits32(hw_gpio + HW_GPIO_OUT(1), HW_GPIO_SHUTDOWN); in wii_power_off()