Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 99) sorted by relevance

1234

/arch/arm/mach-lh7a40x/
Dclcd.c63 struct clcd_panel_extra* extra in lh7a40x_clcd_enable() local
77 if (extra) { in lh7a40x_clcd_enable()
82 | (extra->hrmode ? 1 : 0); in lh7a40x_clcd_enable()
84 = ((extra->clsen ? 1 : 0) << 1) in lh7a40x_clcd_enable()
85 | ((extra->spsen ? 1 : 0) << 0); in lh7a40x_clcd_enable()
87 = (extra->pcdel << 8) in lh7a40x_clcd_enable()
88 | (extra->revdel << 4) in lh7a40x_clcd_enable()
89 | (extra->lpdel << 0); in lh7a40x_clcd_enable()
91 = (extra->spldel << 9) in lh7a40x_clcd_enable()
92 | (extra->pc2del << 0); in lh7a40x_clcd_enable()
[all …]
/arch/powerpc/kernel/
DMakefile65 extra-$(CONFIG_PPC_STD_MMU) := head_32.o
66 extra-$(CONFIG_PPC64) := head_64.o
67 extra-$(CONFIG_40x) := head_40x.o
68 extra-$(CONFIG_44x) := head_44x.o
69 extra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o
70 extra-$(CONFIG_8xx) := head_8xx.o
71 extra-y += vmlinux.lds
110 extra-$(CONFIG_PPC_FPU) += fpu.o
111 extra-$(CONFIG_PPC64) += entry_64.o
113 extra-y += systbl_chk.i
/arch/m68k/kernel/
DMakefile6 extra-y := head.o
8 extra-y := sun3-head.o
10 extra-y += vmlinux.lds
/arch/arm/kernel/
Dxscale-cp0.c40 thread->cpu_context.extra[0] = 0; in dsp_do()
41 thread->cpu_context.extra[1] = 0; in dsp_do()
45 dsp_save_state(current_thread_info()->cpu_context.extra); in dsp_do()
46 dsp_load_state(thread->cpu_context.extra); in dsp_do()
/arch/alpha/lib/
Dev6-divide.S174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
235 cmovlt $24,$28,$24 /* abs($24) */ # E : Latency 2, extra map slot
241 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot
252 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
Dev67-strrchr.S68 nop # : Latency=2, extra map slot (keep nop with cmov)
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
/arch/m68knommu/platform/68328/
DMakefile13 extra-y := head.o
14 extra-$(CONFIG_M68328) += bootlogo.rh head.o
/arch/arm/plat-s3c24xx/
DKconfig56 Add an extra 64 gpio numbers to the available GPIO pool. This is
57 available for boards that need extra gpios for external devices.
62 Add an extra 128 gpio numbers to the available GPIO pool. This is
63 available for boards that need extra gpios for external devices.
/arch/sparc/kernel/
Dsmp_32.c279 int i, cpuid, extra; in smp_prepare_cpus() local
283 extra = 0; in smp_prepare_cpus()
286 extra++; in smp_prepare_cpus()
289 if (extra && max_cpus > i - extra) in smp_prepare_cpus()
DMakefile8 extra-y := head_$(BITS).o
9 extra-y += init_task.o
10 extra-y += vmlinux.lds
/arch/h8300/platform/h8300h/aki3068net/
DMakefile5 extra-y := crt0_ram.o
/arch/h8300/platform/h8300h/h8max/
DMakefile5 extra-y := crt0_ram.o
/arch/h8300/platform/h8300h/generic/
DMakefile5 extra-y := crt0_$(MODEL).o
/arch/h8300/platform/h8s/edosk2674/
DMakefile5 extra-y := crt0_$(MODEL).o
/arch/h8300/platform/h8s/generic/
DMakefile5 extra-y = crt0_$(MODEL).o
/arch/avr32/boot/u-boot/
DMakefile1 extra-y := head.o
/arch/m68knommu/platform/68EZ328/
DMakefile7 extra-y := bootlogo.rh
/arch/m68knommu/platform/68360/
DMakefile7 extra-y := head.o
/arch/cris/kernel/
DMakefile6 extra-y := vmlinux.lds
/arch/m68knommu/kernel/
DMakefile5 extra-y := vmlinux.lds
/arch/h8300/kernel/
DMakefile5 extra-y := vmlinux.lds
/arch/m32r/kernel/
DMakefile5 extra-y := head.o init_task.o vmlinux.lds
/arch/cris/arch-v10/kernel/
DMakefile6 extra-y := head.o
/arch/cris/arch-v32/kernel/
DMakefile5 extra-y := head.o
/arch/xtensa/kernel/
DMakefile5 extra-y := head.o vmlinux.lds

1234