Searched refs:blk_count (Results 1 – 2 of 2) sorted by relevance
92 static inline void sdmmc_decode_csd(struct sd_csd *csd, uint32_t *raw_csd, uint32_t *blk_count, in sdmmc_decode_csd() argument135 if (blk_count) { in sdmmc_decode_csd()136 *blk_count = tmp_blk_count; in sdmmc_decode_csd()149 if (blk_count) { in sdmmc_decode_csd()150 *blk_count = tmp_blk_count; in sdmmc_decode_csd()
1142 int blk_count = iodev_sqe->sqe.rx.buf_len >> mem_pool->info.blk_sz_shift; in rtio_cqe_compute_flags() local1144 flags = RTIO_CQE_FLAG_PREP_MEMPOOL(blk_index, blk_count); in rtio_cqe_compute_flags()1177 int blk_count = RTIO_CQE_FLAG_MEMPOOL_GET_BLK_CNT(cqe->flags); in z_impl_rtio_cqe_get_mempool_buffer() local1181 *buff_len = blk_count * blk_size; in z_impl_rtio_cqe_get_mempool_buffer()