Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32-ospi.c111 struct stm32_ospi { struct
112 struct device *dev;
113 struct spi_controller *ctrl;
114 struct clk *clk;
115 struct reset_control *rstc;
117 struct completion match_completion;
142 static void stm32_ospi_read_fifo(void *val, void __iomem *addr, u8 len) in stm32_ospi_read_fifo() argument