Linux Kernel
3.7.1
|
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/types.h>
#include <asm/bootinfo.h>
#include <loongson.h>
#include <cs5536/cs5536.h>
#include "ec_kb3310b.h"
Go to the source code of this file.
Macros | |
#define | yl2f89_reboot ml2f_reboot |
#define | EC_SHUTDOWN_IO_PORT_HIGH 0xff2d |
#define | EC_SHUTDOWN_IO_PORT_LOW 0xff2e |
#define | EC_SHUTDOWN_IO_PORT_DATA 0xff2f |
#define | REG_SHUTDOWN_HIGH 0xFC |
#define | REG_SHUTDOWN_LOW 0x29 |
#define | BIT_SHUTDOWN_ON (1 << 1) |
Functions | |
void | ml2f_reboot (void) |
void | mach_prepare_reboot (void) |
void | mach_prepare_shutdown (void) |
#define yl2f89_reboot ml2f_reboot |