Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | hw_timer_init (irq_handler_t handler) |
unsigned long | hw_timer_offset (void) |
void | config_BSP (char *command, int len) |
Variables | |
void(* | mach_sched_init )(irq_handler_t handler) |
void(* | mach_init_IRQ )(void) |
void(* | mach_get_model )(char *model) |
void(* | mach_get_hardware_list )(struct seq_file *m) |
unsigned long(* | mach_gettimeoffset )(void) |
int(* | mach_hwclk )(int, struct rtc_time *) |
unsigned int(* | mach_get_ss )(void) |
int(* | mach_get_rtc_pll )(struct rtc_pll_info *) |
int(* | mach_set_rtc_pll )(struct rtc_pll_info *) |
int(* | mach_set_clock_mmss )(unsigned long) |
void(* | mach_reset )(void) |
void(* | mach_halt )(void) |
void(* | mach_power_off )(void) |
unsigned long(* | mach_hd_init )(unsigned long, unsigned long) |
void(* | mach_hd_setup )(char *, int *) |
long | mach_max_dma_address |
void(* | mach_heartbeat )(int) |
void(* | mach_l2_flush )(int) |
void(* | mach_beep )(unsigned int, unsigned int) |
void hw_timer_init | ( | irq_handler_t | handler | ) |
int(* mach_get_rtc_pll)(struct rtc_pll_info *) |
Definition at line 57 of file setup_no.c.
Definition at line 83 of file setup_mm.c.
long mach_max_dma_address |
Definition at line 58 of file setup_no.c.
Definition at line 56 of file setup_no.c.
void(* mach_sched_init)(irq_handler_t handler) |
Definition at line 81 of file setup_mm.c.
Definition at line 52 of file setup_no.c.
int(* mach_set_rtc_pll)(struct rtc_pll_info *) |