Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmtk_qspi.c54 struct mtk_qspi_priv { struct
55 struct mtk_qspi_regs *regs;
56 unsigned long *mem_base;
57 u8 op;
58 u8 tx[3]; /* only record max 3 bytes paras, when it's address. */
82 static int mtk_qspi_execute_cmd(struct mtk_qspi_priv *priv, u8 cmd) in mtk_qspi_execute_cmd() argument