Home
last modified time | relevance | path

Searched refs:error_max (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c498 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local
550 error_max = SECTOR_BYTES + (ecc->bytes - 1); in omap_correct_data_bch()
553 error_max = SECTOR_BYTES + ecc->bytes; in omap_correct_data_bch()
558 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()
563 } else if (byte_pos < error_max) { in omap_correct_data_bch()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c1367 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local
1475 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()
1480 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data()
1482 if (pos < error_max) { in omap_elm_correct_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h4282 uint16 error_max; /* max error */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h4290 uint16 error_max; /* max error */ member