Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/patman/
A Dcheckpatch.py245 error_count, warning_count, check_count = 0, 0, 0
257 error_count += result.errors
273 if error_count or warning_count or check_count:
278 if error_count:
280 print(col.build(color, str % (error_count, warning_count, check_count)))
/u-boot/drivers/mtd/nand/raw/
A Domap_elm.c98 int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count, in elm_check_error() argument
127 *error_count = readl(&elm_cfg->error_location[poly].location_status) & in elm_check_error()
130 for (i = 0; i < *error_count; i++) { in elm_check_error()
A Domap_elm.h73 int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count,
A Domap_gpmc.c637 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local
675 error_count += hweight8(~read_ecc[i]); in omap_correct_data_bch()
678 error_count += hweight8(~dat[i]); in omap_correct_data_bch()
680 if (error_count <= ecc->strength) { in omap_correct_data_bch()
684 error_count); in omap_correct_data_bch()
685 return error_count; in omap_correct_data_bch()
706 error_count = 0; in omap_correct_data_bch()
707 err = elm_check_error(calc_ecc, bch_type, &error_count, error_loc); in omap_correct_data_bch()
712 for (count = 0; count < error_count; count++) { in omap_correct_data_bch()
738 return (err) ? err : error_count; in omap_correct_data_bch()
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c362 if (status == 0 && urb->error_count) in musb_advance_schedule()
482 urb->error_count++; in musb_host_packet_rx()
491 urb->error_count++; in musb_host_packet_rx()
1669 urb->error_count++; in musb_host_rx()
1674 urb->error_count++; in musb_host_rx()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-lmcx-defs.h3394 uint64_t error_count:24; member

Completed in 42 milliseconds