Searched refs:config5 (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cpu-probe.c | 641 unsigned int config5, max_mmid_width; in decode_config5() local 644 config5 = read_c0_config5(); in decode_config5() 645 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5() 649 config5 |= MIPS_CONF5_MI; in decode_config5() 651 config5 &= ~MIPS_CONF5_MI; in decode_config5() 654 write_c0_config5(config5); in decode_config5() 656 if (config5 & MIPS_CONF5_EVA) in decode_config5() 658 if (config5 & MIPS_CONF5_MRP) in decode_config5() 660 if (config5 & MIPS_CONF5_LLB) in decode_config5() 662 if (config5 & MIPS_CONF5_MVH) in decode_config5() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_usb.h | 73 u32 config5; member
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | omap_gpmc.h | 39 u32 config5; /* 0x10 */ member
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | adt7475.c | 199 u8 config5; member 231 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg() 249 if (data->config5 & CONFIG5_TWOSCOMP) { in reg2temp() 419 if (data->config5 & CONFIG5_TEMPOFFSET) in temp_show() 460 data->config5 = adt7475_read(REG_CONFIG5); in temp_store() 464 if (data->config5 & CONFIG5_TEMPOFFSET) { in temp_store() 665 data->config5 = adt7475_read(REG_CONFIG5); in point2_store() 1362 data->config5 = ret; in adt7475_update_limits()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | mem-common.c | 74 writel(gpmc_config[4], &cs->config5); in enable_gpmc_cs_config()
|
| /OK3568_Linux_fs/u-boot/board/gumstix/duovero/ |
| H A D | duovero.c | 144 writel(gpmc_config[4], &cs->config5); in enable_gpmc_net_config()
|
| /OK3568_Linux_fs/u-boot/board/ti/evm/ |
| H A D | evm.c | 256 writel(NET_GPMC_CONFIG5, &gpmc_cfg->cs[5].config5); in setup_net_chip()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | kvm_host.h | 745 __BUILD_KVM_RW_HW(config5, 32, MIPS_CP0_CONFIG, 5) 770 __BUILD_KVM_SET_SAVED(config5, 32, MIPS_CP0_CONFIG, 5)
|
| H A D | mipsregs.h | 2884 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | omap-gpmc.c | 209 u32 config5; member 2558 gpmc_context.cs_context[i].config5 = in omap3_gpmc_save_context() 2593 gpmc_context.cs_context[i].config5); in omap3_gpmc_restore_context()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | mipsregs.h | 1987 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
|