Searched refs:SPINOR_OP_BRWR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 89 #define SPINOR_OP_BRWR 0x17 /* Bank register write */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 115 #define SPINOR_OP_BRWR 0x17 /* Bank register write */ macro
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 70 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_BRWR, 0), \
|
H A D | core.c | 595 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_BRWR, in spi_nor_set_4byte_addr_mode_brwr()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-tiny.c | 239 return spi_nor_write_reg(nor, SPINOR_OP_BRWR, nor->cmd_buf, 1); in set_4byte()
|
H A D | spi-nor-core.c | 438 return nor->write_reg(nor, SPINOR_OP_BRWR, nor->cmd_buf, 1); in set_4byte() 584 nor->bank_write_cmd = SPINOR_OP_BRWR; in read_bar()
|