Searched defs:spi_nor (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | spi-nor.h | 283 struct spi_nor { struct 294 enum spi_nor_protocol read_proto; argument 295 enum spi_nor_protocol write_proto; argument 296 enum spi_nor_protocol reg_proto; argument 301 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 302 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 303 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 304 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 306 ssize_t (*read)(struct spi_nor *nor, loff_t from, argument 308 ssize_t (*write)(struct spi_nor *nor, loff_t to, argument [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | keystone-k2g-evm.dts | 246 spi_nor: flash@0 { label
|
D | am335x-icev2.dts | 312 spi_nor: flash@0 { label
|
D | bcm5301x.dtsi | 474 spi_nor: spi-nor@0 { label
|
/Linux-v4.19/drivers/mtd/devices/ |
D | m25p80.c | 33 struct spi_nor spi_nor; member
|