Home
last modified time | relevance | path

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

/openbmc/u-boot/board/logicpd/omap3som/
H A Domap3logic.c126 writeb(NAND_CMD_UNLOCK2, GPMC_NAND_COMMAND_0); in spl_board_prepare_for_linux()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c376 chip->cmdfunc(mtd, NAND_CMD_UNLOCK2, -1, page & chip->pagemask); in nand_unlock()
H A Dzynq_nand.c169 {NAND_CMD_UNLOCK2, NAND_CMD_NONE, 3, 0},
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h97 #define NAND_CMD_UNLOCK2 0x24 macro