Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
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() function
96 return flash_npcx_uma_transceive(dev, &cfg, 0); /* opcode only */ in flash_npcx_uma_cmd_only()
105 return flash_npcx_uma_transceive(dev, &cfg, NPCX_UMA_ACCESS_ADDR); in flash_npcx_uma_cmd_by_addr()
115 return flash_npcx_uma_transceive(dev, &cfg, NPCX_UMA_ACCESS_READ); in flash_npcx_uma_read()
125 return flash_npcx_uma_transceive(dev, &cfg, NPCX_UMA_ACCESS_WRITE); in flash_npcx_uma_write()
136 return flash_npcx_uma_transceive(dev, &cfg, NPCX_UMA_ACCESS_WRITE | in flash_npcx_uma_write_by_addr()
217 return flash_npcx_uma_transceive(dev, &cfg, NPCX_UMA_ACCESS_WRITE | in flash_npcx_nor_read_sfdp()
405 return flash_npcx_uma_transceive(dev, &cfg, flag); in flash_npcx_nor_ex_exec_uma()