Home
last modified time | relevance | path

Searched refs:tx_byte (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/x86/include/asm/arch-ivybridge/
A Dpei_data.h96 tx_byte_func tx_byte; member
/u-boot/arch/x86/include/asm/arch-broadwell/
A Dpei_data.h125 tx_byte_func tx_byte; member
/u-boot/drivers/i2c/
A Dmxc_i2c.c238 static int tx_byte(struct mxc_i2c_bus *i2c_bus, u8 byte) in tx_byte() function
332 ret = tx_byte(i2c_bus, chip << 1); in i2c_init_transfer_()
337 ret = tx_byte(i2c_bus, (addr >> (alen * 8)) & 0xff); in i2c_init_transfer_()
555 ret = tx_byte(i2c_bus, buf[i]); in i2c_write_data()
691 ret = tx_byte(i2c_bus, (chip << 1) | 1); in bus_i2c_read()
1030 ret = tx_byte(i2c_bus, (msg->addr << 1) | msg_is_read);
/u-boot/arch/x86/cpu/broadwell/
A Dnorthbridge.c35 pei_data->tx_byte = sdram_console_tx_byte; in broadwell_fill_pei_data()
/u-boot/arch/x86/cpu/ivybridge/
A Dsdram.c508 pei_data->tx_byte = sdram_console_tx_byte; in dram_init()

Completed in 8 milliseconds