Searched refs:read_bbt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 156 * read_bbt - [GENERIC] Read the bad block table starting from page 166 static int read_bbt(struct nand_chip *this, uint8_t *buf, int page, int num, in read_bbt() function 270 res = read_bbt(this, buf, td->pages[i], in read_abs_bbt() 278 res = read_bbt(this, buf, td->pages[0], in read_abs_bbt() 912 * The function checks the results of the previous call to read_bbt and creates
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 156 * read_bbt - [GENERIC] Read the bad block table starting from page 166 static int read_bbt(struct nand_chip *this, uint8_t *buf, int page, int num, in read_bbt() function 270 res = read_bbt(this, buf, td->pages[i], in read_abs_bbt() 278 res = read_bbt(this, buf, td->pages[0], in read_abs_bbt() 945 * The function checks the results of the previous call to read_bbt and creates
|
Completed in 5 milliseconds