Lines Matching refs:block_count
366 u32 *block_count) in cxd2880_read_block_err_t() argument
371 if (!tnrdmd || !block_err || !block_count) in cxd2880_read_block_err_t()
412 *block_count = 1U << (rdata[0] & 0x0f); in cxd2880_read_block_err_t()
414 if ((*block_count == 0) || (*block_err > *block_count)) in cxd2880_read_block_err_t()
422 u32 *block_count) in cxd2880_read_block_err_t2() argument
427 if (!tnrdmd || !block_err || !block_count) in cxd2880_read_block_err_t2()
467 *block_count = 1U << (rdata[0] & 0x0f); in cxd2880_read_block_err_t2()
469 if ((*block_count == 0) || (*block_err > *block_count)) in cxd2880_read_block_err_t2()
1064 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2880_set_frontend()
1065 c->block_count.stat[0].uvalue = 0; in cxd2880_set_frontend()
1066 c->block_count.len = 1; in cxd2880_set_frontend()
1127 u32 block_err = 0, block_count = 0; in cxd2880_get_stats() local
1149 c->block_count.len = 1; in cxd2880_get_stats()
1150 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2880_get_stats()
1234 &block_count); in cxd2880_get_stats()
1240 &block_count); in cxd2880_get_stats()
1249 c->block_count.len = 1; in cxd2880_get_stats()
1250 c->block_count.stat[0].scale = FE_SCALE_COUNTER; in cxd2880_get_stats()
1251 c->block_count.stat[0].uvalue += block_count; in cxd2880_get_stats()
1255 c->block_count.len = 1; in cxd2880_get_stats()
1256 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2880_get_stats()