Searched refs:planetcore_get_decimal (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/powerpc/boot/ |
H A D | ep8248e.c | 30 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 D | ep88xc.c | 28 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 D | ep405.c | 35 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 D | planetcore.h | 33 int planetcore_get_decimal(const char *table, const char *key, u64 *val);
|
H A D | planetcore.c | 55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) planetcore_get_decimal() function
|
Completed in 157 milliseconds