Searched refs:tx_byte (Results 1 – 11 of 11) 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
201 u32 tx_byte; member
353 end = &bp->hw_stats.tx_byte + 1; in dnet_update_stats()685 pr_debug("TX_BYTE_CNT %-8x\n", hwstat->tx_byte); in dnet_print_pretty_hwstats()716 nstat->tx_bytes = hwstat->tx_byte; in dnet_get_stats()
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()
448 u64 tx_byte; member
719 stats->tx_byte += le32_to_cpu(tgt_stats->stats.tx.byte); in ath6kl_update_target_stats()
1819 if (vif->target_stats.tx_byte) { in ath6kl_get_station()1820 sinfo->tx_bytes = vif->target_stats.tx_byte; in ath6kl_get_station()