Lines Matching refs:component
103 char *component; in init_omap_tags() local
112 component = omap[i].u.version.component; in init_omap_tags()
114 if (strcmp(component, "hw-build") == 0) in init_omap_tags()
116 else if (strcmp(component, "nolo") == 0) in init_omap_tags()
118 else if (strcmp(component, "boot-mode") == 0) in init_omap_tags()
130 char *component; in reuse_omap_atags() local
139 component = t->u.version.component; in reuse_omap_atags()
141 if (strcmp(component, "hw-build") == 0) { in reuse_omap_atags()
144 } else if (strcmp(component, "nolo") == 0) { in reuse_omap_atags()
147 } else if (strcmp(component, "boot-mode") == 0) { in reuse_omap_atags()
279 strcmp(omap[i].u.version.component, "boot-mode") == 0) { in setup_board_tags()