Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 17 of 17) sorted by relevance

/drivers/char/tpm/
A Dtpm_tis_core.h132 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member
181 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes()
187 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8()
198 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
A Dtpm_tis_synquacer.c90 .write_bytes = tpm_tis_synquacer_write_bytes,
A Dtpm_tis_spi_cr50.c238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
A Dtpm_tis.c218 .write_bytes = tpm_tcg_write_bytes,
A Dtpm_tis_i2c.c326 .write_bytes = tpm_tis_i2c_write_bytes,
A Dtpm_tis_spi_main.c262 .write_bytes = tpm_tis_spi_write_bytes,
/drivers/hwtracing/coresight/
A Dcoresight-stm.c142 u32 write_bytes; member
304 static bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument
306 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned()
310 u32 size, u8 write_bytes) in stm_send() argument
314 if (stm_addr_unaligned(data, write_bytes)) { in stm_send()
435 if (size > drvdata->write_bytes) in stm_generic_packet()
436 size = drvdata->write_bytes; in stm_generic_packet()
449 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet()
457 drvdata->write_bytes); in stm_generic_packet()
873 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in __stm_probe()
/drivers/spi/
A Dspi-tegra114.c321 unsigned int write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() local
327 write_bytes = nbytes; in tegra_spi_fill_tx_fifo_from_client_txbuf()
337 tspi->cur_tx_pos += write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf()
404 unsigned int write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local
408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
418 tspi->cur_tx_pos += write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
A Dspi-tegra210-quad.c340 unsigned int write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local
348 write_bytes = len; in tegra_qspi_fill_tx_fifo_from_client_txbuf()
357 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf()
422 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local
431 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
440 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
A Dspi-cadence-quadspi.c1071 unsigned int write_bytes; in cqspi_indirect_write_execute() local
1105 write_bytes = remaining; in cqspi_indirect_write_execute()
1106 write_words = write_bytes / 4; in cqspi_indirect_write_execute()
1107 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute()
1128 remaining -= write_bytes; in cqspi_indirect_write_execute()
/drivers/tty/ipwireless/
A Dhardware.c49 unsigned long write_bytes; member
68 timing_stats.write_bytes += length + 2; in end_write_timing()
87 timing_stats.write_bytes, in report_timing()
93 timing_stats.write_bytes = 0; in report_timing()
/drivers/infiniband/hw/efa/
A Defa_com_cmd.h281 u64 write_bytes; member
A Defa_com_cmd.c823 result->rdma_write_stats.write_bytes = rws->write_bytes; in efa_com_get_stats()
A Defa_admin_cmds_defs.h648 u64 write_bytes; member
A Defa_verbs.c2287 stats->value[EFA_RDMA_WRITE_BYTES] = rws->write_bytes; in efa_fill_port_stats()
/drivers/target/
A Dtarget_core_device.c61 this_cpu_add(deve->stats->write_bytes, in transport_lookup_cmd_lun()
132 this_cpu_add(se_cmd->se_dev->stats->write_bytes, in transport_lookup_cmd_lun()
A Dtarget_core_stat.c323 bytes += stats->write_bytes; in target_stat_lu_write_mbytes_show()
1116 bytes += stats->write_bytes; in target_stat_auth_write_mbytes_show()

Completed in 58 milliseconds