Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h118 #define SPINOR_OP_EX4B 0xe9 /* Exit 4-byte mode */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-tiny.c215 cmd = enable ? SPINOR_OP_EN4B : SPINOR_OP_EX4B; in set_4byte()
H A Dspi-nor-core.c343 cmd = enable ? SPINOR_OP_EN4B : SPINOR_OP_EX4B; in set_4byte()