Home | History | Annotate | Download | only in pmppc

Lines Matching refs:a_config

106 	       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.a_flash_width;