Home
last modified time | relevance | path

Searched refs:sdram_console_tx_byte (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dmrc_common.h24 asmlinkage void sdram_console_tx_byte(unsigned char byte);
/external/u-boot/arch/x86/cpu/intel_common/
Dmrc.c176 asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte() function
/external/u-boot/arch/x86/cpu/broadwell/
Dsdram.c50 pei_data->tx_byte = sdram_console_tx_byte; in broadwell_fill_pei_data()
/external/u-boot/arch/x86/cpu/ivybridge/
Dsdram.c504 pei_data->tx_byte = sdram_console_tx_byte; in dram_init()