Searched refs:videodram_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/acorn32/eb7500atx/
H A Deb7500atx_machdep.c146 u_int videodram_size = 0; /* Amount of DRAM to reserve for video */ variable
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;
/netbsd-current/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c140 u_int videodram_size = 0; /* Amount of DRAM to reserve for video */ variable
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 346 milliseconds