Searched refs:METADATA_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | tango_nand.c | 76 #define METADATA_SIZE 4 macro 179 u8 *ecc = chip->oob_poi + BBM_SIZE + METADATA_SIZE; in check_erased_page() 185 meta_len = i ? 0 : METADATA_SIZE; in check_erased_page() 379 aux_read(chip, &oob, METADATA_SIZE, &pos); in raw_read() 406 aux_write(chip, &oob, METADATA_SIZE, &pos); in raw_write() 458 res->offset = BBM_SIZE + METADATA_SIZE + ecc->bytes * idx; in oob_ecc() 585 tchip->xfer_cfg = XFER_CFG(cs, 1, ecc->steps, METADATA_SIZE); in chip_init() 586 tchip->pkt_0_cfg = PKT_CFG(ecc->size + METADATA_SIZE, ecc->strength); in chip_init()
|