Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c90 uint8_t tx_byte, rx_byte; in bcm2835_spi_flush_tx_fifo() local
93 tx_byte = fifo8_pop(&s->tx_fifo); in bcm2835_spi_flush_tx_fifo()
94 rx_byte = ssi_transfer(s->bus, tx_byte); in bcm2835_spi_flush_tx_fifo()
/openbmc/u-boot/drivers/i2c/
H A Dmxc_i2c.c227 static int tx_byte(struct mxc_i2c_bus *i2c_bus, u8 byte) in tx_byte() function
321 ret = tx_byte(i2c_bus, chip << 1); in i2c_init_transfer_()
326 ret = tx_byte(i2c_bus, (addr >> (alen * 8)) & 0xff); in i2c_init_transfer_()
460 ret = tx_byte(i2c_bus, buf[i]); in i2c_write_data()
548 ret = tx_byte(i2c_bus, (chip << 1) | 1); in bus_i2c_read()
922 ret = tx_byte(i2c_bus, (msg->addr << 1) | 1);
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h96 tx_byte_func tx_byte; member
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpei_data.h125 tx_byte_func tx_byte; member
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsdram.c50 pei_data->tx_byte = sdram_console_tx_byte; in broadwell_fill_pei_data()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c505 pei_data->tx_byte = sdram_console_tx_byte; in dram_init()