Home
last modified time | relevance | path

Searched refs:spi_mem_op (Results 1 – 8 of 8) sorted by relevance

/tf-a-ffa_el3_spmc/include/drivers/
A Dspi_mem.h49 struct spi_mem_op { struct
123 int (*exec_op)(const struct spi_mem_op *op);
126 int spi_mem_exec_op(const struct spi_mem_op *op);
A Dspi_nand.h34 struct spi_mem_op spi_read_cache_op;
A Dspi_nor.h38 struct spi_mem_op read_op;
/tf-a-ffa_el3_spmc/drivers/mtd/nand/
A Dspi_nand.c33 struct spi_mem_op op; in spi_nand_reg()
35 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_reg()
129 struct spi_mem_op op; in spi_nand_reset()
133 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_reset()
147 struct spi_mem_op op; in spi_nand_read_id()
149 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_read_id()
162 struct spi_mem_op op; in spi_nand_load_page()
169 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_load_page()
/tf-a-ffa_el3_spmc/drivers/st/spi/
A Dstm32_qspi.c135 static int stm32_qspi_wait_cmd(const struct spi_mem_op *op) in stm32_qspi_wait_cmd()
177 static int stm32_qspi_poll(const struct spi_mem_op *op) in stm32_qspi_poll()
208 static int stm32_qspi_mm(const struct spi_mem_op *op) in stm32_qspi_mm()
217 static int stm32_qspi_tx(const struct spi_mem_op *op, uint8_t mode) in stm32_qspi_tx()
239 static int stm32_qspi_exec_op(const struct spi_mem_op *op) in stm32_qspi_exec_op()
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/
A Dstm32mp1_boot_device.c142 zeromem(&device->spi_read_cache_op, sizeof(struct spi_mem_op)); in plat_get_spi_nand_data()
161 zeromem(&device->read_op, sizeof(struct spi_mem_op)); in plat_get_nor_data()
/tf-a-ffa_el3_spmc/drivers/mtd/spi-mem/
A Dspi_mem.c62 static bool spi_mem_supports_op(const struct spi_mem_op *op) in spi_mem_supports_op()
148 int spi_mem_exec_op(const struct spi_mem_op *op) in spi_mem_exec_op()
/tf-a-ffa_el3_spmc/drivers/mtd/nor/
A Dspi_nor.c41 struct spi_mem_op op; in spi_nor_reg()
43 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nor_reg()

Completed in 9 milliseconds