[generic] check if a pattern is in the buffer
int check_pattern(uint8_t * buf, int len, int paglen, struct nand_bbt_descr * td);
buf
the buffer to search
len
the length of buffer to search
paglen
the pagelength
td
search pattern descriptor
Check for a pattern at the given place. Used to search bad block tables and good / bad block identifiers.
Thomas Gleixner <[email protected]>
Author.