Home
last modified time | relevance | path

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

/openbmc/u-boot/board/socrates/
H A Dnand.c25 #define FPGA_NAND_CMD_READ (0x2 << 28) macro
93 val = (state & FPGA_NAND_ENABLE) | FPGA_NAND_CMD_READ; in sc_nand_read_buf()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsocrates_nand.c19 #define FPGA_NAND_CMD_READ (0x2 << 28) macro
64 val = FPGA_NAND_ENABLE | FPGA_NAND_CMD_READ; in socrates_nand_read_buf()