| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch | 25 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 D | warmboot.c | 132 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 D | bootcount_davinci.c | 27 raw_bootcount_store(®->scratch2, in bootcount_store() 37 val = raw_bootcount_load(®->scratch2); in bootcount_load()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | sir_ir.c | 264 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 D | serial_ir.c | 397 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 D | davinci_rtc.h | 42 unsigned int scratch2; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kvm.c | 183 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 D | asm-offsets.c | 677 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 D | kvm_para.h | 38 __u64 scratch2; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kvm_book3s_asm.h | 103 ulong scratch2; member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sunsu.c | 1037 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 D | csio_wr.h | 257 void *scratch2; /* Scratch area 2. */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | mxser.c | 2448 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 D | 8250_port.c | 1180 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 D | imx-sdma.c | 293 u32 scratch2; member
|