Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h71 #define SPINOR_OP_EX4B 0xe9 /* Exit 4-byte mode */ macro
/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c201 cmd = enable ? SPINOR_OP_EN4B : SPINOR_OP_EX4B; in set_4byte()
/linux-4.4.14/drivers/mtd/devices/
Dst_spi_fsm.c857 uint32_t cmd = enter ? SPINOR_OP_EN4B : SPINOR_OP_EX4B; in stfsm_enter_32bit_addr()