Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dcmt_speech.c39 struct cs_hsi_iface *hi; member
123 static void cs_hsi_read_on_control(struct cs_hsi_iface *hi);
124 static void cs_hsi_read_on_data(struct cs_hsi_iface *hi);
211 struct cs_hsi_iface *hi = msg->context; in cs_release_cmd() local
213 list_add_tail(&msg->link, &hi->cmdqueue); in cs_release_cmd()
218 struct cs_hsi_iface *hi = msg->context; in cs_cmd_destructor() local
220 spin_lock(&hi->lock); in cs_cmd_destructor()
224 if (hi->iface_state != CS_STATE_CLOSED) in cs_cmd_destructor()
225 dev_err(&hi->cl->device, "Cmd flushed while driver active\n"); in cs_cmd_destructor()
228 hi->control_state &= in cs_cmd_destructor()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_ehci.c17 u32 hi = 0, lo = value; in pci_ehci_write_reg() local
21 _rdmsr(USB_MSR_REG(USB_EHCI), &hi, &lo); in pci_ehci_write_reg()
23 hi |= PCI_COMMAND_MASTER; in pci_ehci_write_reg()
25 hi &= ~PCI_COMMAND_MASTER; in pci_ehci_write_reg()
28 hi |= PCI_COMMAND_MEMORY; in pci_ehci_write_reg()
30 hi &= ~PCI_COMMAND_MEMORY; in pci_ehci_write_reg()
31 _wrmsr(USB_MSR_REG(USB_EHCI), hi, lo); in pci_ehci_write_reg()
35 _rdmsr(SB_MSR_REG(SB_ERROR), &hi, &lo); in pci_ehci_write_reg()
38 _wrmsr(SB_MSR_REG(SB_ERROR), hi, lo); in pci_ehci_write_reg()
44 _rdmsr(GLCP_MSR_REG(GLCP_SOFT_COM), &hi, &lo); in pci_ehci_write_reg()
[all …]
H A Dcs5536_ide.c17 u32 hi = 0, lo = value; in pci_ide_write_reg() local
21 _rdmsr(GLIU_MSR_REG(GLIU_PAE), &hi, &lo); in pci_ide_write_reg()
26 _wrmsr(GLIU_MSR_REG(GLIU_PAE), hi, lo); in pci_ide_write_reg()
30 _rdmsr(SB_MSR_REG(SB_ERROR), &hi, &lo); in pci_ide_write_reg()
33 _wrmsr(SB_MSR_REG(SB_ERROR), hi, lo); in pci_ide_write_reg()
39 _rdmsr(SB_MSR_REG(SB_CTRL), &hi, &lo); in pci_ide_write_reg()
40 hi &= 0xffffff00; in pci_ide_write_reg()
41 hi |= (value >> 8); in pci_ide_write_reg()
42 _wrmsr(SB_MSR_REG(SB_CTRL), hi, lo); in pci_ide_write_reg()
46 _rdmsr(GLCP_MSR_REG(GLCP_SOFT_COM), &hi, &lo); in pci_ide_write_reg()
[all …]
H A Dcs5536_isa.c51 u32 hi, lo; in divil_lbar_enable() local
59 _rdmsr(DIVIL_MSR_REG(offset), &hi, &lo); in divil_lbar_enable()
60 hi |= 0x01; in divil_lbar_enable()
61 _wrmsr(DIVIL_MSR_REG(offset), hi, lo); in divil_lbar_enable()
70 u32 hi, lo; in divil_lbar_disable() local
74 _rdmsr(DIVIL_MSR_REG(offset), &hi, &lo); in divil_lbar_disable()
75 hi &= ~0x01; in divil_lbar_disable()
76 _wrmsr(DIVIL_MSR_REG(offset), hi, lo); in divil_lbar_disable()
86 u32 hi = 0, lo = value; in pci_isa_write_bar() local
89 _rdmsr(GLCP_MSR_REG(GLCP_SOFT_COM), &hi, &lo); in pci_isa_write_bar()
[all …]
H A Dcs5536_ohci.c17 u32 hi = 0, lo = value; in pci_ohci_write_reg() local
21 _rdmsr(USB_MSR_REG(USB_OHCI), &hi, &lo); in pci_ohci_write_reg()
23 hi |= PCI_COMMAND_MASTER; in pci_ohci_write_reg()
25 hi &= ~PCI_COMMAND_MASTER; in pci_ohci_write_reg()
28 hi |= PCI_COMMAND_MEMORY; in pci_ohci_write_reg()
30 hi &= ~PCI_COMMAND_MEMORY; in pci_ohci_write_reg()
31 _wrmsr(USB_MSR_REG(USB_OHCI), hi, lo); in pci_ohci_write_reg()
35 _rdmsr(SB_MSR_REG(SB_ERROR), &hi, &lo); in pci_ohci_write_reg()
38 _wrmsr(SB_MSR_REG(SB_ERROR), hi, lo); in pci_ohci_write_reg()
44 _rdmsr(GLCP_MSR_REG(GLCP_SOFT_COM), &hi, &lo); in pci_ohci_write_reg()
[all …]
H A Dcs5536_acc.c17 u32 hi = 0, lo = value; in pci_acc_write_reg() local
21 _rdmsr(GLIU_MSR_REG(GLIU_PAE), &hi, &lo); in pci_acc_write_reg()
26 _wrmsr(GLIU_MSR_REG(GLIU_PAE), hi, lo); in pci_acc_write_reg()
30 _rdmsr(SB_MSR_REG(SB_ERROR), &hi, &lo); in pci_acc_write_reg()
33 _wrmsr(SB_MSR_REG(SB_ERROR), hi, lo); in pci_acc_write_reg()
39 _rdmsr(GLCP_MSR_REG(GLCP_SOFT_COM), &hi, &lo); in pci_acc_write_reg()
41 _wrmsr(GLCP_MSR_REG(GLCP_SOFT_COM), hi, lo); in pci_acc_write_reg()
44 hi = 0xA0000000 | ((value & 0x000ff000) >> 12); in pci_acc_write_reg()
46 _wrmsr(GLIU_MSR_REG(GLIU_IOD_BM1), hi, lo); in pci_acc_write_reg()
50 _rdmsr(DIVIL_MSR_REG(PIC_YSEL_LOW), &hi, &lo); in pci_acc_write_reg()
[all …]
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dperf_event.c92 uint32_t lo, hi, tmp; in csky_pmu_read_cc() local
98 hi = cprgr("<0, 0x3>"); in csky_pmu_read_cc()
99 } while (hi != tmp); in csky_pmu_read_cc()
101 result = (uint64_t) (hi) << 32; in csky_pmu_read_cc()
116 uint32_t lo, hi, tmp; in csky_pmu_read_ic() local
122 hi = cprgr("<0, 0x5>"); in csky_pmu_read_ic()
123 } while (hi != tmp); in csky_pmu_read_ic()
125 result = (uint64_t) (hi) << 32; in csky_pmu_read_ic()
140 uint32_t lo, hi, tmp; in csky_pmu_read_icac() local
146 hi = cprgr("<0, 0x7>"); in csky_pmu_read_icac()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dbadblocks.c56 int hi; in badblocks_check() local
76 hi = bb->count; in badblocks_check()
86 while (hi - lo > 1) { in badblocks_check()
87 int mid = (lo + hi) / 2; in badblocks_check()
97 hi = mid; in badblocks_check()
100 if (hi > lo) { in badblocks_check()
167 int lo, hi; in badblocks_set() local
189 hi = bb->count; in badblocks_set()
191 while (hi - lo > 1) { in badblocks_set()
192 int mid = (lo + hi) / 2; in badblocks_set()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_gcm.c32 V.lo = (V.hi<<63)|(V.lo>>1); \
33 V.hi = (V.hi>>1 )^T; \
37 V.lo = (V.hi<<63)|(V.lo>>1); \
38 V.hi = (V.hi>>1 )^((u64)T<<32); \
42 typedef struct { u64 hi,lo; } u128; member
114 Htable[0].hi = 0; in gcm_init_8bit()
116 V.hi = H[0]; in gcm_init_8bit()
127 Hi[j].hi = H0.hi^Htable[j].hi; in gcm_init_8bit()
206 Z.hi ^= Htable[n].hi; in gcm_gmult_8bit()
214 Z.lo = (Z.hi<<56)|(Z.lo>>8); in gcm_gmult_8bit()
[all …]
H A Dsm4_gcm.c30 V.lo = (V.hi<<63)|(V.lo>>1); \
31 V.hi = (V.hi>>1 )^T; \
35 V.lo = (V.hi<<63)|(V.lo>>1); \
36 V.hi = (V.hi>>1 )^((u64)T<<32); \
40 typedef struct { u64 hi,lo; } u128; member
108 Htable[0].hi = 0; in gcm_init_8bit()
110 V.hi = H[0]; in gcm_init_8bit()
121 Hi[j].hi = H0.hi^Htable[j].hi; in gcm_init_8bit()
200 Z.hi ^= Htable[n].hi; in gcm_gmult_8bit()
208 Z.lo = (Z.hi<<56)|(Z.lo>>8); in gcm_gmult_8bit()
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp32.c101 static s8 hi(const s8 *r) in hi() function
131 emit(rv_addi(hi(rd), RV_REG_ZERO, 0), ctx); in emit_imm32()
133 emit(rv_addi(hi(rd), RV_REG_ZERO, -1), ctx); in emit_imm32()
140 emit_imm(hi(rd), imm_hi, ctx); in emit_imm64()
151 emit(rv_addi(RV_REG_A1, hi(r0), 0), ctx); in __build_epilogue()
188 if (is_stacked(hi(reg))) { in bpf_get_reg64()
189 emit(rv_lw(hi(tmp), hi(reg), RV_REG_FP), ctx); in bpf_get_reg64()
199 if (is_stacked(hi(reg))) { in bpf_put_reg64()
200 emit(rv_sw(RV_REG_FP, hi(reg), hi(src)), ctx); in bpf_put_reg64()
221 emit(rv_sw(RV_REG_FP, hi(reg), RV_REG_ZERO), ctx); in bpf_put_reg32()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutmath.c17 u32 hi; member
62 ACPI_MUL_64_BY_32(0, multiplicand_ovl.part.hi, multiplier, in acpi_ut_short_multiply()
63 product.part.hi, carry32); in acpi_ut_short_multiply()
68 product.part.hi += carry32; in acpi_ut_short_multiply()
100 operand_ovl.part.hi = operand_ovl.part.lo; in acpi_ut_short_shift_left()
104 ACPI_SHIFT_LEFT_64_BY_32(operand_ovl.part.hi, in acpi_ut_short_shift_left()
137 operand_ovl.part.lo = operand_ovl.part.hi; in acpi_ut_short_shift_right()
138 operand_ovl.part.hi = 0; in acpi_ut_short_shift_right()
141 ACPI_SHIFT_RIGHT_64_BY_32(operand_ovl.part.hi, in acpi_ut_short_shift_right()
278 ACPI_DIV_64_BY_32(0, dividend_ovl.part.hi, divisor, in acpi_ut_short_divide()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c110 if ((platform_info.hi >> 1) & 3) { in set_max_freq()
120 perf_ctl.hi = 0; in set_max_freq()
243 msr.hi &= 0xc0000000; in initialize_vr_config()
244 msr.hi |= (0x01 << (52 - 32)); /* PSI3 threshold - 1A */ in initialize_vr_config()
245 msr.hi |= (0x05 << (42 - 32)); /* PSI2 threshold - 5A */ in initialize_vr_config()
246 msr.hi |= (0x14 << (32 - 32)); /* PSI1 threshold - 20A */ in initialize_vr_config()
247 msr.hi |= (1 << (62 - 32)); /* Enable PSI4 */ in initialize_vr_config()
254 msr.hi &= ~(0x3ff << (40 - 32)); in initialize_vr_config()
255 msr.hi |= (0x200 << (40 - 32)); /* 1.0 */ in initialize_vr_config()
257 msr.hi &= ~0xff; in initialize_vr_config()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/
H A Drk_aiq_algo_agic_v1.cpp18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … argument
19 #define INTERPOLATION_F(ratioF, hi, lo) ((ratioF) * ((hi) - (lo)) + (lo)) argument
65 const rkaiq_gic_v1_param_selected_t* hi = &auto_params[index + 1];
70 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre);
71 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1);
72 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2);
73 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1);
74 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad1);
75 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre);
76 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV);
[all …]
H A Drk_aiq_algo_agic_v2.cpp18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … argument
19 #define INTERPOLATION_F(ratioF, hi, lo) ((ratioF) * ((hi) - (lo)) + (lo)) argument
60 const rkaiq_gic_v2_param_selected_t* hi = &auto_params[index + 1];
65 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre);
66 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1);
67 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2);
68 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1);
69 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad2);
70 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre);
71 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV);
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtrampoline_64.S85 sethi %hi(0x80000000), %g5
101 sethi %hi(0x80000000), %g2
108 sethi %hi(prom_entry_lock), %g2
116 sethi %hi(tramp_stack), %g1
129 sethi %hi(KERNBASE), %l3
130 sethi %hi(kern_locked_tte_data), %l4
133 sethi %hi(num_kernel_image_mappings), %l6
144 sethi %hi(call_method), %g2
151 sethi %hi(itlb_load), %g2
154 sethi %hi(prom_mmu_ihandle_cache), %g2
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim104 hi def link bbUnmatched Error
105 hi def link bbInclude Include
106 hi def link bbTodo Todo
107 hi def link bbComment Comment
108 hi def link bbQuote String
109 hi def link bbString String
110 hi def link bbDelimiter Keyword
111 hi def link bbArrayBrackets Statement
112 hi def link bbContinue Special
113 hi def link bbExport Type
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_rf.c64 bool rtw_chbw_to_freq_range(u8 ch, u8 bw, u8 offset, u32 *hi, u32 *lo) in rtw_chbw_to_freq_range() argument
72 if (hi) in rtw_chbw_to_freq_range()
73 *hi = 0; in rtw_chbw_to_freq_range()
98 if (hi) in rtw_chbw_to_freq_range()
99 *hi = hi_ret; in rtw_chbw_to_freq_range()
195 bool rtw_is_dfs_range(u32 hi, u32 lo) in rtw_is_dfs_range() argument
197 return rtw_is_range_overlap(hi, lo, 5720 + 10, 5260 - 10)?_TRUE:_FALSE; in rtw_is_dfs_range()
202 u32 hi, lo; in rtw_is_dfs_ch() local
204 if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) in rtw_is_dfs_ch()
207 return rtw_is_dfs_range(hi, lo)?_TRUE:_FALSE; in rtw_is_dfs_ch()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dultra.S42 sethi %hi(KERNBASE), %g3
74 sethi %hi(KERNBASE), %o4
106 sethi %hi(KERNBASE), %o4
124 sethi %hi(PAGE_SIZE), %o4
132 2: sethi %hi(KERNBASE), %o3
181 sethi %hi(KERNBASE), %o1
194 sethi %hi(PAGE_OFFSET), %g1
196 sethi %hi(PAGE_SIZE), %g2
219 sethi %hi(PAGE_OFFSET), %g1
223 sethi %hi(1 << 14), %o2 ! D-cache size
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dstart.S35 movhi r5, %hi(ICACHE_SIZE_MAX)
48 movhi et, %hi(_exception)
64 movhi r5, %hi(DCACHE_SIZE_MAX)
78 _cur: movhi r5, %hi(_cur - _start)
82 movhi r5, %hi(_start)
87 movhi r6, %hi(CONFIG_SYS_MONITOR_LEN)
98 movhi r4, %hi(_reloc)
111 movhi r2, %hi(debug_uart_init@h)
118 movhi r2, %hi(board_init_f_alloc_reserve@h)
123 movhi r2, %hi(board_init_f_init_reserve@h)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp80 int hi = __double2hiint(val); in shfl() local
83 hi = __shfl(hi, srcLane, width); in shfl()
85 return __hiloint2double(hi, lo); in shfl()
112 int hi = __double2hiint(val); in shfl_down() local
115 hi = __shfl_down(hi, delta, width); in shfl_down()
117 return __hiloint2double(hi, lo); in shfl_down()
144 int hi = __double2hiint(val); in shfl_up() local
147 hi = __shfl_up(hi, delta, width); in shfl_up()
149 return __hiloint2double(hi, lo); in shfl_up()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp80 int hi = __double2hiint(val); in shfl() local
83 hi = __shfl(hi, srcLane, width); in shfl()
85 return __hiloint2double(hi, lo); in shfl()
112 int hi = __double2hiint(val); in shfl_down() local
115 hi = __shfl_down(hi, delta, width); in shfl_down()
117 return __hiloint2double(hi, lo); in shfl_down()
144 int hi = __double2hiint(val); in shfl_up() local
147 hi = __shfl_up(hi, delta, width); in shfl_up()
149 return __hiloint2double(hi, lo); in shfl_up()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp80 int hi = __double2hiint(val); in shfl() local
83 hi = __shfl(hi, srcLane, width); in shfl()
85 return __hiloint2double(hi, lo); in shfl()
112 int hi = __double2hiint(val); in shfl_down() local
115 hi = __shfl_down(hi, delta, width); in shfl_down()
117 return __hiloint2double(hi, lo); in shfl_down()
144 int hi = __double2hiint(val); in shfl_up() local
147 hi = __shfl_up(hi, delta, width); in shfl_up()
149 return __hiloint2double(hi, lo); in shfl_up()
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_mmap.c83 u32 hi; in b53_mmap_read48() local
87 hi = ioread32be(regs + (page << 8) + reg + 2); in b53_mmap_read48()
90 hi = readl(regs + (page << 8) + reg + 2); in b53_mmap_read48()
93 *val = ((u64)hi << 16) | lo; in b53_mmap_read48()
96 u16 hi; in b53_mmap_read48() local
100 hi = ioread16be(regs + (page << 8) + reg + 4); in b53_mmap_read48()
103 hi = readw(regs + (page << 8) + reg + 4); in b53_mmap_read48()
106 *val = ((u64)hi << 32) | lo; in b53_mmap_read48()
116 u32 hi, lo; in b53_mmap_read64() local
123 hi = ioread32be(regs + (page << 8) + reg + 4); in b53_mmap_read64()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0019-target-ppc-Implement-Vector-Mask-Move-insns.patch72 + TCGv_i64 hi, lo, t0, t1;
77 + hi = tcg_temp_new_i64();
83 + tcg_gen_extract_i64(hi, t0, elem_count_half, elem_count_half);
108 + tcg_gen_shli_i64(t0, hi, j - i);
110 + tcg_gen_or_i64(hi, hi, t0);
115 + tcg_gen_andi_i64(hi, hi, c);
119 + tcg_gen_muli_i64(hi, hi, c);
123 + set_avr64(a->vrt, hi, true);
125 + tcg_temp_free_i64(hi);
160 + uint64_t hi, lo;
[all …]

12345678910>>...37