Searched refs:check_short_pattern (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c24 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
36 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
103 if (ret || check_short_pattern(&buf[j * scanlen], scanlen, mtd->writesize, bd)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c110 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
119 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
352 if (check_short_pattern(buf, bd))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c165 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
174 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
429 if (check_short_pattern(buf, bd))

Completed in 75 milliseconds