HomeSort by: relevance | last modified time | path
    Searched refs:a_flash_width (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbppc/include/
pmppc.h 91 uint a_flash_width; /* in bits */ member in struct:a_config
  /src/sys/arch/evbppc/pmppc/
machdep.c 420 case 0x00: a_config.a_flash_width = 64; break;
421 case 0x01: a_config.a_flash_width = 32; break;
422 case 0x02: a_config.a_flash_width = 16; break;
423 case 0x03: a_config.a_flash_width = 0; break;
mainbus.c 136 if (a_config.a_flash_width != 0) {
141 maa.u.mb_flash.width = a_config.a_flash_width;

Completed in 11 milliseconds