Home
last modified time | relevance | path

Searched refs:scratch2 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DBug-1556197-amend-Bug-1544631-for-fixing-mips32.patch25 SecondScratchRegisterScope scratch2(*this);
26 - splitTag(value, scratch2);
27 + computeEffectiveAddress(address, scratch2);
28 + splitTag(scratch2, scratch2);
29 branchTestBigInt(cond, scratch2, label);
35 + SecondScratchRegisterScope scratch2(*this);
36 + splitTag(value, scratch2);
37 + branchTestBigInt(cond, scratch2, label);
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c132 union scratch2_reg scratch2; in warmboot_save_sdram_params() local
149 scratch2.word = 0; in warmboot_save_sdram_params()
150 scratch2.osc_ctrl_xobp = clock_get_osc_bypass(); in warmboot_save_sdram_params()
159 scratch2.pllm_base_divm = divm; in warmboot_save_sdram_params()
160 scratch2.pllm_base_divn = divn; in warmboot_save_sdram_params()
161 scratch2.pllm_base_divp = divp; in warmboot_save_sdram_params()
162 scratch2.pllm_misc_cpcon = cpcon; in warmboot_save_sdram_params()
163 scratch2.pllm_misc_lfcon = lfcon; in warmboot_save_sdram_params()
166 scratch2.gp_xm2cfga_padctrl_preemp = xm2cfga.preemp_en; in warmboot_save_sdram_params()
167 scratch2.gp_xm2cfgd_padctrl_schmt = xm2cfgd.schmt_en; in warmboot_save_sdram_params()
[all …]
/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount_davinci.c27 raw_bootcount_store(&reg->scratch2, in bootcount_store()
37 val = raw_bootcount_load(&reg->scratch2); in bootcount_load()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dsir_ir.c264 u8 scratch, scratch2, scratch3; in init_hardware() local
278 scratch2 = sinp(UART_IER) & 0x0f; in init_hardware()
285 if (scratch2 != 0 || scratch3 != 0x0f) { in init_hardware()
H A Dserial_ir.c397 u8 scratch, scratch2, scratch3; in hardware_init_port() local
408 scratch2 = sinp(UART_IER) & 0x0f; in hardware_init_port()
415 if (scratch2 != 0 || scratch3 != 0x0f) { in hardware_init_port()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Ddavinci_rtc.h42 unsigned int scratch2; member
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkvm.c183 magic_var(scratch2), KVM_RT_30); in kvm_patch_ins_mtmsrd()
238 magic_var(scratch2), KVM_RT_30); in kvm_patch_ins_mtmsr()
240 magic_var(scratch2), KVM_RT_30); in kvm_patch_ins_mtmsr()
303 magic_var(scratch2), KVM_RT_30); in kvm_patch_ins_wrtee()
H A Dasm-offsets.c677 HSTATE_FIELD(HSTATE_SCRATCH2, scratch2); in main()
749 OFFSET(KVM_MAGIC_SCRATCH2, kvm_vcpu_arch_shared, scratch2); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dkvm_para.h38 __u64 scratch2; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h103 ulong scratch2; member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunsu.c1037 unsigned char status1, status2, scratch, scratch2, scratch3; in sunsu_autoconfig() local
1064 scratch2 = serial_inp(up, UART_IER); in sunsu_autoconfig()
1071 if (scratch2 != 0 || scratch3 != 0x0F) in sunsu_autoconfig()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_wr.h257 void *scratch2; /* Scratch area 2. */ member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmxser.c2448 unsigned char scratch, scratch2; in mxser_get_ISA_conf() local
2523 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB); in mxser_get_ISA_conf()
2524 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR); in mxser_get_ISA_conf()
2526 outb(scratch2, cap + UART_LCR); in mxser_get_ISA_conf()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c1180 unsigned char status1, scratch, scratch2, scratch3; in autoconfig() local
1224 scratch2 = serial_in(up, UART_IER) & 0x0f; in autoconfig()
1231 if (scratch2 != 0 || scratch3 != 0x0F) { in autoconfig()
1237 scratch2, scratch3); in autoconfig()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dimx-sdma.c293 u32 scratch2; member