#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/init.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/intctl-regs.h>
#include <asm/rtc-regs.h>
#include <unit/leds.h>
Go to the source code of this file.
void peripheral_leds7x4_display_dec |
( |
unsigned int |
val, |
|
|
unsigned int |
points |
|
) |
| |
void peripheral_leds7x4_display_hex |
( |
unsigned int |
val, |
|
|
unsigned int |
points |
|
) |
| |
void peripheral_leds7x4_display_minssecs |
( |
unsigned int |
time, |
|
|
unsigned int |
points |
|
) |
| |
void peripheral_leds7x4_display_rtc |
( |
void |
| ) |
|