Home
last modified time | relevance | path

Searched refs:transfer_count (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/spi/
H A Dspi-loopback-test.c93 .transfer_count = 1,
107 .transfer_count = 1,
120 .transfer_count = 1,
132 .transfer_count = 1,
145 .transfer_count = 2,
162 .transfer_count = 2,
179 .transfer_count = 2,
196 .transfer_count = 2,
212 .transfer_count = 2,
229 .transfer_count = 2,
[all …]
H A Dspi-test.h76 unsigned int transfer_count; member
H A Dspi-tegra210-quad.c1405 int transfer_count = 0; in tegra_qspi_validate_cmb_seq() local
1409 transfer_count++; in tegra_qspi_validate_cmb_seq()
1413 if (transfer_count > 4 || transfer_count < 3) in tegra_qspi_validate_cmb_seq()
1423 if (transfer_count == 4) { in tegra_qspi_validate_cmb_seq()
/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.c51 .transfer_count = LCDC_V3_TRANSFER_COUNT,
61 .transfer_count = LCDC_V4_TRANSFER_COUNT,
71 .transfer_count = LCDC_V4_TRANSFER_COUNT,
H A Dmxsfb_drv.h19 unsigned int transfer_count; member
H A Dmxsfb_kms.c108 mxsfb->base + mxsfb->devdata->transfer_count); in mxsfb_set_mode()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_init.h83 __le32 transfer_count; member
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.h209 u8 transfer_count; member
H A Dpm80xx_hwi.h406 u8 transfer_count; member
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3435 xfer_count = le32_to_cpu(scsi_reply->transfer_count); in mpi3mr_process_op_reply_desc()