Searched refs:spi_nor_read_reg (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi-nor-tiny.c | 47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg() function 122 ret = spi_nor_read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr() 256 ret = spi_nor_read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr() 275 ret = spi_nor_read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr() 363 tmp = spi_nor_read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
|
| H A D | spi-nor-core.c | 47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg() function 2562 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
|