Home
last modified time | relevance | path

Searched refs:spi_nor_3to4_read (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-tiny.c178 static const u8 spi_nor_3to4_read[][2] = { in spi_nor_convert_3to4_read() local
187 return spi_nor_convert_opcode(opcode, spi_nor_3to4_read, in spi_nor_convert_3to4_read()
188 ARRAY_SIZE(spi_nor_3to4_read)); in spi_nor_convert_3to4_read()
H A Dspi-nor-core.c259 static const u8 spi_nor_3to4_read[][2] = { in spi_nor_convert_3to4_read() local
274 return spi_nor_convert_opcode(opcode, spi_nor_3to4_read, in spi_nor_convert_3to4_read()
275 ARRAY_SIZE(spi_nor_3to4_read)); in spi_nor_convert_3to4_read()