Home
last modified time | relevance | path

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

/arch/mips/pnx833x/stb22x/
Dboard.c52 static inline unsigned long env_or_default(char *env, unsigned long dfl) in env_or_default() argument
55 return str ? simple_strtol(str, 0, 0) : dfl; in env_or_default()
/arch/mips/loongson32/common/
Dprom.c38 static inline unsigned long env_or_default(char *env, unsigned long dfl) in env_or_default() argument
41 return str ? simple_strtol(str, 0, 0) : dfl; in env_or_default()
/arch/microblaze/include/asm/
Dcacheflush.h46 void (*dfl)(void); /* flush */ member
72 #define flush_dcache() mbc->dfl();
/arch/microblaze/kernel/cpu/
Dcache.c521 .dfl = __flush_dcache_all_wb,
537 .dfl = __flush_dcache_all_wb,
553 .dfl = __invalidate_dcache_all_msr_irq,
568 .dfl = __invalidate_dcache_all_nomsr_irq,
584 .dfl = __invalidate_dcache_all_noirq_wt,
599 .dfl = __invalidate_dcache_all_noirq_wt,
/arch/ia64/include/asm/
Dprocessor.h98 __u64 dfl : 1; member