Searched refs:a_config (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/evbppc/pmppc/
H A Dmachdep.c156 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
[all...]
H A Dmainbus.c106 a_config.a_is_monarch ? "" : "not");
108 a_config.a_boot_device == A_BOOT_ROM ? "ROM" : "flash",
109 a_config.a_has_ecc ? "" : "no ",
110 a_config.a_l2_cache == A_CACHE_PARITY ? "parity" :
111 a_config.a_l2_cache == A_CACHE_NO_PARITY ? "no-parity" : "no");
120 if (a_config.a_has_rtc) {
128 if (a_config.a_has_eth) {
136 if (a_config.a_flash_width != 0) {
140 maa.u.mb_flash.size = a_config.a_flash_size;
141 maa.u.mb_flash.width = a_config
[all...]
/netbsd-current/sys/arch/evbppc/include/
H A Dpmppc.h76 struct a_config { struct
94 extern struct a_config a_config;
/netbsd-current/sys/arch/evbppc/pmppc/dev/
H A Dcpc_mainbus.c90 &pci_bus_dma_tag, a_config.a_is_monarch,
91 a_config.a_bus_freq);
93 if (!a_config.a_is_monarch)

Completed in 96 milliseconds