Lines Matching +full:ctrl +full:- +full:module
14 #include <linux/module.h>
32 #include "ip32-common.h"
53 /* If the first __symbol_get failed, our module wasn't loaded. */ in ip32_poweroff()
55 request_module("rtc-ds1685"); in ip32_poweroff()
61 pr_emerg("RTC not available for power-off. Spinning forever ...\n"); in ip32_poweroff()
74 crime->control = CRIME_CONTROL_HARD_RESET; in ip32_machine_restart()
80 unsigned long led = mace->perif.ctrl.misc ^ MACEISA_LED_RED; in blink_timeout()
81 mace->perif.ctrl.misc = led; in blink_timeout()
124 led = mace->perif.ctrl.misc | MACEISA_LED_GREEN; in panic_event()
125 mace->perif.ctrl.misc = led; in panic_event()
140 unsigned long led = mace->perif.ctrl.misc; in ip32_reboot_setup()
143 mace->perif.ctrl.misc = led; in ip32_reboot_setup()