Searched refs:op_in (Results 1 – 2 of 2) sorted by relevance
460 const struct npcx_ex_ops_uma_in *op_in, in flash_npcx_nor_ex_exec_uma() argument466 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 …]
533 struct npcx_ex_ops_uma_in op_in = { in espi_taf_npcx_rpmc_op1() local541 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() local578 rc = flash_ex_op(spi_dev, FLASH_NPCX_EX_OP_EXEC_UMA, (uintptr_t)&op_in, &op_out); in espi_taf_npcx_rpmc_op2()