Home
last modified time | relevance | path

Searched refs:rdlen (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c320 size_t rdlen = round_up(len, 4); in ast_dp512_read_edid_block() local
331 for (i = 0; i < rdlen; i += 4) { in ast_dp512_read_edid_block()
337 for (i = 0; i < rdlen; i += 4) { in ast_dp512_read_edid_block()
H A Dast_dp.c87 size_t rdlen = round_up(len, 4); in ast_astdp_read_edid_block() local
103 for (i = 0; i < rdlen; i += 4) { in ast_astdp_read_edid_block()
/linux/drivers/spi/
H A Dspi-bcm-qspi.c1039 u32 addr = 0, len, rdlen, len_words, from = 0; in bcm_qspi_bspi_exec_mem_op() local
1080 rdlen = BSPI_READ_LENGTH; in bcm_qspi_bspi_exec_mem_op()
1082 rdlen = len; in bcm_qspi_bspi_exec_mem_op()
1086 len_words = (rdlen + 3) >> 2; in bcm_qspi_bspi_exec_mem_op()
1089 qspi->bspi_rf_op_len = rdlen; in bcm_qspi_bspi_exec_mem_op()
1091 "bspi xfr addr 0x%x len 0x%x", addr, rdlen); in bcm_qspi_bspi_exec_mem_op()
1114 addr += rdlen; in bcm_qspi_bspi_exec_mem_op()
1115 len -= rdlen; in bcm_qspi_bspi_exec_mem_op()
H A Dspi-mtk-nor.c412 unsigned int rdlen; in mtk_nor_read_bounce() local
416 rdlen = (op->data.nbytes + MTK_NOR_DMA_ALIGN) & ~MTK_NOR_DMA_ALIGN_MASK; in mtk_nor_read_bounce()
418 rdlen = op->data.nbytes; in mtk_nor_read_bounce()
420 ret = mtk_nor_dma_exec(sp, op->addr.val, rdlen, sp->buffer_dma); in mtk_nor_read_bounce()
/linux/fs/jffs2/
H A Dreadinode.c714 struct jffs2_raw_inode *rd, int rdlen, in read_dnode() argument
795 len = min_t(uint32_t, rdlen - sizeof(*rd), csize); in read_dnode()
941 int needed_len, int *rdlen, unsigned char *buf) in read_more() argument
943 int err, to_read = needed_len - *rdlen; in read_more()
955 offs = ref_offset(ref) + *rdlen; in read_more()
959 err = jffs2_flash_read(c, offs, to_read, &retlen, buf + *rdlen); in read_more()
972 *rdlen += to_read; in read_more()
/linux/fs/smb/client/
H A Dsmb2inode.c33 u16 rdlen; in reparse_buf_ptr() local
43 rdlen = le16_to_cpu(buf->ReparseDataLength); in reparse_buf_ptr()
45 if (count < len || count < rdlen + len) in reparse_buf_ptr()
46 return ERR_PTR(smb_EIO2(smb_eio_trace_reparse_rdlen, count, rdlen)); in reparse_buf_ptr()
/linux/fs/nfs/
H A Dnfs42xdr.c1234 u32 len, rdlen; in decode_getxattr() local
1257 rdlen = xdr_read_pages(xdr, len); in decode_getxattr()
1258 if (rdlen < len) in decode_getxattr()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1857 u32 rdlen, rctl, rxcsum; in e1000_configure_rx() local
1860 rdlen = adapter->rx_ring[0].count * in e1000_configure_rx()
1865 rdlen = adapter->rx_ring[0].count * in e1000_configure_rx()
1891 ew32(RDLEN, rdlen); in e1000_configure_rx()