Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dnandsim.c258 #define OPT_PAGE512_8BIT 0x00000040 /* 512-byte page chips with 8-bit bus width */ macro
370 {OPT_PAGE512_8BIT, {STATE_CMD_READ1 | ACTION_HALFOFF, STATE_ADDR_PAGE | ACTION_CPY,
654 ns->options |= OPT_PAGE512_8BIT; in init_nandsim()
1681 if (!(ns->options & OPT_PAGE512_8BIT)) { in do_state_action()