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

#include <msdc.h>

Collaboration diagram for msdc_ctrlr:
Collaboration graph

Data Fields

struct sd_mmc_ctrlr sd_mmc_ctrlr
 
voidbase
 
voidtop_base
 
uint32_t clock
 
uint32_t src_hz
 
bool initialized
 

Detailed Description

Definition at line 153 of file msdc.h.

Field Documentation

◆ base

◆ clock

uint32_t msdc_ctrlr::clock

Definition at line 158 of file msdc.h.

◆ initialized

bool msdc_ctrlr::initialized

Definition at line 161 of file msdc.h.

◆ sd_mmc_ctrlr

struct sd_mmc_ctrlr msdc_ctrlr::sd_mmc_ctrlr

Definition at line 170 of file msdc.h.

Referenced by add_msdc(), msdc_set_clock(), msdc_update_pointers(), and mtk_emmc_early_init().

◆ src_hz

uint32_t msdc_ctrlr::src_hz

Definition at line 159 of file msdc.h.

Referenced by msdc_controller_init(), and msdc_set_clock().

◆ top_base

void* msdc_ctrlr::top_base

Definition at line 156 of file msdc.h.

Referenced by msdc_controller_init(), and msdc_init_hw().


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