Searched refs:burst_count (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_i2c_nuvoton.c | 140 int burst_count = -1; in i2c_nuvoton_get_burstcount() local 149 burst_count = min_t(u8, TPM_I2C_MAX_BUF_SIZE, data); in i2c_nuvoton_get_burstcount() 156 return burst_count; in i2c_nuvoton_get_burstcount() 234 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local 240 burst_count = i2c_nuvoton_get_burstcount(client, chip); in i2c_nuvoton_recv_data() 241 if (burst_count < 0) { in i2c_nuvoton_recv_data() 244 burst_count); in i2c_nuvoton_recv_data() 247 bytes2read = min_t(size_t, burst_count, count - size); in i2c_nuvoton_recv_data() 271 int burst_count; in i2c_nuvoton_recv() local 298 burst_count = i2c_nuvoton_get_burstcount(client, chip); in i2c_nuvoton_recv() [all …]
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis_lpc.c | 88 static u16 burst_count(u32 status) in burst_count() function 214 burst = burst_count(value); in tis_senddata() 227 burst = burst_count(tpm_read_word(priv, in tis_senddata() 256 burst = burst_count(value); in tis_senddata() 320 while ((burst = burst_count(value)) == 0) { in tis_readresponse()
|
/openbmc/qemu/hw/ssi/ |
H A D | allwinner-a10-spi.c | 288 uint32_t burst_count = s->regs[REG_INDEX(SPI_BC_REG)]; in allwinner_a10_spi_flush_txfifo() local 326 burst_count--; in allwinner_a10_spi_flush_txfifo() 328 if (burst_count == 0) { in allwinner_a10_spi_flush_txfifo()
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-debug.c | 442 le32_to_cpu(dbg->burst_count), accum_dbg->burst_count, in il3945_ucode_general_stats_read() 443 delta_dbg->burst_count, max_dbg->burst_count); in il3945_ucode_general_stats_read()
|
H A D | 4965-debug.c | 674 le32_to_cpu(dbg->burst_count), accum_dbg->burst_count, in il4965_ucode_general_stats_read() 675 delta_dbg->burst_count, max_dbg->burst_count); in il4965_ucode_general_stats_read()
|
H A D | commands.h | 2757 __le32 burst_count; member
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 2234 unsigned int burst_count, last_burst_pkt; in cdnsp_queue_isoc_tx() local 2280 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx() 2290 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx() 2318 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 13 __le32 burst_count; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 1356 le32_to_cpu(dbg->burst_count), in iwl_dbgfs_ucode_general_stats_read() 1357 accum_dbg->burst_count, in iwl_dbgfs_ucode_general_stats_read() 1358 delta_dbg->burst_count, max_dbg->burst_count); in iwl_dbgfs_ucode_general_stats_read()
|
H A D | commands.h | 2460 __le32 burst_count; member
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 4193 unsigned int burst_count, last_burst_pkt_count; in xhci_queue_isoc_tx() local 4207 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx() 4242 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx() 4284 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
|