Searched refs:hi (Results 251 - 275 of 746) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/ssb/
H A Dscan.c163 u32 lo, hi; local
178 hi = readw(bus->mmio + offset + 2);
179 return lo | (hi << 16);
/linux-master/sound/synth/emux/
H A Demux_effect.c124 effect_get_offset(struct snd_midi_channel *chan, int lo, int hi, int mode) argument
129 if (fx->flag[hi])
130 addr = (short)fx->val[hi];
/linux-master/drivers/media/rc/
H A Dmceusb.c1169 u8 *hi = &buf_in[2]; /* read only when required */ local
1179 if (buf_in[5] == 0 && *hi < 8)
1180 ir->txports_cabled |= 1 << *hi;
1185 ir->emver = *hi;
1206 ir->rc->timeout = (*hi << 8 | *lo) * MCE_TIME_UNIT;
1209 ir->num_txports = *hi;
1223 carrier_cycles = (*hi << 8 | *lo);
1242 ir->tx_mask = *hi;
1245 ir->learning_active = ((*hi & 0x02) == 0x02);
1246 if (ir->rxports_active != *hi) {
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c156 u32 hi, lo; local
164 hi = rd32(hw, I40E_PRTTSYN_EVNT_H(0));
166 event.timestamp = (((u64)hi) << 32) | lo;
285 u32 hi, lo; local
292 hi = rd32(hw, I40E_PRTTSYN_TIME_H);
294 ns = (((u64)hi) << 32) | lo;
771 u32 hi, lo; local
782 hi = rd32(hw, I40E_PRTTSYN_TXTIME_H);
784 ns = (((u64)hi) << 32) | lo;
814 u32 prttsyn_stat, hi, l local
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c81 u32 lo, hi; local
84 hi = rd32(E1000_SYSTIMH);
86 val = ((u64) hi) << 32;
97 u32 lo, hi; local
106 hi = rd32(E1000_SYSTIMH);
108 val = ((u64) hi) << 32;
267 u32 lo, hi; local
275 hi = rd32(E1000_SYSTIMH);
277 ns = timecounter_cyc2time(&igb->tc, ((u64)hi << 32) | lo);
294 u32 lo, hi; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c164 seq_hi = xo->seq.hi - 1;
166 seq_hi = xo->seq.hi;
182 seqno = cpu_to_be64(xo->seq.low + ((u64)xo->seq.hi << 32));
/linux-master/arch/sparc/include/asm/
H A Dhead_32.h35 sethi %hi(sys_call_table), %l7; \
H A Dwinmacro.h123 sethi %hi(current_set), %dest_reg; \
128 sethi %hi(current_set), %idreg; \
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dkvm.h33 __u64 hi; member in struct:kvm_regs
/linux-master/drivers/hid/
H A Dhid-ntrig.c454 static int ntrig_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
468 hid_map_usage(hi, usage, bit, max,
470 input_set_abs_params(hi->input, ABS_X,
490 hid_map_usage(hi, usage, bit, max,
492 input_set_abs_params(hi->input, ABS_Y,
525 hid_map_usage(hi, usage, bit, max,
529 hid_map_usage(hi, usage, bit, max,
531 input_set_abs_params(hi->input, ABS_MT_ORIENTATION,
545 static int ntrig_input_mapped(struct hid_device *hdev, struct hid_input *hi, argument
H A Dhid-lg.c535 #define lg_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
538 static int lg_ultrax_remote_mapping(struct hid_input *hi, argument
544 set_bit(EV_REP, hi->input->evbit);
571 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, argument
632 static int lg_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
652 lg_ultrax_remote_mapping(hi, usage, bit, max))
655 if ((drv_data->quirks & LG_WIRELESS) && lg_wireless_mapping(hi, usage, bit, max))
672 hid_map_usage(hi, usage, bit, max, EV_KEY,
681 static int lg_input_mapped(struct hid_device *hdev, struct hid_input *hi, argument
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.c14 #include <linux/io-64-nonatomic-lo-hi.h>
/linux-master/fs/afs/
H A Dprotocol_yfs.h76 __be32 hi; member in struct:yfs_xdr_vnode
/linux-master/sound/soc/sof/
H A Diomem-utils.c11 #include <linux/io-64-nonatomic-lo-hi.h>
/linux-master/arch/mips/include/asm/
H A Dstackframe.h121 lui k1, %hi(kernelsp)
126 daddiu k1, %hi(kernelsp)
170 lui k1, %hi(kernelsp)
175 daddiu k1, %hi(kernelsp)
H A Dptrace.h39 unsigned long hi; member in struct:pt_regs
/linux-master/drivers/net/mdio/
H A Dmdio-cavium.h111 #include <linux/io-64-nonatomic-lo-hi.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c117 u32 hi, lo, rq, tx; local
122 i2c->func->aux_stat(i2c, &hi, &lo, &rq, &tx);
123 if (!hi && !lo && !rq && !tx)
128 if (hi & aux->intr) mask |= NVKM_I2C_PLUG;
/linux-master/include/linux/
H A Dcompat.h494 compat_sigset_word hi, lo; \
500 unsafe_get_user(hi, &__c->sig[6], label); \
501 __s->sig[3] = hi | (((long)lo) << 32); \
505 unsafe_get_user(hi, &__c->sig[4], label); \
506 __s->sig[2] = hi | (((long)lo) << 32); \
510 unsafe_get_user(hi, &__c->sig[2], label); \
511 __s->sig[1] = hi | (((long)lo) << 32); \
515 unsafe_get_user(hi, &__c->sig[0], label); \
516 __s->sig[0] = hi | (((long)lo) << 32); \
/linux-master/arch/powerpc/perf/
H A Dpower6-pmu.c355 int hi = ARRAY_SIZE(presorted_event_table) - 1; local
358 while (lo <= hi) {
359 int mid = lo + (hi - lo) / 2;
365 hi = mid - 1;
/linux-master/drivers/cxl/core/
H A Dhdm.c792 u64 size, base, skip, dpa_size, lo, hi; local
808 hi = readl(hdm + CXL_HDM_DECODER0_BASE_HIGH_OFFSET(which));
809 base = (hi << 32) + lo;
811 hi = readl(hdm + CXL_HDM_DECODER0_SIZE_HIGH_OFFSET(which));
812 size = (hi << 32) + lo;
900 hi = readl(hdm + CXL_HDM_DECODER0_TL_HIGH(which));
901 target_list.value = (hi << 32) + lo;
919 hi = readl(hdm + CXL_HDM_DECODER0_SKIP_HIGH(which));
920 skip = (hi << 32) + lo;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c217 struct hostfs_inode_info *hi; local
219 hi = alloc_inode_sb(sb, hostfs_inode_cache, GFP_KERNEL_ACCOUNT);
220 if (hi == NULL)
222 hi->fd = -1;
223 hi->mode = 0;
224 hi->dev = 0;
225 inode_init_once(&hi->vfs_inode);
226 mutex_init(&hi->open_mutex);
227 return &hi->vfs_inode;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_osdep.h17 #include <linux/io-64-nonatomic-lo-hi.h>
/linux-master/arch/mips/include/uapi/asm/
H A Dkvm.h35 __u64 hi; member in struct:kvm_regs
/linux-master/arch/sh/lib/
H A Dmcount.S57 cmp/hi r2, r1; \
62 cmp/hi r1, r15; \

Completed in 241 milliseconds

<<11121314151617181920>>