Searched refs:hw_ctrl (Results 1 – 4 of 4) sorted by relevance
49 static void __iomem *hw_ctrl; variable104 hw_ctrl = wii_ioremap_hw_regs("hw_ctrl", HW_CTRL_COMPATIBLE); in wii_setup_arch()117 if (hw_ctrl) { in wii_restart()119 clrbits32(hw_ctrl + HW_CTRL_RESETS, HW_CTRL_RESETS_SYS); in wii_restart()
64 u32 hw_ctrl; in tegra_cec_error_recovery() local66 hw_ctrl = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_error_recovery()69 cec_write(cec, TEGRA_CEC_HW_CONTROL, hw_ctrl); in tegra_cec_error_recovery()
141 void(*hw_ctrl)(int slot, int enable); member
190 to_tegra_ctrl(struct nand_controller *hw_ctrl) in to_tegra_ctrl() argument192 return container_of(hw_ctrl, struct tegra_nand_controller, controller); in to_tegra_ctrl()