Searched defs:spi_nor (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/mtd/ |
D | spi-nor.h | 571 struct spi_nor { struct 585 enum spi_nor_protocol read_proto; argument 586 enum spi_nor_protocol write_proto; argument 587 enum spi_nor_protocol reg_proto; argument 591 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 592 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 593 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 594 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 596 ssize_t (*read)(struct spi_nor *nor, loff_t from, argument 598 ssize_t (*write)(struct spi_nor *nor, loff_t to, argument [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | keystone-k2g-evm.dts | 246 spi_nor: flash@0 { label
|
D | am335x-icev2.dts | 309 spi_nor: flash@0 { label
|
D | bcm5301x.dtsi | 517 spi_nor: spi-nor@0 { label
|