Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
Dwii.c49 static void __iomem *hw_ctrl; variable
104 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()
/kernel/linux/linux-5.10/drivers/media/cec/platform/tegra/
Dtegra_cec.c64 u32 hw_ctrl; in tegra_cec_error_recovery() local
66 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()
/kernel/linux/linux-5.10/include/linux/
Dfsl_devices.h141 void(*hw_ctrl)(int slot, int enable); member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dtegra_nand.c190 to_tegra_ctrl(struct nand_controller *hw_ctrl) in to_tegra_ctrl() argument
192 return container_of(hw_ctrl, struct tegra_nand_controller, controller); in to_tegra_ctrl()