Searched refs:hi (Results 76 - 100 of 746) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-gyration.c22 #define gy_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
24 static int gyration_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
31 set_bit(EV_REP, hi->input->evbit);
H A Dhid-cherry.c36 #define ch_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
38 static int ch_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
H A Dhid-belkin.c24 #define belkin_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
26 static int belkin_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
H A Dhid-monterey.c31 #define mr_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
33 static int mr_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
H A Dhid-sunplus.c33 #define sp_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
35 static int sp_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
H A Dhid-tivo.c19 #define tivo_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
22 static int tivo_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
/linux-master/samples/bpf/
H A Dlathist_kern.c56 unsigned int hi = v >> 32; local
58 if (hi)
59 return log2(hi) + 32;
H A Dtracex2.bpf.c58 unsigned int hi = v >> 32; local
59 if (hi)
60 return log2(hi) + 32;
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c321 merge_hi_lo_14(unsigned short hi, unsigned short lo) argument
323 int val = (int)((((unsigned int)hi << 14) & 0xfffc000) |
335 const u16 *hi, *lo; local
346 hi = isp_stats_hi;
362 hi[elm + chunk * 0], lo[elm + chunk * 0]);
364 hi[elm + chunk * 1], lo[elm + chunk * 1]);
366 hi[elm + chunk * 2], lo[elm + chunk * 2]);
368 hi[elm + chunk * 3], lo[elm + chunk * 3]);
370 hi[elm + chunk * 4], lo[elm + chunk * 4]);
372 hi[el
[all...]
/linux-master/arch/arm/kernel/
H A Dxscale-cp0.c122 u32 hi; local
136 : "=r" (lo), "=r" (hi)
139 return !!hi;
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1188 static void __init uv_init_hub_info(struct uv_hub_info_s *hi) argument
1193 hi->gpa_mask = mn.m_val ?
1197 hi->m_val = mn.m_val;
1198 hi->n_val = mn.n_val;
1199 hi->m_shift = mn.m_shift;
1200 hi->n_lshift = mn.n_lshift ? mn.n_lshift : 0;
1201 hi->hub_revision = uv_hub_info->hub_revision;
1202 hi->hub_type = uv_hub_info->hub_type;
1203 hi->pnode_mask = uv_cpuid.pnode_mask;
1204 hi
[all...]
/linux-master/arch/sparc/lib/
H A DGENpage.S54 sethi %hi(NEW), %g1; \
56 sethi %hi(OLD), %g2; \
59 sethi %hi(BRANCH_ALWAYS), %g3; \
65 sethi %hi(NOP), %g3; \
/linux-master/drivers/video/fbdev/
H A Dedid.h66 #define COMBINE_HI_8LO( hi, lo ) \
67 ( (((unsigned)hi) << 8) | (unsigned)lo )
69 #define COMBINE_HI_4LO( hi, lo ) \
70 ( (((unsigned)hi) << 4) | (unsigned)lo )
/linux-master/arch/sparc/mm/
H A Dviking.S39 sethi %hi(PAGE_OFFSET), %g2
44 sethi %hi(PAGE_OFFSET + PAGE_SIZE - 0x80000000), %o3
45 sethi %hi(0x80000000), %o4
46 sethi %hi(VIKING_PTAG_VALID), %o5
47 sethi %hi(2*PAGE_SIZE), %o0
48 sethi %hi(PAGE_SIZE), %g7
92 sethi %hi(PAGE_OFFSET), %g2
95 sethi %hi(MXCC_SRCSTREAM), %o3 ! assume %hi(MXCC_SRCSTREAM) == %hi(MXCC_DESTSTREA
[all...]
/linux-master/arch/mips/include/asm/vdso/
H A Dgettimeofday.h24 #define VDSO_SYSCALL_CLOBBERS "hi", "lo",
173 u32 hi, hi2, lo; local
176 hi = __raw_readl(gic + sizeof(lo));
179 } while (hi2 != hi);
181 return (((u64)hi) << 32) + lo;
/linux-master/drivers/char/hw_random/
H A Dvia-rng.c132 u32 lo, hi, old_lo; local
153 rdmsr(MSR_VIA_RNG, lo, hi);
173 wrmsr(MSR_VIA_RNG, lo, hi);
177 rdmsr(MSR_VIA_RNG, lo, hi);
/linux-master/arch/mips/sgi-ip22/
H A Dip28-berr.c58 u32 hi; member in struct:__anon5::__anon6
76 tag[0].hi = read_c0_taghi(); /* PA[39:36] */
79 tag[1].hi = read_c0_taghi(); /* PA[39:36] */
94 tag[0].hi = read_c0_taghi(); /* PA[39:36] */
97 tag[1].hi = read_c0_taghi(); /* PA[39:36] */
110 tag[0].hi = read_c0_taghi(); /* PA[39:36] */
113 tag[1].hi = read_c0_taghi(); /* PA[39:36] */
187 cache_tags.tagd[i][0].hi, cache_tags.tagd[i][0].lo,
188 cache_tags.tagd[i][1].hi, cache_tags.tagd[i][1].lo,
198 cache_tags.tagi[i][0].hi, cache_tag
304 check_microtlb(u32 hi, u32 lo, unsigned long vaddr) argument
[all...]
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1006 struct hdlcdrv_ioctl hi; local
1011 if (copy_from_user(&hi, data, sizeof(hi)))
1013 switch (hi.cmd) {
1018 hi.data.cp.tx_delay = bc->ch_params.tx_delay;
1019 hi.data.cp.tx_tail = bc->ch_params.tx_tail;
1020 hi.data.cp.slottime = bc->ch_params.slottime;
1021 hi.data.cp.ppersist = bc->ch_params.ppersist;
1022 hi.data.cp.fulldup = bc->ch_params.fulldup;
1028 bc->ch_params.tx_delay = hi
[all...]
/linux-master/arch/sparc/include/asm/
H A Dvisasm.h19 sethi %hi(297f), %g7; \
20 sethi %hi(VISenter), %g1; \
54 " sethi %%hi(298f), %%g7\n"
55 " sethi %%hi(VISenter), %%g1\n"
/linux-master/tools/testing/ktest/examples/include/
H A Dmin-config.conf52 TEST = ${SSH} echo hi
/linux-master/arch/sparc/kernel/
H A Divec.S18 sethi %hi(KERNBASE), %g4
25 sethi %hi(ivector_table_pa), %g2
H A Dktlb.S34 sethi %hi(PAGE_SIZE), %g5
42 sethi %hi(LOW_OBP_ADDRESS), %g5
119 sethi %hi(kern_linear_pte_xor), %g7
204 sethi %hi(PAGE_SIZE), %g5
211 sethi %hi(VMEMMAP_BASE), %g5
221 sethi %hi(MODULES_VADDR), %g5
224 sethi %hi(VMALLOC_END), %g5
231 sethi %hi(LOW_OBP_ADDRESS), %g5
/linux-master/arch/sparc/prom/
H A Dcif.S16 sethi %hi(p1275buf), %o1
32 sethi %hi(p1275buf), %o1
/linux-master/include/soc/fsl/
H A Dbman.h38 __be16 bpid; /* hi 8-bits reserved */
39 __be16 hi; /* High 16-bits of 48-bit address */ member in struct:bm_buffer::__anon269::__anon270
61 buf->hi = cpu_to_be16(upper_32_bits(addr));
/linux-master/arch/powerpc/crypto/
H A Dppc-xlate.pl77 my ($hi,$lo);
80 { $hi=$1?"0x$1":"0"; $lo="0x$2"; }
82 { $hi=$1>>32; $lo=$1&0xffffffff; } # error-prone with 32-bit perl
84 { $hi=undef; $lo=$_; }
86 if (defined($hi))
87 { push(@ret,$flavour=~/le$/o?".long\t$lo,$hi":".long\t$hi,$lo"); }

Completed in 171 milliseconds

1234567891011>>