Searched refs:config0 (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/avr32/kernel/
H A Dcpu.c257 unsigned long config0, config1; setup_processor() local
264 config0 = sysreg_read(CONFIG0); setup_processor()
266 cpu_id = SYSREG_BFEXT(PROCESSORID, config0); setup_processor()
267 cpu_rev = SYSREG_BFEXT(PROCESSORREVISION, config0); setup_processor()
268 arch_id = SYSREG_BFEXT(AT, config0); setup_processor()
269 arch_rev = SYSREG_BFEXT(AR, config0); setup_processor()
270 mmu_type = SYSREG_BFEXT(MMUT, config0); setup_processor()
310 if (config0 & SYSREG_BIT(CONFIG0_R)) setup_processor()
312 if (config0 & SYSREG_BIT(CONFIG0_D)) setup_processor()
314 if (config0 & SYSREG_BIT(CONFIG0_S)) setup_processor()
316 if (config0 & SYSREG_BIT(CONFIG0_O)) setup_processor()
318 if (config0 & SYSREG_BIT(CONFIG0_P)) setup_processor()
320 if (config0 & SYSREG_BIT(CONFIG0_J)) setup_processor()
322 if (config0 & SYSREG_BIT(CONFIG0_F)) setup_processor()
/linux-4.4.14/arch/mips/kernel/
H A Dspram.c200 unsigned int config0; spram_config() local
213 config0 = read_c0_config(); spram_config()
215 if (config0 & (1<<24)) { spram_config()
219 if (config0 & (1<<23)) spram_config()
H A Dcpu-probe.c345 "Unsupported ISA type, c0.config0: %d.";
412 unsigned int config0; decode_config0() local
415 config0 = read_c0_config(); decode_config0()
420 mt = config0 & MIPS_CONF_MT; decode_config0()
426 isa = (config0 & MIPS_CONF_AT) >> 13; decode_config0()
429 switch ((config0 & MIPS_CONF_AR) >> 10) { decode_config0()
444 switch ((config0 & MIPS_CONF_AR) >> 10) { decode_config0()
462 return config0 & MIPS_CONF_M; decode_config0()
465 panic(unknown_isa, config0); decode_config0()
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_eeprom.h87 u8 config0; member in struct:eeprom_priv
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtw_eeprom.h116 /* u8 config0; */
/linux-4.4.14/arch/tile/kernel/
H A Dpci.c83 * config0 or config1 operations.
475 * use config0 to talk to bus 0. tile_cfg_read()
/linux-4.4.14/arch/mips/mm/
H A Dc-r4k.c1564 unsigned long config0; nxp_pr4450_fixup_config() local
1566 config0 = read_c0_config(); nxp_pr4450_fixup_config()
1569 config0 &= ~(0x7 | (7 << 25) | (7 << 28)); nxp_pr4450_fixup_config()
1570 config0 |= (((_page_cachable_default >> _CACHE_SHIFT) << 0) | nxp_pr4450_fixup_config()
1573 write_c0_config(config0); nxp_pr4450_fixup_config()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_iba6110.c1371 ipath_cdbg(VERBOSE, "Initial serdes status is config0=%llx " ipath_ht_bringup_serdes()
1446 ipath_cdbg(VERBOSE, "After setup: serdes status is config0=%llx " ipath_ht_bringup_serdes()
1467 ipath_dbg("Setting TxIdleEn on serdes (config0 = %llx)\n", ipath_ht_quiet_serdes()

Completed in 464 milliseconds