Searched refs:hynix_get_majority (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c142 * hynix_get_majority - get the value that is occurring the most in a given
158 static int hynix_get_majority(const u8 *in, int repeat, u8 *out) function
272 ret = hynix_get_majority(tmp, NAND_HYNIX_1XNM_RR_REPEAT, val);
303 ret = hynix_get_majority(buf, NAND_HYNIX_1XNM_RR_REPEAT,
308 ret = hynix_get_majority(buf + NAND_HYNIX_1XNM_RR_REPEAT,

Completed in 242 milliseconds