Searched refs:tx_byte (Results 1 – 5 of 5) sorted by relevance
96 tx_byte_func tx_byte; member
125 tx_byte_func tx_byte; member
238 static int tx_byte(struct mxc_i2c_bus *i2c_bus, u8 byte) in tx_byte() function332 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);
35 pei_data->tx_byte = sdram_console_tx_byte; in broadwell_fill_pei_data()
508 pei_data->tx_byte = sdram_console_tx_byte; in dram_init()
Completed in 8 milliseconds