Home
last modified time | relevance | path

Searched refs:CMD_READ_STATUS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nand.h34 #define CMD_READ_STATUS (0x05) macro
H A Dsfc_nor.h26 #define CMD_READ_STATUS (0x05) macro
H A Dsfc_nor.c212 u8 read_stat_cmd[] = {CMD_READ_STATUS, in snor_read_status()
231 op.sfcmd.b.cmd = CMD_READ_STATUS; in snor_wait_busy()
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dsfc_nand.h35 #define CMD_READ_STATUS (0x05) macro
H A Dsfc_nor.h28 #define CMD_READ_STATUS (0x05) macro
H A Dsfc_nor.c254 u8 read_stat_cmd[] = {CMD_READ_STATUS, in snor_read_status()
273 op.sfcmd.b.cmd = CMD_READ_STATUS; in snor_wait_busy()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi_flash.c39 cmd = CMD_READ_STATUS; in read_sr()
723 spi_w8r8(spi, CMD_READ_STATUS), buf, cmd[0], offset); in sst_byte_write()
771 spi_w8r8(spi, CMD_READ_STATUS), buf + actual, in sst_write_wp()