Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c377 const struct npcx_ex_ops_uma_out *op_out) in flash_npcx_nor_ex_exec_uma() argument
399 if (op_out != NULL && op_in->rx_count != 0) { in flash_npcx_nor_ex_exec_uma()
400 cfg.rx_buf = op_out->rx_buf; in flash_npcx_nor_ex_exec_uma()
430 struct npcx_ex_ops_qspi_oper_out *op_out) in flash_npcx_nor_ex_get_spi_spec() argument
434 op_out->oper = data->operation; in flash_npcx_nor_ex_get_spi_spec()
450 struct npcx_ex_ops_uma_out *op_out = (struct npcx_ex_ops_uma_out *)out; in flash_npcx_nor_ex_op() local
458 op_out = &out_copy; in flash_npcx_nor_ex_op()
462 ret = flash_npcx_nor_ex_exec_uma(dev, op_in, op_out); in flash_npcx_nor_ex_op()
465 K_OOPS(k_usermode_to_copy(out, op_out, sizeof(out_copy))); in flash_npcx_nor_ex_op()
486 struct npcx_ex_ops_qspi_oper_out *op_out = in flash_npcx_nor_ex_op() local
[all …]
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c496 struct npcx_ex_ops_uma_out op_out = { in espi_taf_npcx_rpmc_op2() local
507 rc = flash_ex_op(spi_dev, FLASH_NPCX_EX_OP_EXEC_UMA, (uintptr_t)&op_in, &op_out); in espi_taf_npcx_rpmc_op2()