Home
last modified time | relevance | path

Searched refs:nor_flash0 (Results 1 – 25 of 39) sorted by relevance

12

/bsp/allwinner/d1s/ports/fal/
A Dfal_norflash_sfud_port.c24 struct fal_flash_dev nor_flash0 = variable
35 sfud_read(&sfud_norflash0, nor_flash0.addr + offset, size, buf); in read()
41 if (sfud_write(&sfud_norflash0, nor_flash0.addr + offset, size, buf) != SFUD_SUCCESS) in write()
51 if (sfud_erase(&sfud_norflash0, nor_flash0.addr + offset, size) != SFUD_SUCCESS) in erase()
61 nor_flash0.len = sfud_norflash0.chip.capacity; in init()
62 nor_flash0.blk_size = sfud_norflash0.chip.erase_gran; in init()
/bsp/nuvoton/numaker-iot-m467/board/
A Dfal_cfg.h28 extern struct fal_flash_dev nor_flash0;
36 &nor_flash0, \
43 &nor_flash0, \
48 &nor_flash0, \
/bsp/nuvoton/numaker-m467hj/board/
A Dfal_cfg.h28 extern struct fal_flash_dev nor_flash0;
36 &nor_flash0, \
43 &nor_flash0, \
48 &nor_flash0, \
/bsp/nrf5x/nrf52840/board/
A Dfal_cfg.h24 extern struct fal_flash_dev nor_flash0;
30 &nor_flash0, \
47 extern struct fal_flash_dev nor_flash0;
52 &nor_flash0, \
/bsp/nrf5x/nrf5340/board/
A Dfal_cfg.h24 extern struct fal_flash_dev nor_flash0;
30 &nor_flash0, \
47 extern struct fal_flash_dev nor_flash0;
52 &nor_flash0, \
/bsp/stm32/stm32l475-atk-pandora/board/ports/fal/
A Dfal_flash_sfud_port.c34 sfud_read(&sfud_norflash0, nor_flash0.addr + offset, size, buf); in read()
41 if (sfud_write(&sfud_norflash0, nor_flash0.addr + offset, size, buf) != SFUD_SUCCESS) in write()
51 if (sfud_erase(&sfud_norflash0, nor_flash0.addr + offset, size) != SFUD_SUCCESS) in erase()
58 const struct fal_flash_dev nor_flash0 = { "nor_flash", 0, (16 * 1024 * 1024), 4096, {fal_sfud_init,… variable
/bsp/hpmicro/hpm5301evklite/board/
A Dfal_flash_port.c54 struct fal_flash_dev nor_flash0 = variable
92 nor_flash0.blk_size = sector_size; in init()
93 nor_flash0.len = flash_size; in init()
109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6300evk/board/
A Dfal_flash_port.c54 struct fal_flash_dev nor_flash0 = variable
92 nor_flash0.blk_size = sector_size; in init()
93 nor_flash0.len = flash_size; in init()
109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6750evk/board/
A Dfal_flash_port.c68 struct fal_flash_dev nor_flash0 = variable
105 nor_flash0.blk_size = sector_size; in init()
106 nor_flash0.len = flash_size; in init()
122 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
232 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm5300evk/board/
A Dfal_flash_port.c54 struct fal_flash_dev nor_flash0 = variable
92 nor_flash0.blk_size = sector_size; in init()
93 nor_flash0.len = flash_size; in init()
109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6200evk/board/
A Dfal_flash_port.c54 struct fal_flash_dev nor_flash0 = variable
92 nor_flash0.blk_size = sector_size; in init()
93 nor_flash0.len = flash_size; in init()
109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6750evk2/board/
A Dfal_flash_port.c69 struct fal_flash_dev nor_flash0 = variable
106 nor_flash0.blk_size = sector_size; in init()
107 nor_flash0.len = flash_size; in init()
123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6750evkmini/board/
A Dfal_flash_port.c69 struct fal_flash_dev nor_flash0 = variable
106 nor_flash0.blk_size = sector_size; in init()
107 nor_flash0.len = flash_size; in init()
123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6800evk/board/
A Dfal_flash_port.c69 struct fal_flash_dev nor_flash0 = variable
106 nor_flash0.blk_size = sector_size; in init()
107 nor_flash0.len = flash_size; in init()
123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/hpmicro/hpm6e00evk/board/
A Dfal_flash_port.c69 struct fal_flash_dev nor_flash0 = variable
106 nor_flash0.blk_size = sector_size; in init()
107 nor_flash0.len = flash_size; in init()
123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read()
233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
/bsp/stm32/stm32f429-st-disco/board/ports/
A Dfal_cfg.h31 extern struct fal_flash_dev nor_flash0;
42 &nor_flash0, \
57 &nor_flash0, \
/bsp/stm32/stm32f469-st-disco/board/ports/
A Dfal_cfg.h31 extern struct fal_flash_dev nor_flash0;
42 &nor_flash0, \
57 &nor_flash0, \
/bsp/nuvoton/nk-n9h30/board/
A Dfal_cfg.h21 extern struct fal_flash_dev nor_flash0;
26 &nor_flash0, \
/bsp/nuvoton/nk-980iot/board/
A Dfal_cfg.h21 extern struct fal_flash_dev nor_flash0;
26 &nor_flash0, \
/bsp/nuvoton/nk-rtu980/board/
A Dfal_cfg.h21 extern struct fal_flash_dev nor_flash0;
26 &nor_flash0, \
/bsp/stm32/stm32h750-artpi/board/port/
A Dfal_cfg.h34 extern struct fal_flash_dev nor_flash0;
39 &nor_flash0, \
/bsp/stm32/stm32h7r7-artpi2/board/port/
A Dfal_cfg.h34 extern struct fal_flash_dev nor_flash0;
39 &nor_flash0, \
/bsp/stm32/stm32h7s7-st-disco/board/port/
A Dfal_cfg.h34 extern struct fal_flash_dev nor_flash0;
39 &nor_flash0, \
/bsp/stm32/stm32h750-fk750m1-vbt6/board/port/
A Dfal_cfg.h37 extern struct fal_flash_dev nor_flash0;
44 &nor_flash0, \
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/
A Dfal_cfg.h37 extern struct fal_flash_dev nor_flash0;
44 &nor_flash0, \

Completed in 44 milliseconds

12