Lines Matching full:nor
2 SPI NOR framework
11 arbitrary streams of bytes, but rather are designed specifically for SPI NOR.
13 In particular, Freescale's QuadSPI controller must know the NOR commands to
18 details of the SPI NOR protocol.
24 With this new layer, the SPI NOR controller driver does not depend on the
35 SPI NOR chip
41 SPI NOR framework
47 SPI NOR chip
49 With the SPI NOR controller driver (Freescale QuadSPI), it looks like::
53 SPI NOR framework
57 SPI NOR chip
64 drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to spi-fsl-qspi.c
65 when you want to write a new driver for a SPI NOR controller.