coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmc.h File Reference
#include <inttypes.h>
#include <commonlib/sd_mmc_ctrlr.h>
Include dependency graph for mmc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  am335x_mmc
 
struct  am335x_mmc_host
 

Macros

#define MMCHS0_BASE   0x48060000
 

Functions

int am335x_mmc_init_storage (struct am335x_mmc_host *mmc_host)
 

Variables

struct am335x_mmc __packed
 

Macro Definition Documentation

◆ MMCHS0_BASE

#define MMCHS0_BASE   0x48060000

Definition at line 9 of file mmc.h.

Function Documentation

◆ am335x_mmc_init_storage()

int am335x_mmc_init_storage ( struct am335x_mmc_host mmc_host)

Variable Documentation

◆ __packed