Lines Matching +full:pic +full:- +full:no +full:- +full:reset
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Nintendo Wii board-specific support
6 * Copyright (C) 2008-2009 The GameCube Linux Team
24 #include "flipper-pic.h"
25 #include "hlwd-pic.h"
29 #define HW_CTRL_COMPATIBLE "nintendo,hollywood-control"
35 #define HW_GPIO_COMPATIBLE "nintendo,hollywood-gpio"
62 int error = -ENODEV; in wii_ioremap_hw_regs()
66 pr_err("no compatible node found for %s\n", compatible); in wii_ioremap_hw_regs()
71 pr_err("no valid reg found for %pOFn\n", np); in wii_ioremap_hw_regs()
103 /* clear the system reset pin to cause a reset */ in wii_restart()