Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/
Dflash_map_extended.c43 int flash_device_base(uint8_t fd_id, uintptr_t *ret) in flash_device_base() argument
45 if (fd_id != FLASH_DEVICE_ID) { in flash_device_base()
47 fd_id, FLASH_DEVICE_ID); in flash_device_base()
/mcuboot-latest/boot/zephyr/include/flash_map_backend/
Dflash_map_backend.h45 int flash_device_base(uint8_t fd_id, uintptr_t *ret);
/mcuboot-latest/sim/mcuboot-sys/csupport/storage/
Dflash_map.h105 int flash_device_base(uint8_t fd_id, uintptr_t *ret);
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c187 int flash_device_base(uint8_t fd_id, uintptr_t *ret) in flash_device_base() argument
189 if (fd_id != FLASH_DEVICE_INTERNAL_FLASH) { in flash_device_base()
191 fd_id, FLASH_DEVICE_INTERNAL_FLASH); in flash_device_base()
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h156 int flash_device_base(uint8_t fd_id, uintptr_t *ret);
/mcuboot-latest/boot/mynewt/src/
Dmain.c210 int flash_device_base(uint8_t fd_id, uintptr_t *ret) in flash_device_base() argument