Searched refs:t_size (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | tifm_sd.c | 169 unsigned int off, cnt, t_size = TIFM_MMCSD_FIFO_SIZE * 2; in tifm_sd_transfer_data() local 175 while (t_size) { in tifm_sd_transfer_data() 197 p_cnt = min(p_cnt, t_size); in tifm_sd_transfer_data() 204 t_size -= p_cnt; in tifm_sd_transfer_data() 225 unsigned int t_size = r_data->blksz; in tifm_sd_bounce_block() local 231 while (t_size) { in tifm_sd_bounce_block() 246 p_cnt = min(p_cnt, t_size); in tifm_sd_bounce_block() 250 r_data->blksz - t_size, in tifm_sd_bounce_block() 254 r_data->blksz - t_size, p_cnt); in tifm_sd_bounce_block() 256 t_size -= p_cnt; in tifm_sd_bounce_block() [all …]
|
/kernel/linux/linux-5.10/drivers/memstick/host/ |
D | tifm_ms.c | 185 unsigned int t_size, p_cnt; in tifm_ms_transfer_data() local 217 t_size = host->req->data_dir == WRITE in tifm_ms_transfer_data() 226 if (!t_size) in tifm_ms_transfer_data() 228 host->block_pos += t_size; in tifm_ms_transfer_data() 229 length -= t_size; in tifm_ms_transfer_data() 230 off += t_size; in tifm_ms_transfer_data()
|
D | jmb38x_ms.c | 303 unsigned int t_size, p_cnt; in jmb38x_ms_transfer_data() local 334 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 338 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 347 if (!t_size) in jmb38x_ms_transfer_data() 349 host->block_pos += t_size; in jmb38x_ms_transfer_data() 350 length -= t_size; in jmb38x_ms_transfer_data() 351 off += t_size; in jmb38x_ms_transfer_data()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_puda.c | 557 u32 sq_size, rq_size, t_size; in i40iw_puda_qp_create() local 562 t_size = (sq_size + rq_size + (I40IW_SHADOW_AREA_SIZE << 3) + in i40iw_puda_qp_create() 566 i40iw_allocate_dma_mem(rsrc->dev->hw, &rsrc->qpmem, t_size, in i40iw_puda_qp_create() 574 memset(mem->va, 0, t_size); in i40iw_puda_qp_create()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 1217 + u32 i, reg, size, t_size = 0, width; 1248 + t_size += size; 1253 + if (t_size > m2m->last_period_size) 1254 + t_size = m2m->last_period_size; 1257 + output->length += t_size * pair->channels * 4; 1259 + output->length += t_size * pair->channels * 2; 1261 + output->length += t_size * pair->channels * 3; 1557 + u32 size, i, j, t_size, reg; 1559 + t_size = 0; 1581 + t_size += size; [all …]
|