HomeSort by relevance Sort by last modified time
    Searched refs:linux_type (Results 1 - 2 of 2) sorted by null

  /bootable/bootloader/legacy/usbloader/
main.c 173 extern unsigned linux_type;
231 linux_type = type;
248 linux_type = board_machtype();
279 cprintf("Machine ID: %d v%d\n", linux_type, revision);
usbloader.c 75 unsigned linux_type = 0; variable
174 if(linux_type == 0) {
175 linux_type = board_machtype();
180 entry(0, linux_type, tags);

Completed in 40 milliseconds