Searched refs:planetcore_get_decimal (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dep8248e.c30 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { platform_fixups()
44 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) platform_init()
H A Dep88xc.c28 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { platform_fixups()
42 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) platform_init()
H A Dep405.c35 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { platform_fixups()
43 if (!planetcore_get_decimal(table, PLANETCORE_KEY_KB_NVRAM, &val)) { platform_fixups()
62 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) platform_init()
H A Dplanetcore.h33 int planetcore_get_decimal(const char *table, const char *key, u64 *val);
H A Dplanetcore.c55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) planetcore_get_decimal() function

Completed in 173 milliseconds