Searched refs:bouncebuf (Results 1 – 3 of 3) sorted by relevance
140 op->data.buf.in = nor->bouncebuf; in spi_nor_spimem_bounce()282 memcpy(nor->bouncebuf, buf, op.data.nbytes); in spi_nor_spimem_write_data()591 nor->bouncebuf[0] = enable << 7; in spi_nor_set_4byte_addr_mode_brwr()594 struct spi_mem_op op = SPI_NOR_BRWR_OP(nor->bouncebuf); in spi_nor_set_4byte_addr_mode_brwr()601 nor->bouncebuf, 1); in spi_nor_set_4byte_addr_mode_brwr()621 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready()625 return !(nor->bouncebuf[0] & SR_WIP); in spi_nor_sr_ready()833 nor->bouncebuf[0] = sr1; in spi_nor_write_sr1_and_check()835 ret = spi_nor_write_sr(nor, nor->bouncebuf, 1); in spi_nor_write_sr1_and_check()839 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check()[all …]
29 ret = spi_nor_read_cr(nor, nor->bouncebuf); in sst26vf_nor_unlock()33 if (!(nor->bouncebuf[0] & SST26VF_CR_BPNV)) { in sst26vf_nor_unlock()
394 u8 *bouncebuf; member