Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c48 #define CONTROL_BLOCK_SIZE(x) FIELD_PREP(GENMASK(7, 6), (x)) macro
49 #define CONTROL_BLOCK_SIZE_32P CONTROL_BLOCK_SIZE(0)
50 #define CONTROL_BLOCK_SIZE_64P CONTROL_BLOCK_SIZE(1)
51 #define CONTROL_BLOCK_SIZE_128P CONTROL_BLOCK_SIZE(2)
52 #define CONTROL_BLOCK_SIZE_256P CONTROL_BLOCK_SIZE(3)