Home
last modified time | relevance | path

Searched refs:tx_byte (Results 1 – 11 of 11) 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/linux/drivers/net/ethernet/
H A Ddnet.h201 u32 tx_byte; member
H A Ddnet.c353 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()
/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()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h448 u64 tx_byte; member
H A Dmain.c719 stats->tx_byte += le32_to_cpu(tgt_stats->stats.tx.byte); in ath6kl_update_target_stats()
H A Dcfg80211.c1819 if (vif->target_stats.tx_byte) { in ath6kl_get_station()
1820 sinfo->tx_bytes = vif->target_stats.tx_byte; in ath6kl_get_station()