Home
last modified time | relevance | path

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

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