/src/sys/arch/evbppc/pmppc/ |
machdep.c | 156 struct a_config a_config; variable in typeref:struct:a_config 174 physmemr[0].size = a_config.a_mem_size; 177 availmemr[0].size = a_config.a_mem_size - availmemr[0].start; 208 ticks_per_sec = a_config.a_bus_freq; 297 if(comcnattach(tag, CPC_COM0, 9600, CPC_COM_SPEED(a_config.a_bus_freq), 317 CPC_COM_SPEED(a_config.a_bus_freq), 395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; 396 a_config.a_has_ecc = (config1 & 0x40) != 0; 398 case 0x00: a_config.a_mem_size = 32 * 1024 * 1024; break [all...] |
machdep.c | 156 struct a_config a_config; variable in typeref:struct:a_config 174 physmemr[0].size = a_config.a_mem_size; 177 availmemr[0].size = a_config.a_mem_size - availmemr[0].start; 208 ticks_per_sec = a_config.a_bus_freq; 297 if(comcnattach(tag, CPC_COM0, 9600, CPC_COM_SPEED(a_config.a_bus_freq), 317 CPC_COM_SPEED(a_config.a_bus_freq), 395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; 396 a_config.a_has_ecc = (config1 & 0x40) != 0; 398 case 0x00: a_config.a_mem_size = 32 * 1024 * 1024; break [all...] |
machdep.c | 156 struct a_config a_config; variable in typeref:struct:a_config 174 physmemr[0].size = a_config.a_mem_size; 177 availmemr[0].size = a_config.a_mem_size - availmemr[0].start; 208 ticks_per_sec = a_config.a_bus_freq; 297 if(comcnattach(tag, CPC_COM0, 9600, CPC_COM_SPEED(a_config.a_bus_freq), 317 CPC_COM_SPEED(a_config.a_bus_freq), 395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; 396 a_config.a_has_ecc = (config1 & 0x40) != 0; 398 case 0x00: a_config.a_mem_size = 32 * 1024 * 1024; break [all...] |
machdep.c | 156 struct a_config a_config; variable in typeref:struct:a_config 174 physmemr[0].size = a_config.a_mem_size; 177 availmemr[0].size = a_config.a_mem_size - availmemr[0].start; 208 ticks_per_sec = a_config.a_bus_freq; 297 if(comcnattach(tag, CPC_COM0, 9600, CPC_COM_SPEED(a_config.a_bus_freq), 317 CPC_COM_SPEED(a_config.a_bus_freq), 395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; 396 a_config.a_has_ecc = (config1 & 0x40) != 0; 398 case 0x00: a_config.a_mem_size = 32 * 1024 * 1024; break [all...] |
/src/sys/arch/evbppc/include/ |
pmppc.h | 76 struct a_config { struct 94 extern struct a_config a_config;
|
pmppc.h | 76 struct a_config { struct 94 extern struct a_config a_config;
|
pmppc.h | 76 struct a_config { struct 94 extern struct a_config a_config;
|
pmppc.h | 76 struct a_config { struct 94 extern struct a_config a_config;
|