Searched refs:fsl_qspi_runcmd (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 479 fsl_qspi_runcmd(struct fsl_qspi *q, u8 cmd, unsigned int addr, int len) in fsl_qspi_runcmd() function 605 ret = fsl_qspi_runcmd(q, opcode, to, count); in fsl_qspi_nor_write() 793 ret = fsl_qspi_runcmd(q, opcode, 0, len); in fsl_qspi_read_reg() 807 ret = fsl_qspi_runcmd(q, opcode, 0, 1); in fsl_qspi_write_reg() 892 ret = fsl_qspi_runcmd(q, nor->erase_opcode, offs, 0); in fsl_qspi_erase()
|