Lines Matching refs:__soc_ram_code

94 void __soc_ram_code ramcode_reset_i_cache(void)  in ramcode_reset_i_cache()
107 void __soc_ram_code ramcode_flash_follow_mode(void) in ramcode_flash_follow_mode()
128 void __soc_ram_code ramcode_flash_follow_mode_exit(void) in ramcode_flash_follow_mode_exit()
137 void __soc_ram_code ramcode_flash_fsce_high(void) in ramcode_flash_fsce_high()
161 void __soc_ram_code ramcode_flash_write_dat(uint8_t wdata) in ramcode_flash_write_dat()
169 void __soc_ram_code ramcode_flash_transaction(int wlen, uint8_t *wbuf, int rlen, uint8_t *rbuf, in ramcode_flash_transaction()
191 void __soc_ram_code ramcode_flash_cmd_read_status(enum flash_status_mask mask, in ramcode_flash_cmd_read_status()
216 void __soc_ram_code ramcode_flash_cmd_write_enable(void) in ramcode_flash_cmd_write_enable()
230 void __soc_ram_code ramcode_flash_cmd_write_disable(void) in ramcode_flash_cmd_write_disable()
244 int __soc_ram_code ramcode_flash_verify(int addr, int size, const char *data) in ramcode_flash_verify()
269 void __soc_ram_code ramcode_flash_cmd_write(int addr, int wlen, uint8_t *wbuf) in ramcode_flash_cmd_write()
313 void __soc_ram_code ramcode_flash_write(int addr, int wlen, const char *wbuf) in ramcode_flash_write()
320 void __soc_ram_code ramcode_flash_cmd_erase(int addr, int cmd) in ramcode_flash_cmd_erase()
335 void __soc_ram_code ramcode_flash_erase(int addr, int cmd) in ramcode_flash_erase()
343 static int __soc_ram_code flash_it8xxx2_read(const struct device *dev, off_t offset, void *data, in flash_it8xxx2_read()
369 static int __soc_ram_code flash_it8xxx2_write(const struct device *dev, off_t offset, in flash_it8xxx2_write()
412 static int __soc_ram_code flash_it8xxx2_erase(const struct device *dev, off_t offset, size_t len) in flash_it8xxx2_erase()