Home
last modified time | relevance | path

Searched refs:program_opcode (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/mtd/spi-nor/
Dsst.c65 nor->program_opcode = SPINOR_OP_BP; in sst_write()
82 nor->program_opcode = SPINOR_OP_AAI_WP; in sst_write()
111 nor->program_opcode = SPINOR_OP_BP; in sst_write()
Dxilinx.c50 nor->program_opcode = SPINOR_OP_XPP; in xilinx_nor_setup()
Dcore.c165 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in spi_nor_spimem_write_data()
176 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_spimem_write_data()
1084 nor->program_opcode = spi_nor_convert_3to4_program(nor->program_opcode); in spi_nor_set_4byte_opcodes()
2499 nor->program_opcode = pp->opcode; in spi_nor_select_pp()
3265 .op_tmpl = SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in spi_nor_create_write_dirmap()
3280 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_create_write_dirmap()
/Linux-v5.10/include/linux/mtd/
Dspi-nor.h373 u8 program_opcode; member
/Linux-v5.10/drivers/mtd/spi-nor/controllers/
Daspeed-smc.c396 aspeed_smc_send_cmd_addr(nor, nor->program_opcode, to); in aspeed_smc_write_user()
722 chip->nor.program_opcode << CONTROL_COMMAND_SHIFT | in aspeed_smc_chip_setup_finish()
Dnxp-spifi.c205 SPIFI_CMD_OPCODE(nor->program_opcode) | in nxp_spifi_write()
Dhisi-sfc.c262 : OP_CTRL_WR_OPCODE(nor->program_opcode); in hisi_spi_nor_dma_transfer()