Searched refs:METADATA_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | tango_nand.c | 79 #define METADATA_SIZE 4 macro 184 u8 *ecc = chip->oob_poi + BBM_SIZE + METADATA_SIZE; in check_erased_page() 190 meta_len = i ? 0 : METADATA_SIZE; in check_erased_page() 386 aux_read(chip, &oob, METADATA_SIZE, &pos); in raw_read() 413 aux_write(chip, &oob, METADATA_SIZE, &pos); in raw_write() 467 res->offset = BBM_SIZE + METADATA_SIZE + ecc->bytes * idx; in oob_ecc() 595 tchip->xfer_cfg = XFER_CFG(cs, 1, ecc->steps, METADATA_SIZE); in chip_init() 596 tchip->pkt_0_cfg = PKT_CFG(ecc->size + METADATA_SIZE, ecc->strength); in chip_init()
|