Home
last modified time | relevance | path

Searched refs:op_in (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c460 const struct npcx_ex_ops_uma_in *op_in, in flash_npcx_nor_ex_exec_uma() argument
466 if (op_in == NULL) { in flash_npcx_nor_ex_exec_uma()
471 cfg.opcode = op_in->opcode; in flash_npcx_nor_ex_exec_uma()
472 if (op_in->tx_count != 0) { in flash_npcx_nor_ex_exec_uma()
473 cfg.tx_buf = op_in->tx_buf; in flash_npcx_nor_ex_exec_uma()
474 cfg.tx_count = op_in->tx_count; in flash_npcx_nor_ex_exec_uma()
478 if (op_in->addr_count != 0) { in flash_npcx_nor_ex_exec_uma()
479 cfg.addr.u32 = sys_cpu_to_be32(op_in->addr); in flash_npcx_nor_ex_exec_uma()
483 if (op_out != NULL && op_in->rx_count != 0) { in flash_npcx_nor_ex_exec_uma()
485 cfg.rx_count = op_in->rx_count; in flash_npcx_nor_ex_exec_uma()
[all …]
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c533 struct npcx_ex_ops_uma_in op_in = { in espi_taf_npcx_rpmc_op1() local
541 rc = flash_ex_op(spi_dev, FLASH_NPCX_EX_OP_EXEC_UMA, (uintptr_t)&op_in, NULL); in espi_taf_npcx_rpmc_op1()
561 struct npcx_ex_ops_uma_in op_in = { in espi_taf_npcx_rpmc_op2() local
578 rc = flash_ex_op(spi_dev, FLASH_NPCX_EX_OP_EXEC_UMA, (uintptr_t)&op_in, &op_out); in espi_taf_npcx_rpmc_op2()