Searched refs:SPINOR_OP_BE_4K_4B (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 67 #define SPINOR_OP_BE_4K_4B 0x21 /* Erase 4KiB block */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 78 #define SPINOR_OP_BE_4K_4B 0x21 /* Erase 4KiB block */ macro
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | spansion.c | 628 erase_type[i].opcode = SPINOR_OP_BE_4K_4B; in s25hx_t_post_sfdp_fixup()
|
H A D | core.c | 1142 { SPINOR_OP_BE_4K, SPINOR_OP_BE_4K_4B }, in spi_nor_convert_3to4_erase()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-core.c | 363 { SPINOR_OP_BE_4K, SPINOR_OP_BE_4K_4B }, in spi_nor_convert_3to4_erase() 743 return spansion_erase_non_uniform(nor, addr, SPINOR_OP_BE_4K_4B, 0, in s25hx_t_erase_non_uniform()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 1037 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_BE_4K_4B, 1), \
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 827 if (opcode == SPINOR_OP_BE_4K || opcode == SPINOR_OP_BE_4K_4B || in aspeed_spi_write_reg()
|