Lines Matching defs:omap
51 /* This structure contains default omap tags needed for booting Maemo 5 */
52 static struct tag_omap omap[] = {
105 while (omap[i].hdr.tag) {
106 switch (omap[i].hdr.tag) {
108 boot_reason_ptr = omap[i].u.boot_reason.reason_str;
111 component = omap[i].u.version.component;
112 version = omap[i].u.version.version;
235 /* append omap atag only if env setup_omap_atag is set to 1 */
253 for (i = 0; omap[i].hdr.tag; i++) {
257 omap[i].hdr.tag == OMAP_TAG_SERIAL_CONSOLE)
260 size = omap[i].hdr.size + sizeof(struct tag_omap_header);
261 memcpy(t, &omap[i], size);
264 if (!setup_console_atag && omap[i].hdr.tag == OMAP_TAG_UART)
269 omap[i].hdr.tag == OMAP_TAG_BOOT_REASON) {
277 omap[i].hdr.tag == OMAP_TAG_VERSION_STR &&
278 strcmp(omap[i].u.version.component, "boot-mode") == 0) {
417 /* initialize omap tags */