Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c263 u8 read_stat_cmd[] = {CMD_READ_STATUS, in snor_read_status()
282 op.sfcmd.b.cmd = CMD_READ_STATUS; in snor_wait_busy()
/rk3399_rockchip-uboot/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()