HomeSort by: relevance | last modified time | path
    Searched defs:flashword (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/iyonix/iyonix/
iyonix_machdep.c 353 volatile uint16_t *flashword = (uint16_t *)IYONIX_FLASH_BASE; local in function:iyonix_read_machineid
360 flashword[0x555] = 0xAA;
361 flashword[0x2AA] = 0x55;
362 flashword[0x555] = 0x88;
375 flashword[0x555] = 0xAA;
376 flashword[0x2AA] = 0x55;
377 flashword[0x555] = 0x90;
378 flashword[0x555] = 0x00;
  /src/sys/arch/evbarm/iyonix/
iyonix_machdep.c 383 volatile uint16_t *flashword = (uint16_t *)IYONIX_FLASH_BASE; local in function:iyonix_read_machineid
390 flashword[0x555] = 0xAA;
391 flashword[0x2AA] = 0x55;
392 flashword[0x555] = 0x88;
405 flashword[0x555] = 0xAA;
406 flashword[0x2AA] = 0x55;
407 flashword[0x555] = 0x90;
408 flashword[0x555] = 0x00;

Completed in 12 milliseconds