Home
last modified time | relevance | path

Searched refs:npcx_uma_cfg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_npcx_fiu_qspi.h29 struct npcx_uma_cfg { struct
63 int qspi_npcx_fiu_uma_transceive(const struct device *dev, struct npcx_uma_cfg *cfg,
Dflash_npcx_fiu_nor.c71 static int flash_npcx_uma_transceive(const struct device *dev, struct npcx_uma_cfg *cfg, in flash_npcx_uma_transceive()
94 struct npcx_uma_cfg cfg = { .opcode = opcode}; in flash_npcx_uma_cmd_only()
102 struct npcx_uma_cfg cfg = { .opcode = opcode}; in flash_npcx_uma_cmd_by_addr()
111 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_read()
121 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_write()
131 struct npcx_uma_cfg cfg = { .opcode = opcode, in flash_npcx_uma_write_by_addr()
203 struct npcx_uma_cfg cfg = { .opcode = JESD216_CMD_READ_SFDP, in flash_npcx_nor_read_sfdp()
380 struct npcx_uma_cfg cfg; in flash_npcx_nor_ex_exec_uma()
Dflash_npcx_fiu_qspi.c158 int qspi_npcx_fiu_uma_transceive(const struct device *dev, struct npcx_uma_cfg *cfg, in qspi_npcx_fiu_uma_transceive()