Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/embedded6xx/
H A Dwii.c47 static void __iomem *hw_ctrl; variable
89 hw_ctrl = wii_ioremap_hw_regs("hw_ctrl", HW_CTRL_COMPATIBLE); in wii_setup_arch()
102 if (hw_ctrl) { in wii_restart()
104 clrbits32(hw_ctrl + HW_CTRL_RESETS, HW_CTRL_RESETS_SYS); in wii_restart()
/linux/include/linux/
H A Dfsl_devices.h140 void(*hw_ctrl)(int slot, int enable); member
/linux/drivers/mtd/nand/raw/
H A Dtegra_nand.c193 to_tegra_ctrl(struct nand_controller *hw_ctrl) in to_tegra_ctrl() argument
195 return container_of(hw_ctrl, struct tegra_nand_controller, controller); in to_tegra_ctrl()