Searched refs:zephyr_flash_controller (Results 1 – 12 of 12) sorted by relevance
30 flash_device = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in main()
28 flash_device = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in main()
38 const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in ZTEST()
18 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
42 static const struct device *const zephyr_flash_controller = variable43 DEVICE_DT_GET_OR_NULL(DT_CHOSEN(zephyr_flash_controller));62 } else if (zephyr_flash_controller != NULL) { in parse_helper()64 if (!device_is_ready(zephyr_flash_controller)) { in parse_helper()68 *flash_dev = zephyr_flash_controller; in parse_helper()
35 #define SSI_BASE_ADDRESS DT_REG_ADDR(DT_CHOSEN(zephyr_flash_controller))
15 const struct device *flash = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
34 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
29 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
35 DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
40 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
27 static const struct device *const fdev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));