Searched refs:config5 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | cpu-probe.c | 642 unsigned int config5, max_mmid_width; in decode_config5() local 645 config5 = read_c0_config5(); in decode_config5() 646 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5() 650 config5 |= MIPS_CONF5_MI; in decode_config5() 652 config5 &= ~MIPS_CONF5_MI; in decode_config5() 655 write_c0_config5(config5); in decode_config5() 657 if (config5 & MIPS_CONF5_EVA) in decode_config5() 659 if (config5 & MIPS_CONF5_MRP) in decode_config5() 661 if (config5 & MIPS_CONF5_LLB) in decode_config5() 663 if (config5 & MIPS_CONF5_MVH) in decode_config5() [all …]
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | omap_gpmc.h | 38 u32 config5; /* 0x10 */ member
|
/openbmc/u-boot/include/ |
H A D | fsl_usb.h | 72 u32 config5; member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | mem-common.c | 73 writel(gpmc_config[4], &cs->config5); in enable_gpmc_cs_config()
|
/openbmc/linux/drivers/hwmon/ |
H A D | adt7475.c | 200 u8 config5; member 232 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg() 250 if (data->config5 & CONFIG5_TWOSCOMP) { in reg2temp() 420 if (data->config5 & CONFIG5_TEMPOFFSET) in temp_show() 461 data->config5 = adt7475_read(REG_CONFIG5); in temp_store() 465 if (data->config5 & CONFIG5_TEMPOFFSET) { in temp_store() 666 data->config5 = adt7475_read(REG_CONFIG5); in point2_store() 1363 data->config5 = ret; in adt7475_update_limits()
|
/openbmc/u-boot/board/gumstix/duovero/ |
H A D | duovero.c | 143 writel(gpmc_config[4], &cs->config5); in enable_gpmc_net_config()
|
/openbmc/u-boot/board/ti/evm/ |
H A D | evm.c | 243 writel(NET_GPMC_CONFIG5, &gpmc_cfg->cs[5].config5); in setup_net_chip()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kvm_host.h | 663 __BUILD_KVM_RW_HW(config5, 32, MIPS_CP0_CONFIG, 5) 688 __BUILD_KVM_SET_SAVED(config5, 32, MIPS_CP0_CONFIG, 5)
|
H A D | mipsregs.h | 2900 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
|
/openbmc/linux/drivers/memory/ |
H A D | omap-gpmc.c | 212 u32 config5; member 2503 gpmc_context->cs_context[i].config5 = in omap3_gpmc_save_context() 2541 gpmc_context->cs_context[i].config5); in omap3_gpmc_restore_context()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | mipsregs.h | 1979 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
|