Home
last modified time | relevance | path

Searched defs:nor (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-tiny.c37 static int spi_nor_read_write_reg(struct spi_nor *nor, struct spi_mem_op in spi_nor_read_write_reg()
47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg()
63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
73 static ssize_t spi_nor_read_data(struct spi_nor *nor, loff_t from, size_t len, in spi_nor_read_data()
117 static int read_cr(struct spi_nor *nor) in read_cr()
136 static inline int write_sr(struct spi_nor *nor, u8 val) in write_sr()
146 static inline int write_enable(struct spi_nor *nor) in write_enable()
154 static inline int write_disable(struct spi_nor *nor) in write_disable()
191 static void spi_nor_set_4byte_opcodes(struct spi_nor *nor, in spi_nor_set_4byte_opcodes()
198 static inline int set_4byte(struct spi_nor *nor, const struct flash_info *info, in set_4byte()
[all …]
Dspi-nor-core.c37 static int spi_nor_read_write_reg(struct spi_nor *nor, struct spi_mem_op in spi_nor_read_write_reg()
47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg()
63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
73 static ssize_t spi_nor_read_data(struct spi_nor *nor, loff_t from, size_t len, in spi_nor_read_data()
111 static ssize_t spi_nor_write_data(struct spi_nor *nor, loff_t to, size_t len, in spi_nor_write_data()
146 static int read_sr(struct spi_nor *nor) in read_sr()
165 static int read_fsr(struct spi_nor *nor) in read_fsr()
185 static int read_cr(struct spi_nor *nor) in read_cr()
204 static int write_sr(struct spi_nor *nor, u8 val) in write_sr()
214 static int write_enable(struct spi_nor *nor) in write_enable()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/
Dhifmc100_os.c171 struct spi_flash *nor = host->spi_nor_flash; in hifmc100_spi_flash_lock() local
/third_party/flutter/skia/tests/
DPointTest.cpp47 bool nor = p.normalize(); in test_normalize_cannormalize_consistent() local
/third_party/skia/tests/
DPointTest.cpp47 bool nor = p.normalize(); in test_normalize_cannormalize_consistent() local
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dspi-nor.h350 static inline void spi_nor_set_flash_node(struct spi_nor *nor, in spi_nor_set_flash_node()
357 device_node *spi_nor_get_flash_node(struct spi_nor *nor) in spi_nor_get_flash_node()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp954 void AssemblerMIPS32::nor(const Operand *OpRd, const Operand *OpRs, in nor() function in Ice::MIPS32::AssemblerMIPS32