Searched refs:tx_byte (Results 1 – 6 of 6) sorted by relevance
90 uint8_t tx_byte, rx_byte; in bcm2835_spi_flush_tx_fifo() local93 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()
227 static int tx_byte(struct mxc_i2c_bus *i2c_bus, u8 byte) in tx_byte() function321 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);
96 tx_byte_func tx_byte; member
125 tx_byte_func tx_byte; member
50 pei_data->tx_byte = sdram_console_tx_byte; in broadwell_fill_pei_data()
505 pei_data->tx_byte = sdram_console_tx_byte; in dram_init()