Home
last modified time | relevance | path

Searched refs:SPINOR_OP_BRWR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h89 #define SPINOR_OP_BRWR 0x17 /* Bank register write */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h115 #define SPINOR_OP_BRWR 0x17 /* Bank register write */ macro
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.h70 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_BRWR, 0), \
H A Dcore.c595 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 Dspi-nor-tiny.c239 return spi_nor_write_reg(nor, SPINOR_OP_BRWR, nor->cmd_buf, 1); in set_4byte()
H A Dspi-nor-core.c438 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()