Home
last modified time | relevance | path

Searched refs:burst_count (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c140 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 in i2c_nuvoton_recv()
360 int burst_count, bytes2write, retries, rc = -EIO; i2c_nuvoton_send() local
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c140 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 in i2c_nuvoton_recv()
360 int burst_count, bytes2write, retries, rc = -EIO; i2c_nuvoton_send() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945-debug.c441 " %-30s %10u %10u %10u %10u\n", "burst_count:", in il3945_ucode_general_stats_read()
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 D4965-debug.c673 scnprintf(buf + pos, bufsz - pos, fmt_table, "burst_count:", in il4965_ucode_general_stats_read()
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 Dcommands.h2755 __le32 burst_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945-debug.c441 " %-30s %10u %10u %10u %10u\n", "burst_count:", in il3945_ucode_general_stats_read()
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 D4965-debug.c673 scnprintf(buf + pos, bufsz - pos, fmt_table, "burst_count:", in il4965_ucode_general_stats_read()
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 Dcommands.h2757 __le32 burst_count; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c2204 unsigned int burst_count, last_burst_pkt; in cdnsp_queue_isoc_tx() local
2250 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx()
2260 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx()
2288 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h68 __le32 burst_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h13 __le32 burst_count; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1359 fmt_table, "burst_count:", in iwl_dbgfs_ucode_general_stats_read()
1360 le32_to_cpu(dbg->burst_count), in iwl_dbgfs_ucode_general_stats_read()
1361 accum_dbg->burst_count, in iwl_dbgfs_ucode_general_stats_read()
1362 delta_dbg->burst_count, max_dbg->burst_count); in iwl_dbgfs_ucode_general_stats_read()
H A Dcommands.h2511 __le32 burst_count; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c3933 unsigned int burst_count, last_burst_pkt_count; in xhci_queue_isoc_tx() local
3947 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
3982 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()
4024 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c4083 unsigned int burst_count, last_burst_pkt_count; in xhci_queue_isoc_tx() local
4097 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
4132 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()
4174 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1355 fmt_table, "burst_count:", in iwl_dbgfs_ucode_general_stats_read()
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 Dcommands.h2460 __le32 burst_count; member

Completed in 58 milliseconds