coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmc_data Struct Reference

#include <sd_mmc_ctrlr.h>

Collaboration diagram for mmc_data:
Collaboration graph

Data Fields

union {
   char *   dest
 
   const char *   src
 
}; 
 
uint32_t flags
 
uint32_t blocks
 
uint32_t blocksize
 

Detailed Description

Definition at line 106 of file sd_mmc_ctrlr.h.

Field Documentation

◆ 

union { ... }

◆ blocks

◆ blocksize

◆ dest

◆ flags

◆ src

const char* mmc_data::src

Definition at line 109 of file sd_mmc_ctrlr.h.

Referenced by sdhci_send_command(), storage_block_write(), and storage_write().


The documentation for this struct was generated from the following file: