Searched refs:fsl_qspi_runcmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 514 fsl_qspi_runcmd(struct fsl_qspi *q, u8 cmd, unsigned int addr, int len) in fsl_qspi_runcmd() function 642 ret = fsl_qspi_runcmd(q, opcode, to, count); in fsl_qspi_nor_write() 834 ret = fsl_qspi_runcmd(q, opcode, 0, len); in fsl_qspi_read_reg() 848 ret = fsl_qspi_runcmd(q, opcode, 0, 1); in fsl_qspi_write_reg() 934 ret = fsl_qspi_runcmd(q, nor->erase_opcode, offs, 0); in fsl_qspi_erase()
|