Searched refs:planetcore_get_decimal (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/powerpc/boot/ |
| D | ep405.c | 32 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { in platform_fixups() 40 if (!planetcore_get_decimal(table, PLANETCORE_KEY_KB_NVRAM, &val)) { in platform_fixups() 59 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) in platform_init()
|
| D | ep8248e.c | 27 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { in platform_fixups() 41 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) in platform_init()
|
| D | ep88xc.c | 25 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) { in platform_fixups() 39 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size)) in platform_init()
|
| D | planetcore.h | 34 int planetcore_get_decimal(const char *table, const char *key, u64 *val);
|
| D | planetcore.c | 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() function
|