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

/linux-master/arch/powerpc/boot/
H A Dep88xc.c25 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) {
39 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size))
H A Dep8248e.c27 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) {
41 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size))
H A Dplanetcore.h34 int planetcore_get_decimal(const char *table, const char *key, u64 *val);
H A Dplanetcore.c52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) function

Completed in 96 milliseconds