HomeSort by relevance Sort by last modified time
    Searched full:msv_val (Results 1 - 1 of 1) sorted by null

  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 48 unsigned long msv_val; member in struct:omap_type
108 unsigned long msv_val; local
116 msv_val = strtoul(msv, NULL, 16);
121 msv_val == omap_type_list[i].msv_val)
124 error("unknown omap type %s %s %s (0x%08lx)", family, type, msv, msv_val);

Completed in 41 milliseconds