Home
last modified time | relevance | path

Searched refs:MIPS_PWCTL_PWEN_SHIFT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h109 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); \
124 (1 << MIPS_PWCTL_PWEN_SHIFT)); \
H A Dmipsregs.h880 #define MIPS_PWCTL_PWEN_SHIFT 31 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcpu-probe.c71 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in htw_disable()
2054 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in cpu_probe()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlbex.c2465 (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT, in print_htw_config()
2539 config = 1 << MIPS_PWCTL_PWEN_SHIFT; in config_htw_params()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h639 #define MIPS_PWCTL_PWEN_SHIFT 31 macro