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

  /src/sys/arch/acorn32/eb7500atx/
eb7500atx_machdep.c 146 u_int videodram_size = 0; /* Amount of DRAM to reserve for video */ variable in typeref:typename:u_int
971 videodram_size = integer;
973 videodram_size *= 1024;
974 videodram_size = round_page(videodram_size);
975 if (videodram_size > 1024*1024)
976 videodram_size = 1024*1024;
  /src/sys/arch/acorn32/acorn32/
rpc_machdep.c 140 u_int videodram_size = 0; /* Amount of DRAM to reserve for video */ variable in typeref:typename:u_int
1056 videodram_size = integer;
1058 videodram_size *= 1024;
1059 videodram_size = round_page(videodram_size);
1060 if (videodram_size > 1024*1024)
1061 videodram_size = 1024*1024;

Completed in 25 milliseconds