Lines Matching refs:opcode
100 static int flash_npcx_uma_cmd_only(const struct device *dev, uint8_t opcode) in flash_npcx_uma_cmd_only() argument
102 struct npcx_uma_cfg cfg = { .opcode = opcode}; in flash_npcx_uma_cmd_only()
107 static int flash_npcx_uma_cmd_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_cmd_by_addr() argument
110 struct npcx_uma_cfg cfg = { .opcode = opcode}; in flash_npcx_uma_cmd_by_addr()
116 static int flash_npcx_uma_read(const struct device *dev, uint8_t opcode, in flash_npcx_uma_read() argument
119 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_read()
126 static int flash_npcx_uma_write(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write() argument
129 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_write()
136 static int flash_npcx_uma_write_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write_by_addr() argument
139 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_write_by_addr()
228 struct npcx_uma_cfg cfg = { .opcode = JESD216_CMD_READ_SFDP, in flash_npcx_nor_read_sfdp()
471 cfg.opcode = op_in->opcode; in flash_npcx_nor_ex_exec_uma()