Searched refs:extra (Results 1 – 25 of 99) sorted by relevance
1234
/arch/arm/mach-lh7a40x/ |
D | clcd.c | 63 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/ |
D | Makefile | 65 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/ |
D | Makefile | 6 extra-y := head.o 8 extra-y := sun3-head.o 10 extra-y += vmlinux.lds
|
/arch/arm/kernel/ |
D | xscale-cp0.c | 40 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/ |
D | ev6-divide.S | 174 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
|
D | ev67-strrchr.S | 68 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/ |
D | Makefile | 13 extra-y := head.o 14 extra-$(CONFIG_M68328) += bootlogo.rh head.o
|
/arch/arm/plat-s3c24xx/ |
D | Kconfig | 56 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/ |
D | smp_32.c | 279 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()
|
D | Makefile | 8 extra-y := head_$(BITS).o 9 extra-y += init_task.o 10 extra-y += vmlinux.lds
|
/arch/h8300/platform/h8300h/aki3068net/ |
D | Makefile | 5 extra-y := crt0_ram.o
|
/arch/h8300/platform/h8300h/h8max/ |
D | Makefile | 5 extra-y := crt0_ram.o
|
/arch/h8300/platform/h8300h/generic/ |
D | Makefile | 5 extra-y := crt0_$(MODEL).o
|
/arch/h8300/platform/h8s/edosk2674/ |
D | Makefile | 5 extra-y := crt0_$(MODEL).o
|
/arch/h8300/platform/h8s/generic/ |
D | Makefile | 5 extra-y = crt0_$(MODEL).o
|
/arch/avr32/boot/u-boot/ |
D | Makefile | 1 extra-y := head.o
|
/arch/m68knommu/platform/68EZ328/ |
D | Makefile | 7 extra-y := bootlogo.rh
|
/arch/m68knommu/platform/68360/ |
D | Makefile | 7 extra-y := head.o
|
/arch/cris/kernel/ |
D | Makefile | 6 extra-y := vmlinux.lds
|
/arch/m68knommu/kernel/ |
D | Makefile | 5 extra-y := vmlinux.lds
|
/arch/h8300/kernel/ |
D | Makefile | 5 extra-y := vmlinux.lds
|
/arch/m32r/kernel/ |
D | Makefile | 5 extra-y := head.o init_task.o vmlinux.lds
|
/arch/cris/arch-v10/kernel/ |
D | Makefile | 6 extra-y := head.o
|
/arch/cris/arch-v32/kernel/ |
D | Makefile | 5 extra-y := head.o
|
/arch/xtensa/kernel/ |
D | Makefile | 5 extra-y := head.o vmlinux.lds
|
1234