Searched refs:datbuf (Results 1 – 12 of 12) sorted by relevance
35 struct tegra_se_datbuf datbuf; member278 msg_left = rctx->datbuf.size * 8; in tegra_sha_prep_cmd()318 cpuvaddr[i++] = rctx->datbuf.addr; in tegra_sha_prep_cmd()319 cpuvaddr[i++] = (u32)(SE_ADDR_HI_MSB(upper_32_bits(rctx->datbuf.addr)) | in tegra_sha_prep_cmd()320 SE_ADDR_HI_SZ(rctx->datbuf.size)); in tegra_sha_prep_cmd()347 msg_len, msg_left, rctx->datbuf.size, rctx->config); in tegra_sha_prep_cmd()363 rctx->datbuf.size = 0; in tegra_sha_do_init()421 rctx->datbuf.size = (req->nbytes + rctx->residue.size) - nresidue; in tegra_sha_do_update()435 rctx->datbuf.buf = dma_alloc_coherent(se->dev, rctx->datbuf.size, in tegra_sha_do_update()436 &rctx->datbuf.addr, GFP_KERNEL); in tegra_sha_do_update()[all …]
134 ops.datbuf = NULL; in nftl_read_oob()155 ops.datbuf = NULL; in nftl_write_oob()178 ops.datbuf = buf; in nftl_write()
146 ops.datbuf = NULL; in inftl_read_oob()166 ops.datbuf = NULL; in inftl_write_oob()186 ops.datbuf = buf; in inftl_write()
172 ops.datbuf = NULL; in read_raw_oob()
337 ops.datbuf = NULL; in mtdswap_read_markers()378 ops.datbuf = NULL; in mtdswap_write_marker()888 ops.datbuf = d->page_buf; in mtdswap_eblk_passes()
115 ops.datbuf = NULL; in sm_block_markbad()
324 ops.datbuf = buf; in scan_read_oob()362 ops.datbuf = buf; in scan_write_bbt()425 ops.datbuf = NULL; in scan_block_fast()762 ops.datbuf = NULL; in write_bbt()
58 ops.datbuf = NULL; in read_eraseblock_by_page()
113 ops.datbuf = wbuffer; in rewrite_page()
1121 u_char *buf = ops->datbuf; in onenand_mlc_read_ops_nolock()1222 u_char *buf = ops->datbuf; in onenand_read_ops_nolock()1460 if (ops->datbuf) in onenand_read_oob()1806 const u_char *buf = ops->datbuf; in onenand_write_ops_nolock()2102 if (ops->datbuf) in onenand_write_oob()2914 .datbuf = buf, in do_otp_read()2967 ops.datbuf = pbuf; in do_otp_write()3007 ops.datbuf = buf; in do_otp_lock()3526 .datbuf = NULL, in flexonenand_check_blocks_erased()
1044 ops.datbuf = NULL; in jffs2_check_oob_empty()1086 ops.datbuf = NULL; in jffs2_check_nand_cleanmarker()1111 ops.datbuf = NULL; in jffs2_write_nand_cleanmarker()
77 uint8_t *datbuf; member