Symbol: v16
arch/m68k/coldfire/m528x.c
89
u16 v16;
arch/m68k/coldfire/m528x.c
92
v16 = readw(MCFGPIO_PASPAR);
arch/m68k/coldfire/m528x.c
93
writew(v16 | 0xf00, MCFGPIO_PASPAR);
arch/powerpc/platforms/powernv/pci.c
597
__be16 v16;
arch/powerpc/platforms/powernv/pci.c
599
&v16);
arch/powerpc/platforms/powernv/pci.c
600
*val = (rc == OPAL_SUCCESS) ? be16_to_cpu(v16) : 0xffff;
arch/s390/include/asm/fpu-insn-asm.h
142
.ifc \vxr,%v16
arch/x86/mm/testmmiotrace.c
43
iowrite16(v16(i), p + i);
arch/x86/mm/testmmiotrace.c
61
if (ioread16(p + i) != v16(i))
drivers/char/sonypi.c
590
u16 v16;
drivers/char/sonypi.c
598
v16 = (sonypi_device.ioport1 & 0xFFF0) | 0x01;
drivers/char/sonypi.c
599
pci_write_config_word(sonypi_device.dev, SONYPI_TYPE3_GID2, v16);
drivers/gpu/drm/amd/display/dc/inc/reg_helper.h
334
v10, f11, v11, f12, v12, f13, v13, f14, v14, f15, v15, f16, v16, f17, v17, f18, v18, f19, v19)\
drivers/gpu/drm/amd/display/dc/inc/reg_helper.h
351
FN(reg, f16), v16, \
drivers/gpu/drm/amd/display/dc/inc/reg_helper.h
357
v10, f11, v11, f12, v12, f13, v13, f14, v14, f15, v15, f16, v16, f17, v17, f18, v18, f19, v19, f20, v20)\
drivers/gpu/drm/amd/display/dc/inc/reg_helper.h
374
FN(reg, f16), v16, \
drivers/leds/leds-hp6xx.c
32
u16 v16;
drivers/leds/leds-hp6xx.c
34
v16 = inw(HD64461_GPBDR);
drivers/leds/leds-hp6xx.c
36
outw(v16 & (~HD64461_GPBDR_LED_RED), HD64461_GPBDR);
drivers/leds/leds-hp6xx.c
38
outw(v16 | HD64461_GPBDR_LED_RED, HD64461_GPBDR);
drivers/media/i2c/ds90ub960.c
4128
u16 v16 = 0;
drivers/media/i2c/ds90ub960.c
4162
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4166
dev_info(dev, "\tframe counter %u\n", v16);
drivers/media/i2c/ds90ub960.c
4169
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4173
dev_info(dev, "\tframe error counter %u\n", v16);
drivers/media/i2c/ds90ub960.c
4176
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4180
dev_info(dev, "\tline counter %u\n", v16);
drivers/media/i2c/ds90ub960.c
4183
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4187
dev_info(dev, "\tline error counter %u\n", v16);
drivers/media/i2c/ds90ub960.c
4219
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4223
dev_info(dev, "\tlink freq %llu Hz\n", ((u64)v16 * HZ_PER_MHZ) >> 8);
drivers/media/i2c/ds90ub960.c
4226
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4230
dev_info(dev, "\tparity errors %u\n", v16);
drivers/media/i2c/ds90ub960.c
4233
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4237
dev_info(dev, "\tlines per frame %u\n", v16);
drivers/media/i2c/ds90ub960.c
4240
&v16, NULL);
drivers/media/i2c/ds90ub960.c
4244
dev_info(dev, "\tbytes per line %u\n", v16);
drivers/net/wireless/zydas/zd1211rw/zd_chip.c
107
BUG_ON(count16 * sizeof(u16) > sizeof(v16));
drivers/net/wireless/zydas/zd1211rw/zd_chip.c
116
r = zd_ioread16v_locked(chip, v16, a16, count16);
drivers/net/wireless/zydas/zd1211rw/zd_chip.c
125
values[i] = (v16[j] << 16) | v16[j+1];
drivers/net/wireless/zydas/zd1211rw/zd_chip.c
98
u16 v16[USB_MAX_IOREAD32_COUNT * 2];
drivers/ntb/hw/amd/ntb_hw_amd.c
855
union { u64 v64; u32 v32; u16 v16; } u;
drivers/ntb/hw/intel/ntb_hw_gen1.c
500
union { u64 v64; u32 v32; u16 v16; u8 v8; } u;
drivers/ntb/hw/intel/ntb_hw_gen1.c
724
u.v16 = ioread16(mmio + XEON_USMEMMISS_OFFSET);
drivers/ntb/hw/intel/ntb_hw_gen1.c
726
"Upstream Memory Miss -\t%u\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen1.c
732
XEON_DEVSTS_OFFSET, &u.v16))
drivers/ntb/hw/intel/ntb_hw_gen1.c
734
"DEVSTS -\t\t%#06x\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen1.c
737
XEON_LINK_STATUS_OFFSET, &u.v16))
drivers/ntb/hw/intel/ntb_hw_gen1.c
739
"LNKSTS -\t\t%#06x\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen3.c
266
union { u64 v64; u32 v32; u16 v16; } u;
drivers/ntb/hw/intel/ntb_hw_gen3.c
389
u.v16 = ioread16(mmio + GEN3_USMEMMISS_OFFSET);
drivers/ntb/hw/intel/ntb_hw_gen3.c
391
"Upstream Memory Miss -\t%u\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen3.c
397
GEN3_DEVSTS_OFFSET, &u.v16))
drivers/ntb/hw/intel/ntb_hw_gen3.c
399
"DEVSTS -\t\t%#06x\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen3.c
402
GEN3_LINK_STATUS_OFFSET, &u.v16))
drivers/ntb/hw/intel/ntb_hw_gen3.c
404
"LNKSTS -\t\t%#06x\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen4.c
237
union { u64 v64; u32 v32; u16 v16; } u;
drivers/ntb/hw/intel/ntb_hw_gen4.c
324
GEN4_DEVSTS_OFFSET, &u.v16))
drivers/ntb/hw/intel/ntb_hw_gen4.c
326
"DEVSTS -\t\t%#06x\n", u.v16);
drivers/ntb/hw/intel/ntb_hw_gen4.c
328
u.v16 = ioread16(mmio + GEN4_LINK_STATUS_OFFSET);
drivers/ntb/hw/intel/ntb_hw_gen4.c
330
"LNKSTS -\t\t%#06x\n", u.v16);
drivers/staging/rtl8723bs/core/rtw_security.c
232
#define RotR1(v16) ((((v16) >> 1) & 0x7FFF) ^ (((v16) & 1) << 15))
drivers/staging/rtl8723bs/core/rtw_security.c
233
#define Lo8(v16) ((u8)((v16) & 0x00FF))
drivers/staging/rtl8723bs/core/rtw_security.c
234
#define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF))
drivers/staging/rtl8723bs/core/rtw_security.c
243
#define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
fs/jffs2/nodelist.h
43
#define je16_to_cpu(x) ((x).v16)
fs/jffs2/nodelist.h
54
#define je16_to_cpu(x) (be16_to_cpu(x.v16))
fs/jffs2/nodelist.h
65
#define je16_to_cpu(x) (le16_to_cpu(x.v16))
include/uapi/linux/jffs2.h
99
__u16 v16;
net/bridge/netfilter/ebt_stp.c
101
v16 < c->max_agel || v16 > c->max_ageu))
net/bridge/netfilter/ebt_stp.c
105
v16 = NR16(stpc->hello_time);
net/bridge/netfilter/ebt_stp.c
107
v16 < c->hello_timel || v16 > c->hello_timeu))
net/bridge/netfilter/ebt_stp.c
111
v16 = NR16(stpc->forward_delay);
net/bridge/netfilter/ebt_stp.c
113
v16 < c->forward_delayl || v16 > c->forward_delayu))
net/bridge/netfilter/ebt_stp.c
47
u16 v16;
net/bridge/netfilter/ebt_stp.c
55
v16 = NR16(stpc->root);
net/bridge/netfilter/ebt_stp.c
57
v16 < c->root_priol || v16 > c->root_priou))
net/bridge/netfilter/ebt_stp.c
74
v16 = NR16(stpc->sender);
net/bridge/netfilter/ebt_stp.c
76
v16 < c->sender_priol || v16 > c->sender_priou))
net/bridge/netfilter/ebt_stp.c
87
v16 = NR16(stpc->port);
net/bridge/netfilter/ebt_stp.c
89
v16 < c->portl || v16 > c->portu))
net/bridge/netfilter/ebt_stp.c
93
v16 = NR16(stpc->msg_age);
net/bridge/netfilter/ebt_stp.c
95
v16 < c->msg_agel || v16 > c->msg_ageu))
net/bridge/netfilter/ebt_stp.c
99
v16 = NR16(stpc->max_age);
net/ipv6/ila/ila.h
25
__be16 v16[4];
net/ipv6/ila/ila.h
48
__be16 v16[4];
net/ipv6/ila/ila_common.c
43
__sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3];
net/ipv6/ila/ila_common.c
66
__sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3];
net/netfilter/nft_exthdr.c
254
__be16 v16;
net/netfilter/nft_exthdr.c
270
old.v16 = (__force __be16)get_unaligned((u16 *)(opt + offset));
net/netfilter/nft_exthdr.c
271
new.v16 = (__force __be16)nft_reg_load16(
net/netfilter/nft_exthdr.c
277
if (ntohs(old.v16) <= ntohs(new.v16))
net/netfilter/nft_exthdr.c
282
if (old.v16 == new.v16)
net/netfilter/nft_exthdr.c
285
put_unaligned(new.v16, (__be16*)(opt + offset));
net/netfilter/nft_exthdr.c
287
old.v16, new.v16, false);
tools/lib/perf/include/perf/event.h
526
struct perf_record_schedstat_cpu_v16 v16;
tools/lib/perf/include/perf/event.h
559
struct perf_record_schedstat_domain_v16 v16;
tools/lib/perf/include/perf/schedstat-v16.h
103
newidle_lb_count, newidle_lb_balanced, newidle_lb_failed, v16);
tools/lib/perf/include/perf/schedstat-v16.h
108
newidle_lb_count, newidle_lb_balanced, newidle_lb_failed, newidle_lb_gained, v16);
tools/lib/perf/include/perf/schedstat-v16.h
11
"%11u", true, sched_count, v16);
tools/lib/perf/include/perf/schedstat-v16.h
114
"active_load_balance() count", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
116
"active_load_balance() move task failed", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
118
"active_load_balance() successfully moved a task", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
123
"sbe_count is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
125
"sbe_balanced is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
127
"sbe_pushed is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
13
"%11u", false, ttwu_count, v16);
tools/lib/perf/include/perf/schedstat-v16.h
132
"sbf_count is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
134
"sbf_balanced is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
136
"sbf_pushed is not used", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
141
"try_to_wake_up() awoke a task that last ran on a diff cpu", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
143
"try_to_wake_up() moved task because cache-cold on own cpu", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
145
"try_to_wake_up() started passive balancing", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
15
"%11u", true, ttwu_count, v16);
tools/lib/perf/include/perf/schedstat-v16.h
17
"%11llu", false, rq_cpu_time, v16);
tools/lib/perf/include/perf/schedstat-v16.h
19
"%11llu", true, rq_cpu_time, v16);
tools/lib/perf/include/perf/schedstat-v16.h
21
"%11llu", false, pcount, v16);
tools/lib/perf/include/perf/schedstat-v16.h
29
"load_balance() count on cpu busy", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
31
"load_balance() found balanced on cpu busy", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
33
"load_balance() move task failed on cpu busy", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
35
"imbalance sum on cpu busy", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
37
"pull_task() count on cpu busy", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
39
"pull_task() when target task was cache-hot on cpu busy", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
41
"load_balance() failed to find busier queue on cpu busy", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
43
"load_balance() failed to find busier group on cpu busy", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
46
busy_lb_count, busy_lb_balanced, busy_lb_failed, v16);
tools/lib/perf/include/perf/schedstat-v16.h
5
"%11u", false, yld_count, v16);
tools/lib/perf/include/perf/schedstat-v16.h
51
busy_lb_count, busy_lb_balanced, busy_lb_failed, busy_lb_gained, v16);
tools/lib/perf/include/perf/schedstat-v16.h
57
"load_balance() count on cpu idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
59
"load_balance() found balanced on cpu idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
61
"load_balance() move task failed on cpu idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
63
"imbalance sum on cpu idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
65
"pull_task() count on cpu idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
67
"pull_task() when target task was cache-hot on cpu idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
69
"load_balance() failed to find busier queue on cpu idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
7
"%11u", false, array_exp, v16);
tools/lib/perf/include/perf/schedstat-v16.h
71
"load_balance() failed to find busier group on cpu idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
74
idle_lb_count, idle_lb_balanced, idle_lb_failed, v16);
tools/lib/perf/include/perf/schedstat-v16.h
79
idle_lb_count, idle_lb_balanced, idle_lb_failed, idle_lb_gained, v16);
tools/lib/perf/include/perf/schedstat-v16.h
85
"load_balance() count on cpu newly idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
87
"load_balance() found balanced on cpu newly idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
89
"load_balance() move task failed on cpu newly idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
9
"%11u", false, sched_count, v16);
tools/lib/perf/include/perf/schedstat-v16.h
91
"imbalance sum on cpu newly idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
93
"pull_task() count on cpu newly idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
95
"pull_task() when target task was cache-hot on cpu newly idle", "%11u", false, v16);
tools/lib/perf/include/perf/schedstat-v16.h
97
"load_balance() failed to find busier queue on cpu newly idle", "%11u", true, v16);
tools/lib/perf/include/perf/schedstat-v16.h
99
"load_balance() failed to find busier group on cpu newly idle", "%11u", true, v16);
tools/testing/selftests/riscv/vector/v_exec_initval_nolibc.c
70
CHECK_VECTOR_REGISTER(v16);