Searched defs:spi_nor (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 307 struct spi_nor { struct 323 enum spi_nor_protocol read_proto; argument 324 enum spi_nor_protocol write_proto; argument 325 enum spi_nor_protocol reg_proto; argument 330 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 331 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 332 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 333 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 335 ssize_t (*read)(struct spi_nor *nor, loff_t from, argument 337 ssize_t (*write)(struct spi_nor *nor, loff_t to, argument [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 382 struct spi_nor { struct 385 struct spi_nor_rww { argument 398 const struct spi_nor_manufacturer *manufacturer; argument 404 enum spi_nor_protocol read_proto; argument 405 enum spi_nor_protocol write_proto; argument 406 enum spi_nor_protocol reg_proto; argument 409 enum spi_nor_cmd_ext cmd_ext_type; argument 413 const struct spi_nor_controller_ops *controller_ops; argument 415 struct spi_nor_flash_parameter *params; argument 425 static inline void spi_nor_set_flash_node(struct spi_nor *nor, in spi_nor_set_flash_node() argument
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | keystone-k2g-evm.dts | 75 spi_nor: flash@0 { label
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm5301x.dtsi | 159 spi_nor: flash@0 { label
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-icev2.dts | 322 spi_nor: flash@0 { label
|
/openbmc/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-k2g-evm.dts | 368 spi_nor: flash@0 { label
|