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

#include <mmc.h>

Collaboration diagram for mmc_dll_params:
Collaboration graph

Data Fields

uint32_t emmc_tx_data_cntl1
 
uint32_t emmc_tx_data_cntl2
 
uint32_t emmc_rx_cmd_data_cntl1
 
uint32_t emmc_rx_cmd_data_cntl2
 
uint32_t emmc_rx_strobe_cntl
 
uint32_t emmc_tx_cmd_cntl
 

Detailed Description

Definition at line 20 of file mmc.h.

Field Documentation

◆ emmc_rx_cmd_data_cntl1

uint32_t mmc_dll_params::emmc_rx_cmd_data_cntl1

Definition at line 23 of file mmc.h.

Referenced by set_mmc_dll().

◆ emmc_rx_cmd_data_cntl2

uint32_t mmc_dll_params::emmc_rx_cmd_data_cntl2

Definition at line 24 of file mmc.h.

Referenced by set_mmc_dll().

◆ emmc_rx_strobe_cntl

uint32_t mmc_dll_params::emmc_rx_strobe_cntl

Definition at line 25 of file mmc.h.

Referenced by set_mmc_dll().

◆ emmc_tx_cmd_cntl

uint32_t mmc_dll_params::emmc_tx_cmd_cntl

Definition at line 26 of file mmc.h.

Referenced by set_mmc_dll().

◆ emmc_tx_data_cntl1

uint32_t mmc_dll_params::emmc_tx_data_cntl1

Definition at line 21 of file mmc.h.

Referenced by set_mmc_dll().

◆ emmc_tx_data_cntl2

uint32_t mmc_dll_params::emmc_tx_data_cntl2

Definition at line 22 of file mmc.h.

Referenced by set_mmc_dll().


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