Home
last modified time | relevance | path

Searched refs:burst_count (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c141 int burst_count = -1; in i2c_nuvoton_get_burstcount() local
157 return burst_count; in i2c_nuvoton_get_burstcount()
235 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local
242 if (burst_count < 0) { in i2c_nuvoton_recv_data()
245 burst_count); in i2c_nuvoton_recv_data()
272 int burst_count; in i2c_nuvoton_recv() local
300 if (burst_count < 0) { in i2c_nuvoton_recv()
306 burst_count); in i2c_nuvoton_recv()
361 int burst_count, bytes2write, retries, rc = -EIO; in i2c_nuvoton_send() local
377 if (burst_count < 0) { in i2c_nuvoton_send()
[all …]
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-debug.c442 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 D4965-debug.c674 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 Dcommands.h2770 __le32 burst_count; member
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2221 unsigned int burst_count, last_burst_pkt; in cdnsp_queue_isoc_tx() local
2267 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx()
2277 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx()
2305 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h14 __le32 burst_count; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1356 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 Dcommands.h2463 __le32 burst_count; member
/linux/drivers/usb/host/
H A Dxhci-ring.c4043 unsigned int burst_count, last_burst_pkt_count; in xhci_queue_isoc_tx() local
4057 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
4091 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()
4133 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()