Home
last modified time | relevance | path

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

/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c31 #define FDT_BASE_PATH "/proc/device-tree/firmware/chromeos" macro
94 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", property); in ReadFdtValue()
124 snprintf(path, size, FDT_BASE_PATH "/%s", property); in GetFdtPropertyPath()