Searched refs:hw_ctrl (Results 1 – 4 of 4) sorted by relevance
47 static void __iomem *hw_ctrl; variable89 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()
141 void(*hw_ctrl)(int slot, int enable); member
429 bool do_notch, hw_ctrl, sw_ctrl, hw_ctrl_s1 = 0, sw_ctrl_s1 = 0; in rtl8188f_spur_calibration() local443 hw_ctrl = reg948 & BIT(6); in rtl8188f_spur_calibration()444 sw_ctrl = !hw_ctrl; in rtl8188f_spur_calibration()446 if (hw_ctrl) { in rtl8188f_spur_calibration()
193 to_tegra_ctrl(struct nand_controller *hw_ctrl) in to_tegra_ctrl() argument195 return container_of(hw_ctrl, struct tegra_nand_controller, controller); in to_tegra_ctrl()