Lines Matching defs:reg1
80 pcireg_t reg1, reg2;
83 reg1 = pci_conf_read(pa->pa_pc, pa->pa_tag, MPC105_PICR1);
103 switch (reg1 & MPC105_PICR1_L2_MP) {
123 pcireg_t reg1, reg2;
126 reg1 = pci_conf_read(pa->pa_pc, pa->pa_tag, MPC106_PICR1);
146 switch (reg1 & MPC106_PICR1_EXT_L2_EN) {
148 switch (reg1 & MPC106_PICR1_L2_MP) {
164 switch (reg1 & MPC106_PICR1_L2_MP) {
182 pcireg_t reg1;
188 reg1 = pci_conf_read(pa->pa_pc, pa->pa_tag,
193 if (reg1 & IBM_82660_CACHE_STATUS_L2_EN)
206 if (reg1 & IBM_82660_CACHE_STATUS_L2_EN)
213 (reg1 & IBM_82660_CACHE_STATUS_L1_EN) ? "enabled" : "disabled",
216 reg1 = pci_conf_read(pa->pa_pc, pa->pa_tag, IBM_82660_OPTIONS_1);
219 (reg1 & IBM_82660_OPTIONS_1_MCP) ? "enabled" : "disabled",
220 (reg1 & IBM_82660_OPTIONS_1_TEA) ? "enabled" : "disabled");
222 (reg1 & IBM_82660_OPTIONS_1_ISA) ? "contiguous" : "non-contiguous");
224 reg1 = pci_conf_read(pa->pa_pc, pa->pa_tag, IBM_82660_OPTIONS_3);
226 (reg1 & IBM_82660_OPTIONS_3_DRAM) ? "EDO" : "standard",
227 (reg1 & IBM_82660_OPTIONS_3_ECC) ? "ECC" : "parity",
228 (reg1 & IBM_82660_OPTIONS_3_SRAM) ? "sync" : "async");
230 (reg1 & IBM_82660_OPTIONS_3_SNOOP) ? "603" : "601/604");