Home
last modified time | relevance | path

Searched refs:PKT_CFG (Results 1 – 1 of 1) sorted by relevance

/drivers/mtd/nand/raw/
Dtango_nand.c110 #define PKT_CFG(size, strength) ((size) << 16 | (strength)) macro
619 tchip->pkt_0_cfg = PKT_CFG(ecc->size + METADATA_SIZE, ecc->strength); in chip_init()
620 tchip->pkt_n_cfg = PKT_CFG(ecc->size, ecc->strength); in chip_init()