Linux Kernel
3.7.1
|
#include <linux/io.h>
#include <mach/mmc.h>
#include <linux/mmc/boot.h>
#include <linux/mmc/tmio.h>
#include "sdhi-shmobile.h"
Go to the source code of this file.
Macros | |
#define | PORT179CR 0xe60520b3 |
#define | PORT180CR 0xe60520b4 |
#define | PORT181CR 0xe60520b5 |
#define | PORT182CR 0xe60520b6 |
#define | PORT183CR 0xe60520b7 |
#define | PORT184CR 0xe60520b8 |
#define | SMSTPCR3 0xe615013c |
#define | CR_INPUT_ENABLE 0x10 |
#define | CR_FUNCTION1 0x01 |
#define | SDHI1_BASE (void __iomem *)0xe6860000 |
#define | SDHI_BASE SDHI1_BASE |
Functions | |
asmlinkage void | mmc_loader (unsigned short *buf, unsigned long len) |
#define CR_FUNCTION1 0x01 |
Definition at line 32 of file sdhi-sh7372.c.
#define CR_INPUT_ENABLE 0x10 |
Definition at line 31 of file sdhi-sh7372.c.
#define PORT179CR 0xe60520b3 |
Definition at line 22 of file sdhi-sh7372.c.
#define PORT180CR 0xe60520b4 |
Definition at line 23 of file sdhi-sh7372.c.
#define PORT181CR 0xe60520b5 |
Definition at line 24 of file sdhi-sh7372.c.
#define PORT182CR 0xe60520b6 |
Definition at line 25 of file sdhi-sh7372.c.
#define PORT183CR 0xe60520b7 |
Definition at line 26 of file sdhi-sh7372.c.
#define PORT184CR 0xe60520b8 |
Definition at line 27 of file sdhi-sh7372.c.
Definition at line 34 of file sdhi-sh7372.c.
#define SDHI_BASE SDHI1_BASE |
Definition at line 35 of file sdhi-sh7372.c.
#define SMSTPCR3 0xe615013c |
Definition at line 29 of file sdhi-sh7372.c.
asmlinkage void mmc_loader | ( | unsigned short * | buf, |
unsigned long | len | ||
) |
Definition at line 50 of file sdhi-sh7372.c.