HomeSort by relevance Sort by last modified time
    Searched defs:machine_param (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/samsung/arndale/
arndale_spl.c 12 static struct spl_machine_param machine_param variable in typeref:struct:spl_machine_param
13 __attribute__((section(".machine_param"))) = {
17 .size = sizeof(machine_param),
27 * smaller realistic size via scripts that modifies the .machine_param
42 if (machine_param.signature != SIGNATURE) {
48 return &machine_param;
  /external/u-boot/board/samsung/smdk5250/
smdk5250_spl.c 14 static struct spl_machine_param machine_param variable in typeref:struct:spl_machine_param
15 __attribute__((section(".machine_param"))) = {
19 .size = sizeof(machine_param),
29 * smaller realistic size via scripts that modifies the .machine_param
44 if (machine_param.signature != SIGNATURE) {
50 return &machine_param;
  /external/u-boot/board/samsung/smdk5420/
smdk5420_spl.c 14 static struct spl_machine_param machine_param variable in typeref:struct:spl_machine_param
15 __attribute__((section(".machine_param"))) = {
19 .size = sizeof(machine_param),
29 * smaller realistic size via scripts that modifies the .machine_param
44 if (machine_param.signature != SIGNATURE) {
50 return &machine_param;

Completed in 473 milliseconds