Home
last modified time | relevance | path

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

12345678910>>...25

/linux/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 …]
/linux/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 …]
/linux/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 …]
/linux/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 …]
/linux/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 …]
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c110 static s8 hi(const s8 *r) in hi() function
163 REG_SET_SEEN(ctx, hi(rd)); in emit_imm32()
165 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_imm32()
167 emit(hppa_ldi(-1, hi(rd)), ctx); in emit_imm32()
173 emit_imm(hi(rd), imm_hi, ctx); in emit_imm64()
227 if (is_stacked(hi(reg))) { in bpf_get_reg64_offset()
228 emit(hppa_ldw(REG_SIZE * hi(reg) - offset_sp, HPPA_REG_SP, hi(tmp)), ctx); in bpf_get_reg64_offset()
232 REG_SET_SEEN(ctx, hi(reg)); in bpf_get_reg64_offset()
249 if (is_stacked(hi(reg))) { in bpf_get_reg64_ref()
251 emit(hppa_ldw(REG_SIZE * hi(reg), HPPA_REG_SP, hi(tmp)), ctx); in bpf_get_reg64_ref()
[all …]
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c154 static inline u8 hi(const u8 reg[]) in hi() function
178 emit(ctx, addiu, hi(dst), MIPS_R_ZERO, -1); in emit_mov_se_i64()
180 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_mov_se_i64()
188 emit(ctx, move, hi(dst), MIPS_R_ZERO); in emit_zext_ver()
189 clobber_reg(ctx, hi(dst)); in emit_zext_ver()
230 emit(ctx, addu, hi(dst), hi(dst), MIPS_R_T9); in emit_alu_i64()
232 emit(ctx, addiu, hi(dst), hi(dst), -1); in emit_alu_i64()
238 emit(ctx, subu, hi(dst), hi(dst), MIPS_R_T9); in emit_alu_i64()
240 emit(ctx, addiu, hi(dst), hi(dst), 1); in emit_alu_i64()
246 emit(ctx, addiu, hi(dst), MIPS_R_ZERO, -1); in emit_alu_i64()
[all …]
/linux/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 …]
/linux/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 …]
/linux/scripts/mod/
H A Dsymsearch.c157 unsigned int hi = elf->symsearch->table_size; in symsearch_find_nearest() local
165 while (hi > lo) { in symsearch_find_nearest()
166 unsigned int mid = lo + (hi - lo) / 2; /* Avoids overflow */ in symsearch_find_nearest()
169 hi = mid; in symsearch_find_nearest()
175 * table[hi], if it exists, is the first entry in the array which in symsearch_find_nearest()
176 * lies beyond target. table[hi - 1], if it exists, is the last in symsearch_find_nearest()
187 hi < elf->symsearch->table_size && in symsearch_find_nearest()
188 table[hi].section_index == secndx && in symsearch_find_nearest()
189 table[hi].addr - addr <= min_distance) { in symsearch_find_nearest()
190 min_distance = table[hi] in symsearch_find_nearest()
[all...]
/linux/include/linux/
H A Dminmax.h107 #define __clamp(val, lo, hi) \ argument
108 ((val) >= (hi) ? (hi) : ((val) <= (lo) ? (lo) : (val)))
110 #define __clamp_once(val, lo, hi, uval, ulo, uhi) ({ \ argument
113 __auto_type uhi = (hi); \
114 static_assert(__builtin_choose_expr(__is_constexpr((lo) > (hi)), \
115 (lo) <= (hi), true), \
116 "clamp() low limit " #lo " greater than high limit " #hi); \
117 BUILD_BUG_ON_MSG(!__types_ok3(val,lo,hi,uval,ulo,uhi), \
118 "clamp("#val", "#lo", "#hi") signedness error"); \
121 #define __careful_clamp(val, lo, hi) \ argument
[all …]
H A Dcnt32_to_63.h21 u32 lo, hi; member
23 u32 hi, lo;
96 __x.hi = __m_cnt_hi; \
99 if (unlikely((s32)(__x.hi ^ __x.lo) < 0)) \
100 __m_cnt_hi = __x.hi = (__x.hi ^ 0x80000000) + (__x.hi >> 31); \
/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c670 struct atto_ioctl *hi, in hba_ioctl_tunnel() argument
679 hi->status = ATTO_STS_OUT_OF_RSRC; in hba_ioctl_tunnel()
692 struct atto_ioctl *hi = (struct atto_ioctl *)rq->aux_req_cx; in scsi_passthru_comp_cb() local
693 struct atto_hba_scsi_pass_thru *spt = &hi->data.scsi_pass_thru; in scsi_passthru_comp_cb()
751 struct atto_ioctl *hi = (struct atto_ioctl *)esas2r_buffered_ioctl; in hba_ioctl_callback() local
753 hi->status = ATTO_STS_SUCCESS; in hba_ioctl_callback()
755 switch (hi->function) { in hba_ioctl_callback()
761 &hi->data.get_adap_info; in hba_ioctl_callback()
763 if (hi->flags & HBAF_TUNNEL) { in hba_ioctl_callback()
764 hi->status = ATTO_STS_UNSUPPORTED; in hba_ioctl_callback()
[all …]
/linux/fs/bcachefs/
H A Dmean_and_variance.h70 u64 hi, lo; member
87 return a.hi; in u128_hi()
97 c.hi = a.hi + b.hi + (c.lo < a.lo); in u128_add()
106 c.hi = a.hi - b.hi - (c.lo > a.lo); in u128_sub()
116 r.hi = (i.hi << (shift & 63)) | (i.lo >> (-shift & 63)); in u128_shl()
118 r.hi = i.lo << (-shift & 63); in u128_shl()
138 static inline u128_u u64s_to_u128(u64 hi, u64 lo) in u64s_to_u128() argument
140 u128_u c = u64_to_u128(hi); in u64s_to_u128()
/linux/samples/seccomp/
H A Dbpf-helper.h181 #define JEQ64(lo, hi, jt) \ argument
183 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, (hi), 0, 5), \
191 #define JNE64(lo, hi, jt) \ argument
193 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, (hi), 0, 3), \
201 #define JA64(lo, hi, jt) \ argument
203 BPF_JUMP(BPF_JMP+BPF_JSET+BPF_K, (hi), 3, 0), \
211 #define JGE64(lo, hi, jt) \ argument
213 BPF_JUMP(BPF_JMP+BPF_JGT+BPF_K, (hi), 4, 0), \
215 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, (hi), 0, 5), \
223 #define JGT64(lo, hi, jt) \ argument
[all …]
/linux/drivers/net/dsa/b53/
H A Db53_mmap.c85 u32 hi; in b53_mmap_read48() local
89 hi = ioread32be(regs + (page << 8) + reg + 2); in b53_mmap_read48()
92 hi = readl(regs + (page << 8) + reg + 2); in b53_mmap_read48()
95 *val = ((u64)hi << 16) | lo; in b53_mmap_read48()
98 u16 hi; in b53_mmap_read48() local
102 hi = ioread16be(regs + (page << 8) + reg + 4); in b53_mmap_read48()
105 hi = readw(regs + (page << 8) + reg + 4); in b53_mmap_read48()
108 *val = ((u64)hi << 32) | lo; in b53_mmap_read48()
118 u32 hi, lo; in b53_mmap_read64() local
125 hi = ioread32be(regs + (page << 8) + reg + 4); in b53_mmap_read64()
[all …]
/linux/arch/arm/crypto/
H A Dsha512-armv4.pl56 $hi="HI";
133 ldr $t3,[$Ktbl,#$hi] @ K[i].hi
294 ldr $Ehi,[$ctx,#$Eoff+$hi]
296 ldr $t1, [$ctx,#$Goff+$hi]
298 ldr $t3, [$ctx,#$Hoff+$hi]
305 ldr $Ahi,[$ctx,#$Aoff+$hi]
307 ldr $Thi,[$ctx,#$Boff+$hi]
309 ldr $t1, [$ctx,#$Coff+$hi]
311 ldr $t3, [$ctx,#$Doff+$hi]
319 ldr $Thi,[$ctx,#$Foff+$hi]
[all …]
/linux/drivers/cpufreq/
H A De_powersaver.c94 u32 lo, hi; in eps_get() local
103 rdmsr(MSR_IA32_PERF_STATUS, lo, hi); in eps_get()
111 u32 lo, hi; in eps_set_state() local
115 rdmsr(MSR_IA32_PERF_STATUS, lo, hi); in eps_set_state()
119 rdmsr(MSR_IA32_PERF_STATUS, lo, hi); in eps_set_state()
131 rdmsr(MSR_IA32_PERF_STATUS, lo, hi); in eps_set_state()
143 rdmsr(MSR_IA32_PERF_STATUS, lo, hi); in eps_set_state()
175 u32 lo, hi; in eps_cpu_init() local
199 rdmsr(0x1153, lo, hi); in eps_cpu_init()
204 rdmsr(0x1154, lo, hi); in eps_cpu_init()
[all …]
/linux/fs/xfs/scrub/
H A Dxfarray.c545 xfarray_idx_t hi) in xfarray_isort() argument
549 loff_t len = xfarray_pos(si->array, hi - lo + 1); in xfarray_isort()
552 trace_xfarray_isort(si, lo, hi); in xfarray_isort()
560 sort(scratch, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL); in xfarray_isort()
575 xfarray_idx_t hi) in xfarray_foliosort() argument
580 uint64_t len = xfarray_pos(si->array, hi - lo + 1); in xfarray_foliosort()
593 trace_xfarray_foliosort(si, lo, hi); in xfarray_foliosort()
597 sort(startp, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL); in xfarray_foliosort()
652 xfarray_idx_t hi) in xfarray_qsort_pivot() argument
658 xfarray_idx_t step = (hi - lo) / (XFARRAY_QSORT_PIVOT_NR - 1); in xfarray_qsort_pivot()
[all …]
/linux/arch/x86/kernel/cpu/
H A Dcentaur.c24 u32 lo, hi; in init_c3() local
32 rdmsr(MSR_VIA_FCR, lo, hi); in init_c3()
34 wrmsr(MSR_VIA_FCR, lo, hi); in init_c3()
40 rdmsr(MSR_VIA_RNG, lo, hi); in init_c3()
42 wrmsr(MSR_VIA_RNG, lo, hi); in init_c3()
54 rdmsr(MSR_VIA_FCR, lo, hi); in init_c3()
56 wrmsr(MSR_VIA_FCR, lo, hi); in init_c3()
120 u32 lo, hi, newlo; in init_centaur() local
180 rdmsr(MSR_IDT_FCR1, lo, hi); in init_centaur()
186 wrmsr(MSR_IDT_FCR1, newlo, hi); in init_centaur()
/linux/drivers/net/hamradio/
H A Dbaycom_epp.c1006 struct hdlcdrv_ioctl hi; in baycom_siocdevprivate() local
1011 if (copy_from_user(&hi, data, sizeof(hi))) in baycom_siocdevprivate()
1013 switch (hi.cmd) { in baycom_siocdevprivate()
1018 hi.data.cp.tx_delay = bc->ch_params.tx_delay; in baycom_siocdevprivate()
1019 hi.data.cp.tx_tail = bc->ch_params.tx_tail; in baycom_siocdevprivate()
1020 hi.data.cp.slottime = bc->ch_params.slottime; in baycom_siocdevprivate()
1021 hi.data.cp.ppersist = bc->ch_params.ppersist; in baycom_siocdevprivate()
1022 hi.data.cp.fulldup = bc->ch_params.fulldup; in baycom_siocdevprivate()
1028 bc->ch_params.tx_delay = hi.data.cp.tx_delay; in baycom_siocdevprivate()
1029 bc->ch_params.tx_tail = hi.data.cp.tx_tail; in baycom_siocdevprivate()
[all …]

12345678910>>...25