bin/cpdup/cpdup.h
60
int16_t hc_bswap16(int16_t var);
bin/cpdup/hclink.c
210
hcc_start_command(struct HostConf *hc, int16_t cmd)
bin/cpdup/hclink.c
256
int16_t wcmd;
bin/cpdup/hclink.c
323
hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str)
bin/cpdup/hclink.c
338
hcc_leaf_data(hctransaction_t trans, int16_t leafid, const void *ptr, int bytes)
bin/cpdup/hclink.c
352
hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value)
bin/cpdup/hclink.c
366
hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value)
bin/cpdup/hclink.h
46
int16_t cmd; /* command code */
bin/cpdup/hclink.h
55
int16_t leafid;
bin/cpdup/hclink.h
56
int16_t reserved; /* reserved must be 0 */
bin/cpdup/hclink.h
70
int16_t cmd;
bin/cpdup/hclink.h
93
hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
bin/cpdup/hclink.h
95
void hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str);
bin/cpdup/hclink.h
96
void hcc_leaf_data(hctransaction_t trans, int16_t leafid, const void *ptr, int bytes);
bin/cpdup/hclink.h
97
void hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value);
bin/cpdup/hclink.h
98
void hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value);
bin/cpdup/misc.c
81
int16_t
bin/cpdup/misc.c
82
hc_bswap16(int16_t var)
crypto/openssh/crypto_api.h
20
typedef int16_t crypto_int16;
games/morse/morse.c
272
int16_t *data;
include/protocols/routed.h
93
int16_t md5_pkt_len; /* RIP-II packet length */
include/rpc/xdr.h
289
extern bool_t xdr_int16_t(XDR *, int16_t *);
lib/libalias/alias_cuseeme.c
45
int16_t family;
lib/libc/xdr/xdr.c
342
xdr_int16_t(XDR *xdrs, int16_t *int16_p)
lib/libc/xdr/xdr.c
356
*int16_p = (int16_t) l;
lib/libefivar/efi-osdep.h
45
typedef int16_t INT16;
lib/libevtr/ktrfmt.yy.c
65
typedef int16_t flex_int16_t;
lib/libsdp/util.c
309
int16_t int16;
lib/libu4bhid/parse.c
295
dval = (int16_t)dval;
sbin/dhclient/convert.c
112
int16_t tmp = htons(val);
sbin/dhclient/convert.c
76
int16_t
sbin/dhclient/convert.c
79
int16_t ibuf;
sbin/dhclient/dhcpd.h
265
int16_t getShort(unsigned char *);
sbin/jscan/dump_debug.c
161
dump_debug_payload(int16_t rectype, struct jstream *js, off_t off,
sbin/jscan/dump_debug.c
42
static int dump_debug_payload(int16_t rectype, struct jstream *js, off_t off,
sbin/jscan/dump_debug.c
61
int16_t sid;
sbin/jscan/dump_mirror.c
283
dump_mirror_payload(int16_t rectype, struct jstream *js, off_t off,
sbin/jscan/dump_mirror.c
46
static int dump_mirror_payload(int16_t rectype, struct jstream *js, off_t off,
sbin/jscan/dump_mirror.c
72
int16_t sid;
sbin/jscan/jscan.h
125
int16_t jh_transid;
sbin/jscan/jscan.h
159
const char *type_to_name(int16_t rectype);
sbin/jscan/subs.c
50
type_to_name(int16_t rectype)
sbin/newfs/mkfs.c
535
postblsize = sblock.fs_nrpos * sblock.fs_cpc * sizeof(int16_t);
sbin/nvmectl/nvmectl.c
279
(int16_t)errs->subq_id,
sbin/nvmectl/nvmectl.c
280
(int16_t)errs->cmd_id,
sbin/nvmectl/nvmectl.c
290
(int16_t)errs->subq_id,
sbin/nvmectl/nvmectl.c
291
(int16_t)errs->cmd_id,
sbin/sysctl/sysctl.c
161
int16_t i16val;
sbin/sysctl/sysctl.c
265
i16val = (int16_t)strtol(newval, NULL, 0);
stand/boot/common/dinode.h
108
int16_t di_nlink; /* 2: File link count. */
stand/boot/common/dinode.h
149
int16_t di_nlink; /* 2: File link count. */
stand/boot/common/fs.h
450
int16_t cg_old_ncyl; /* number of cyl's this cg */
stand/boot/common/fs.h
451
int16_t cg_old_niblk; /* number of inode blocks this cg */
stand/lib/ext2fs.c
180
int16_t fd_maxmount; /* max # of mounts */
stand/lib/rpc.c
297
int16_t uh_ulen; /* udp length */
sys/bus/pccard/pccard_cis.c
227
int16_t offset;
sys/bus/pccard/pccardvar.h
180
int16_t prodext;
sys/bus/u4b/audio/uaudio.c
5273
val = (int16_t)val;
sys/bus/u4b/gadget/g_audio.c
402
g_audio_make_samples(struct g_audio_softc *sc, int16_t *ptr, int samples)
sys/bus/u4b/gadget/g_audio.c
430
int16_t *ptr;
sys/bus/u4b/gadget/g_audio.c
493
int16_t *ptr;
sys/bus/u4b/gadget/g_audio.c
86
int16_t sc_data_buf[2][G_AUDIO_BUFSIZE / 2];
sys/bus/u4b/input/wsp.c
194
int16_t wUnknown[6];
sys/bus/u4b/input/wsp.c
201
int16_t origin; /* zero when switching track finger */
sys/bus/u4b/input/wsp.c
202
int16_t abs_x; /* absolute x coodinate */
sys/bus/u4b/input/wsp.c
203
int16_t abs_y; /* absolute y coodinate */
sys/bus/u4b/input/wsp.c
204
int16_t rel_x; /* relative x coodinate */
sys/bus/u4b/input/wsp.c
205
int16_t rel_y; /* relative y coodinate */
sys/bus/u4b/input/wsp.c
206
int16_t tool_major; /* tool area, major axis */
sys/bus/u4b/input/wsp.c
207
int16_t tool_minor; /* tool area, minor axis */
sys/bus/u4b/input/wsp.c
208
int16_t orientation; /* 16384 when point, else 15 bit angle */
sys/bus/u4b/input/wsp.c
209
int16_t touch_major; /* touch area, major axis */
sys/bus/u4b/input/wsp.c
210
int16_t touch_minor; /* touch area, minor axis */
sys/bus/u4b/input/wsp.c
211
int16_t unused[2]; /* zeros */
sys/bus/u4b/input/wsp.c
212
int16_t pressure; /* pressure on forcetouch touchpad */
sys/bus/u4b/input/wsp.c
213
int16_t multi; /* one finger: varies, more fingers:
sys/bus/u4b/input/wsp.c
551
int16_t pos_x[MAX_FINGERS]; /* position array */
sys/bus/u4b/input/wsp.c
552
int16_t pos_y[MAX_FINGERS]; /* position array */
sys/bus/u4b/input/wsp.c
558
int16_t pre_pos_x; /* previous position array */
sys/bus/u4b/input/wsp.c
559
int16_t pre_pos_y; /* previous position array */
sys/bus/u4b/usb_dev.c
1861
struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
sys/bus/u4b/usb_hid.c
321
dval = (int16_t)dval;
sys/bus/u4b/usb_hub.c
1845
usb_hs_bandwidth_adjust(struct usb_device *udev, int16_t len,
sys/bus/u4b/usbdi.h
594
struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
sys/dev/acpica/acpi_battery.c
232
(int16_t)bst[i].rate < 0)
sys/dev/acpica/acpi_battery.c
233
bst[i].rate = abs((int16_t)bst[i].rate);
sys/dev/acpica/acpi_smbat.c
350
int16_t val;
sys/dev/apple/smc/smc.h
221
int apple_smc_sms_read(device_t, const char *, int16_t *);
sys/dev/apple/smc/smc.h
58
int16_t sms_rest_x;
sys/dev/apple/smc/smc.h
59
int16_t sms_rest_y;
sys/dev/apple/smc/smc.h
60
int16_t sms_rest_z;
sys/dev/apple/smc/smc_io.c
344
int16_t sv;
sys/dev/apple/smc/smc_io.c
354
sv = (int16_t)be16dec(buf);
sys/dev/apple/smc/smc_io.c
544
apple_smc_sms_read(device_t dev, const char *key, int16_t *val)
sys/dev/apple/smc/smc_io.c
559
*val = ((int16_t)buf[0] << 8) | buf[1];
sys/dev/apple/smc/smc_sysctl.c
272
int16_t val;
sys/dev/disk/isp/isp_pci.c
350
int16_t pci_poff[_NREG_BLKS];
sys/dev/disk/nata/ata-all.c
624
int16_t *ptr;
sys/dev/disk/nata/ata-all.c
626
for (ptr = (int16_t *)atacap;
sys/dev/disk/nata/ata-all.c
627
ptr < (int16_t *)atacap + sizeof(struct ata_params)/2; ptr++) {
sys/dev/disk/nata/ata-lowlevel.c
347
ATA_IDX_OUTSW_STRM(ch, ATA_DATA, (int16_t *)request->u.atapi.ccb,
sys/dev/disk/nata/ata-lowlevel.c
706
ATA_IDX_OUTSW_STRM(ch, ATA_DATA, (int16_t *)request->u.atapi.ccb,
sys/dev/disk/nata/ata-lowlevel.c
813
size / sizeof(int16_t));
sys/dev/disk/nata/ata-lowlevel.c
823
resid += sizeof(int16_t))
sys/dev/disk/nata/ata-lowlevel.c
838
size / sizeof(int16_t));
sys/dev/disk/nata/ata-lowlevel.c
848
resid += sizeof(int16_t))
sys/dev/disk/nata/atapi-cd.c
1359
int16_t length;
sys/dev/disk/nata/atapi-cd.c
1456
int16_t length;
sys/dev/disk/nata/atapi-tape.c
303
switch ((int16_t) (mt->mt_op)) {
sys/dev/disk/sym/sym_hipd.c
102
typedef int16_t s16;
sys/dev/drm/amd/amdgpu/sislands_smc.h
253
int16_t temp_min;
sys/dev/drm/amd/amdgpu/sislands_smc.h
254
int16_t temp_med;
sys/dev/drm/amd/amdgpu/sislands_smc.h
255
int16_t temp_max;
sys/dev/drm/amd/amdgpu/sislands_smc.h
256
int16_t slope1;
sys/dev/drm/amd/amdgpu/sislands_smc.h
257
int16_t slope2;
sys/dev/drm/amd/amdgpu/sislands_smc.h
258
int16_t fdo_min;
sys/dev/drm/amd/amdgpu/sislands_smc.h
259
int16_t hys_up;
sys/dev/drm/amd/amdgpu/sislands_smc.h
260
int16_t hys_down;
sys/dev/drm/amd/amdgpu/sislands_smc.h
261
int16_t hys_slope;
sys/dev/drm/amd/amdgpu/sislands_smc.h
262
int16_t temp_resp_lim;
sys/dev/drm/amd/amdgpu/sislands_smc.h
263
int16_t temp_curr;
sys/dev/drm/amd/amdgpu/sislands_smc.h
264
int16_t slope_curr;
sys/dev/drm/amd/amdgpu/sislands_smc.h
265
int16_t pwm_curr;
sys/dev/drm/amd/amdgpu/sislands_smc.h
267
int16_t fdo_max;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1294
od_table.OverDrivePct = (int16_t)value;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
481
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
482
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
483
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
504
int16_t DcBtcMin[AVFS_VOLTAGE_COUNT];
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
633
int16_t OverDrivePct;
sys/dev/drm/amd/powerplay/inc/smu71.h
330
int16_t GpuLimit;
sys/dev/drm/amd/powerplay/inc/smu71.h
331
int16_t GpuHyst;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
380
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
381
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
382
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
383
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
384
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
385
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
386
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
387
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
388
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
389
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
390
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
391
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
392
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
394
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
538
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
539
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
540
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu72.h
338
int16_t Driver_OD_RequestedVidOffset1;
sys/dev/drm/amd/powerplay/inc/smu72.h
339
int16_t Driver_OD_RequestedVidOffset2;
sys/dev/drm/amd/powerplay/inc/smu72.h
416
int16_t GpuLimit;
sys/dev/drm/amd/powerplay/inc/smu72.h
417
int16_t GpuHyst;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
383
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
384
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
385
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
386
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
387
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
388
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
389
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
390
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
391
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
392
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
393
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
394
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
395
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
397
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
605
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
606
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
607
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu73.h
359
int16_t Driver_OD_RequestedVidOffset1;
sys/dev/drm/amd/powerplay/inc/smu73.h
360
int16_t Driver_OD_RequestedVidOffset2;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
374
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
375
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
376
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
377
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
378
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
379
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
380
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
381
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
382
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
383
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
384
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
385
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
386
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
388
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
584
int16_t m2;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
622
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
623
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
624
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu74.h
385
int16_t Driver_OD_RequestedVidOffset1;
sys/dev/drm/amd/powerplay/inc/smu74.h
386
int16_t Driver_OD_RequestedVidOffset2;
sys/dev/drm/amd/powerplay/inc/smu74.h
461
int16_t GpuLimit;
sys/dev/drm/amd/powerplay/inc/smu74.h
462
int16_t GpuHyst;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
230
int16_t m2;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
377
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
378
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
379
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
380
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
381
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
382
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
383
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
384
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
385
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
386
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
387
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
388
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
389
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
391
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
591
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
592
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
593
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu75.h
320
int16_t Driver_OD_RequestedVidOffset1;
sys/dev/drm/amd/powerplay/inc/smu75.h
321
int16_t Driver_OD_RequestedVidOffset2;
sys/dev/drm/amd/powerplay/inc/smu75.h
682
int16_t Temperature [TEMP_RANGE_MAXSTEPS];
sys/dev/drm/amd/powerplay/inc/smu75.h
708
int16_t m2;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
383
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
384
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
385
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
386
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
387
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
388
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
389
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
390
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
391
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
392
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
393
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
394
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
395
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
397
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
617
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
618
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
619
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
438
int16_t TempMin;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
439
int16_t TempMed;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
440
int16_t TempMax;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
441
int16_t Slope1;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
442
int16_t Slope2;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
443
int16_t FdoMin;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
444
int16_t HystUp;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
445
int16_t HystDown;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
446
int16_t HystSlope;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
447
int16_t TempRespLim;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
448
int16_t TempCurr;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
449
int16_t SlopeCurr;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
450
int16_t PwmCurr;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
452
int16_t FdoMax;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
491
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
492
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
493
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
262
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
263
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/smu9_driver_if.h
264
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
372
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
373
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
374
int16_t FuzzyFan_PwmSetDelta;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
535
int16_t OverDrivePct;
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
116
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
144
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
37
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
64
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
41
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
79
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
164
uint8_t *table, int16_t table_id)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
204
uint8_t *table, int16_t table_id)
sys/dev/drm/include/asm/int-ll64.h
35
typedef int16_t s16;
sys/dev/drm/include/linux/atomic.h
176
while (!atomic_fcmpset_16((volatile int16_t *)(ptr), \
sys/dev/drm/include/linux/atomic.h
177
(int16_t *)&__ret, (u64)(new)) && __ret == (old)) \
sys/dev/drm/include/uapi/asm-generic/int-ll64.h
37
typedef int16_t __s16;
sys/dev/drm/include/uapi/drm/drm.h
51
typedef int16_t __s16;
sys/dev/drm/radeon/sislands_smc.h
253
int16_t temp_min;
sys/dev/drm/radeon/sislands_smc.h
254
int16_t temp_med;
sys/dev/drm/radeon/sislands_smc.h
255
int16_t temp_max;
sys/dev/drm/radeon/sislands_smc.h
256
int16_t slope1;
sys/dev/drm/radeon/sislands_smc.h
257
int16_t slope2;
sys/dev/drm/radeon/sislands_smc.h
258
int16_t fdo_min;
sys/dev/drm/radeon/sislands_smc.h
259
int16_t hys_up;
sys/dev/drm/radeon/sislands_smc.h
260
int16_t hys_down;
sys/dev/drm/radeon/sislands_smc.h
261
int16_t hys_slope;
sys/dev/drm/radeon/sislands_smc.h
262
int16_t temp_resp_lim;
sys/dev/drm/radeon/sislands_smc.h
263
int16_t temp_curr;
sys/dev/drm/radeon/sislands_smc.h
264
int16_t slope_curr;
sys/dev/drm/radeon/sislands_smc.h
265
int16_t pwm_curr;
sys/dev/drm/radeon/sislands_smc.h
267
int16_t fdo_max;
sys/dev/drm/radeon/smu7_discrete.h
437
int16_t TempMin;
sys/dev/drm/radeon/smu7_discrete.h
438
int16_t TempMed;
sys/dev/drm/radeon/smu7_discrete.h
439
int16_t TempMax;
sys/dev/drm/radeon/smu7_discrete.h
440
int16_t Slope1;
sys/dev/drm/radeon/smu7_discrete.h
441
int16_t Slope2;
sys/dev/drm/radeon/smu7_discrete.h
442
int16_t FdoMin;
sys/dev/drm/radeon/smu7_discrete.h
443
int16_t HystUp;
sys/dev/drm/radeon/smu7_discrete.h
444
int16_t HystDown;
sys/dev/drm/radeon/smu7_discrete.h
445
int16_t HystSlope;
sys/dev/drm/radeon/smu7_discrete.h
446
int16_t TempRespLim;
sys/dev/drm/radeon/smu7_discrete.h
447
int16_t TempCurr;
sys/dev/drm/radeon/smu7_discrete.h
448
int16_t SlopeCurr;
sys/dev/drm/radeon/smu7_discrete.h
449
int16_t PwmCurr;
sys/dev/drm/radeon/smu7_discrete.h
451
int16_t FdoMax;
sys/dev/drm/radeon/smu7_discrete.h
490
int16_t FuzzyFan_ErrorSetDelta;
sys/dev/drm/radeon/smu7_discrete.h
491
int16_t FuzzyFan_ErrorRateSetDelta;
sys/dev/drm/radeon/smu7_discrete.h
492
int16_t FuzzyFan_PwmSetDelta;
sys/dev/misc/evdev/evdev_mt.c
499
evdev_mt_get_value(struct evdev_dev *evdev, int32_t slot, int16_t code)
sys/dev/misc/evdev/evdev_mt.c
509
evdev_mt_set_value(struct evdev_dev *evdev, int32_t slot, int16_t code,
sys/dev/misc/evdev/evdev_private.h
228
int32_t evdev_mt_get_value(struct evdev_dev *, int, int16_t);
sys/dev/misc/evdev/evdev_private.h
229
void evdev_mt_set_value(struct evdev_dev *, int, int16_t, int32_t);
sys/dev/misc/evdev/input.h
183
int16_t level;
sys/dev/misc/evdev/input.h
188
int16_t start_level;
sys/dev/misc/evdev/input.h
189
int16_t end_level;
sys/dev/misc/evdev/input.h
199
int16_t right_coeff;
sys/dev/misc/evdev/input.h
200
int16_t left_coeff;
sys/dev/misc/evdev/input.h
203
int16_t center; /* center of dead zone */
sys/dev/misc/evdev/input.h
223
int16_t magnitude; /* peak */
sys/dev/misc/evdev/input.h
224
int16_t offset; /* mean, roughly */
sys/dev/misc/evdev/input.h
228
int16_t *custom_data; /* FF_CUSTOM waveform only */
sys/dev/misc/evdev/input.h
254
int16_t id;
sys/dev/netif/ath/ath/if_ath_rx.c
1034
int16_t nf;
sys/dev/netif/ath/ath/if_ath_rx.c
501
const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
sys/dev/netif/ath/ath/if_ath_rx.c
566
const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
525
int16_t nf;
sys/dev/netif/ath/ath_hal/ah.c
1039
static const int16_t NOISE_FLOOR[] = { -96, -93, -98, -96, -93 };
sys/dev/netif/ath/ath_hal/ah.c
1049
int16_t
sys/dev/netif/ath/ath_hal/ah.c
1081
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/netif/ath/ath_hal/ah.c
1082
int16_t *nf_ext)
sys/dev/netif/ath/ath_hal/ah.c
1154
int16_t correct2, correct5;
sys/dev/netif/ath/ath_hal/ah.c
1155
int16_t lowest2, lowest5;
sys/dev/netif/ath/ath_hal/ah.c
1166
int16_t nf;
sys/dev/netif/ath/ath_hal/ah.c
1347
int16_t
sys/dev/netif/ath/ath_hal/ah.c
1349
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ah.c
1351
int16_t rv;
sys/dev/netif/ath/ath_hal/ah.c
1356
rv = (int16_t)( ((target - srcLeft) * targetRight +
sys/dev/netif/ath/ath_hal/ah.h
1553
int16_t __ahdecl(*ah_getChanNoise)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah.h
1733
const struct ieee80211_channel *chan, int16_t *nf_ctl,
sys/dev/netif/ath/ath_hal/ah.h
1734
int16_t *nf_ext);
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
41
*(int16_t *)val = pModal->noiseFloorThreshCh[0];
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
40
*(int16_t *)val = pModal[0].noiseFloorThreshCh[0];
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
43
*(int16_t *)val = pModal[1].noiseFloorThreshCh[0];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
184
int16_t maxPower_t4;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
341
eePower.pDataPerChannel[i].pwr1_xg0 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
343
eePower.pDataPerChannel[i].pwr2_xg0 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
347
eePower.pDataPerChannel[i].pwr3_xg0 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
349
eePower.pDataPerChannel[i].pwr4_xg0 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
361
eePower.pDataPerChannel[i].pwr1_xg3 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
363
eePower.pDataPerChannel[i].pwr2_xg3 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
367
eePower.pDataPerChannel[i].pwr3_xg3 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
375
eePower.pDataPerChannel[i].maxPower_t4 = (int16_t)
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
719
pRawXPD->pwr_t4[kk] = (int16_t)(pRawXPD->pwr_t4[kk-1] + 2*pCalCh->pwr_delta_t2[kk-1][jj]);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
172
int16_t PwrValues[64];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
182
int16_t PwrValues[NUM_PCDAC_VALUES];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
237
int16_t pwr_t4[NUM_POINTS_XPD0]; /* or gainF */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
242
int16_t maxPower_t4;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
256
int16_t pwr1_xg0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
258
int16_t pwr2_xg0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
260
int16_t pwr3_xg0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
262
int16_t pwr4_xg0;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
263
int16_t maxPower_t4;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
264
int16_t pwr1_xg3; /* pcdac = 20 */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
265
int16_t pwr2_xg3; /* pcdac = 35 */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
266
int16_t pwr3_xg3; /* pcdac = 63 */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
298
int16_t pwr_t4[NUM_POINTS_LAST_PDGAIN]; /* or gainF */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
303
int16_t maxPower_t4;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
320
int16_t pwr_I[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
323
int16_t pwr_delta_t2[NUM_POINTS_LAST_PDGAIN]
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
325
int16_t maxPower_t4;
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
377
int16_t ee_noiseFloorThresh[3];
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
42
*(int16_t *)val = pModal->noiseFloorThreshCh[0];
sys/dev/netif/ath/ath_hal/ah_internal.h
154
int16_t priv_nf[HAL_NUM_NF_READINGS];
sys/dev/netif/ath/ath_hal/ah_internal.h
159
int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_FULL][HAL_NUM_NF_READINGS];
sys/dev/netif/ath/ath_hal/ah_internal.h
164
int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_SMALL][HAL_NUM_NF_READINGS];
sys/dev/netif/ath/ath_hal/ah_internal.h
189
int16_t rawNoiseFloor;
sys/dev/netif/ath/ath_hal/ah_internal.h
190
int16_t noiseFloorAdjust;
sys/dev/netif/ath/ath_hal/ah_internal.h
192
int16_t noiseFloorCtl[AH_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_internal.h
193
int16_t noiseFloorExt[AH_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_internal.h
363
int16_t (*ah_getNfAdjust)(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ah_internal.h
366
int16_t nfarray[]);
sys/dev/netif/ath/ath_hal/ah_internal.h
396
int16_t ah_powerLimit; /* tx power cap */
sys/dev/netif/ath/ath_hal/ah_internal.h
899
int16_t ath_hal_getChanNoise(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ah_internal.h
981
extern int16_t ath_ee_interpolate(uint16_t target, uint16_t srcLeft,
sys/dev/netif/ath/ath_hal/ah_internal.h
982
uint16_t srcRight, int16_t targetLeft, int16_t targetRight);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
142
extern int16_t ar5210GetNoiseFloor(struct ath_hal *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
143
extern int16_t ar5210GetNfAdjust(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
937
int16_t
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
940
int16_t nf;
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
997
int16_t
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
165
extern int16_t ar5211GetNfAdjust(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
72
int16_t paramVal[4];
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1000
int16_t
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1005
int16_t adjust;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
110
static int16_t ar5211RunNoiseFloor(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
111
uint8_t runTime, int16_t startingNF);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1382
int16_t *pScaledUpDbm;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1383
int16_t minScaledPwr;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1384
int16_t maxScaledPwr;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1385
int16_t pwr;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1512
int16_t scaledPower = 0; /* for gcc -O2 */
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1769
int16_t lRatio;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
788
int16_t chan5111, chanIEEE;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
822
static int16_t
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
825
int16_t nf;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
839
int16_t
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
840
ar5211RunNoiseFloor(struct ath_hal *ah, uint8_t runTime, int16_t startingNF)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
893
int16_t *nft)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
924
int16_t nf, nfThresh;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
966
int16_t nf, nfThresh;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
252
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
255
int16_t target = v;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
256
const int16_t *ep = lp+listSize;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
257
const int16_t *tp;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
278
*vlo = *vhi = tp - (const int16_t *) lp;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
286
*vlo = tp - (const int16_t *) lp;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
297
ar2316FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
298
const int16_t *pwrList, const int16_t *VpdList,
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
302
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
337
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
339
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
341
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
360
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
375
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
377
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
381
int16_t tmpVal ;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
398
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
404
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
419
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
455
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
464
while (ss < (int16_t)maxIndex)
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
475
while(ss < (int16_t)tgtIndex) {
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
503
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
511
int16_t minCalPower2316_t2;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
582
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2316_t2);
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
607
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
625
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
645
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
229
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
232
int16_t target = v;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
233
const int16_t *ep = lp+listSize;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
234
const int16_t *tp;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
255
*vlo = *vhi = tp - (const int16_t *) lp;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
263
*vlo = tp - (const int16_t *) lp;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
274
ar2317FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
275
const int16_t *pwrList, const int16_t *VpdList,
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
279
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
314
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
316
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
318
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
337
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
353
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
355
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
359
int16_t tmpVal ;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
376
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
382
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
397
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
433
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
442
while (ss < (int16_t)maxIndex)
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
453
while(ss < (int16_t)tgtIndex) {
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
481
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
489
int16_t minCalPower2317_t2;
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
560
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2317_t2);
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
585
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
603
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
625
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
246
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
249
int16_t target = v;
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
294
ar2413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
295
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
299
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
334
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
336
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
338
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
357
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
372
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
374
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
378
int16_t tmpVal ;
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
395
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
401
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
416
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
452
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
461
while (ss < (int16_t)maxIndex)
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
472
while(ss < (int16_t)tgtIndex) {
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
500
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
509
int16_t minCalPower2413_t2;
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
580
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2);
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
605
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
623
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
643
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
247
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
250
int16_t target = v;
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
295
ar2425FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
296
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
301
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
336
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
338
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
340
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
359
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
377
static int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
379
static int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
383
int16_t tmpVal ;
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
402
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
408
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
423
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
453
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
462
while (ss < (int16_t)maxIndex)
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
473
while(ss < (int16_t)tgtIndex) {
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
500
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
509
int16_t minCalPower2413_t2;
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
542
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2);
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
567
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
585
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
606
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
356
int16_t lRatio;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
391
int16_t *pMinPower, int16_t *pMaxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
402
int16_t *pScaledUpDbm;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
403
int16_t minScaledPwr;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
404
int16_t maxScaledPwr;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
405
int16_t pwr;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
630
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
640
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
645
int16_t adjust;
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
82
int16_t chan5111, chanIEEE;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
345
int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
354
int16_t powerMid, *pPowerMid = &powerMid;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
360
int16_t minPwr_t4, maxPwr_t4, Pmin, Pmid;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
365
int16_t pwr_table0[64];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
366
int16_t pwr_table1[64];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
368
int16_t powers[10];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
370
int16_t powTableLXPD[2][64];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
371
int16_t powTableHXPD[2][64];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
372
int16_t tmpPowerTable[64];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
405
maxPwr_t4 = (int16_t)(2*(*pPowerMax)); /* pwr_t2 -> pwr_t4 */
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
406
minPwr_t4 = (int16_t)(2*(*pPowerMin)); /* pwr_t2 -> pwr_t4 */
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
437
numPcd * sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
443
64*sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
451
numPcd*sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
457
64 * sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
465
numPcd * sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
471
64 * sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
488
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
489
*pPowerMid = (int16_t) (pwr_table0[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
490
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
506
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
507
*pPowerMid = (int16_t) (Pmid / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
508
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
51
int16_t *power, int16_t maxPower, int16_t *retVals);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
517
*pPowerMin = (int16_t) (Pmin / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
518
*pPowerMid = (int16_t) (pwr_table1[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
519
*pPowerMax = (int16_t) (pwr_table1[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
52
static int16_t getPminAndPcdacTableFromPowerTable(int16_t *pwrTableT4,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
525
*pPowerMin = (int16_t) (Pmin/2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
526
*pPowerMid = (int16_t) (pwr_table0[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
527
*pPowerMax = (int16_t) (pwr_table0[63] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
54
static int16_t getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
544
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
546
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
548
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
55
int16_t *pwrTableHXpdT4, uint16_t retVals[], int16_t *pMid);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
56
static int16_t interpolate_signed(uint16_t target,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
58
int16_t targetLeft, int16_t targetRight);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
607
getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *retVals)
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
641
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
642
getPminAndPcdacTableFromPowerTable(int16_t *pwrTableT4, uint16_t retVals[])
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
644
int16_t ii, jj, jjMax;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
645
int16_t pMin, currPower, pMax;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
688
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
689
getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
690
int16_t *pwrTableHXpdT4, uint16_t retVals[], int16_t *pMid)
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
692
int16_t ii, jj, jjMax;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
693
int16_t pMin, pMax, currPower;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
694
int16_t *pwrTableT4;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
739
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
743
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
768
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
108
int16_t paramVal[NUM_CORNER_FIX_BITS_5112];
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
143
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
147
int16_t *maxPow, int16_t *minPow);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
148
int16_t (*getNfAdjust)(struct ath_hal *, const HAL_CHANNEL_INTERNAL*);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
235
int16_t nfCalBuffer[AR512_NF_CAL_HIST_MAX];
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
236
int16_t privNF;
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
299
int16_t ah_txPowerIndexOffset;
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
515
extern int16_t ar5212GetNfAdjust(struct ath_hal *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
571
extern int16_t ar5212GetNoiseFloor(struct ath_hal *ah);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
573
extern int16_t ar5212GetNfHistMid(const int16_t calData[AR512_NF_CAL_HIST_MAX]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
766
int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
771
int16_t adjust;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1300
int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1303
int16_t nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1311
int16_t *nft)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
132
int16_t cckOfdmPwrDelta = 0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1358
updateNFHistBuff(struct ar5212NfCalHist *h, int16_t nf)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1368
int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1369
ar5212GetNfHistMid(const int16_t calData[AR512_NF_CAL_HIST_MAX])
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1371
int16_t sort[AR512_NF_CAL_HIST_MAX];
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1374
OS_MEMCPY(sort, calData, AR512_NF_CAL_HIST_MAX*sizeof(int16_t));
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1378
int16_t nf = sort[j];
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1390
int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1396
int16_t nf, nfThresh;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1756
int16_t numBinOffsets;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2016
int16_t minPower, maxPower, tpcInDb, powerLimit;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2135
int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2136
int16_t *pMinPower, int16_t *pMaxPower)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2150
int16_t scaledPower, maxAvailPower = 0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2151
int16_t r13, r9, r7, r0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2358
int16_t tpcInDb, powerLimit;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2360
int16_t minPower, maxPower;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2422
int16_t ratesIndex[N(ahp->ah_ratesArray)];
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2425
int16_t gainDeltaAdjust;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2535
int16_t lRatio;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
41
int16_t ar5212GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
49
const struct ieee80211_channel *, int16_t tpcScaleReduction,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
50
int16_t powerLimit,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
51
HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
289
GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize,
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
292
int16_t target = v;
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
337
ar5413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax,
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
338
const int16_t *pwrList, const uint16_t *VpdList,
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
343
int16_t currPwr = (int16_t)(2*Pmin);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
378
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
380
int16_t targetLeft, int16_t targetRight)
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
382
int16_t rv;
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
401
int16_t *pMinCalPower, uint16_t pPdGainBoundaries[],
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
416
int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
418
int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
422
int16_t tmpVal ;
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
439
Pmin_t2[numPdGainsUsed] = (int16_t)
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
445
Pmax_t2[numPdGainsUsed] = (int16_t)(Pmax_t2[numPdGainsUsed] / 2);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
460
(int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
496
tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
505
while (ss < (int16_t)maxIndex)
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
516
while(ss < (int16_t)tgtIndex) {
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
544
int16_t *minPower, int16_t *maxPower,
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
553
int16_t minCalPower5413_t2;
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
624
ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower5413_t2);
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
649
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
667
static int16_t
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
687
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
103
int16_t cckOfdmPwrDelta = 0;
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
37
extern int16_t ar5212GetNf(struct ath_hal *, const struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
328
ar2133SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
335
static int16_t
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
339
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
365
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
436
ar2133GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
439
int16_t nf;
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
504
static int16_t
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
104
int16_t *pTxPowerIndexOffset);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
140
int16_t ah_ratesArray[Ar5416RateSize];
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
327
int16_t *ratesArray,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
357
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
371
int16_t *pTxPowerIndexOffset);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
373
const struct ieee80211_channel *chan, const int16_t ratesArray[]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
66
int16_t max;
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
67
int16_t min;
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
68
int16_t nominal;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
38
static int16_t ar5416GetNf(struct ath_hal *, struct ieee80211_channel *);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
41
static void ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
556
const struct ieee80211_channel *chan, int16_t *nft)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
594
int16_t default_nf = ar5416GetDefaultNF(ah, chan);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
623
int16_t nf_val;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
706
int16_t *nfarray)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
744
ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
780
static int16_t
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
783
int16_t nf, nfThresh;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c
794
int16_t nfarray[NUM_NOISEFLOOR_READINGS] = { 0 };
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1056
int16_t txPowerIndexOffset = 0;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1063
int16_t maxPower;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1125
(int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1748
int16_t *ratesArray,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1805
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1819
int16_t twiceLargestAntenna;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1824
int16_t scaledPower, minCtlPower;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1861
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2339
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2347
int16_t tMinCalPower;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2418
uint16_t tPdGainOverlap, int16_t *pMinCalPower, uint16_t * pPdGainBoundaries,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2423
int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2438
int16_t vpdStep;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2439
int16_t tmpVal;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2442
int16_t minDelta = 0;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2494
*pMinCalPower = (int16_t)(minPwrT4[0] / 2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2523
ss = (int16_t)(0 - (minPwrT4[i] / 2));
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2528
ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2530
vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2531
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2536
tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2549
vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2550
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2557
tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
58
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
918
int16_t minPower, maxPower;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
956
const struct ieee80211_channel *chan, const int16_t ratesArray[])
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
245
ar9280SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
252
static int16_t
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
256
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
282
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
353
ar9280GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
355
int16_t nf;
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
395
int16_t
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
43
int16_t ar9280GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
173
static int16_t
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
176
int16_t *diff)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
213
int16_t diff, uint8_t *pdadcValues)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
283
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
291
int16_t tMinCalPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h
43
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h
48
int16_t *pTxPowerIndexOffset);
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
42
ar9285GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/netif/ath/ath_hal/ar9002/ar9285.c
44
int16_t nf;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
141
AH5416(ah)->ah_ratesArray[i] = (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
398
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
411
int16_t twiceLargestAntenna;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
416
int16_t scaledPower, minCtlPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
431
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
56
const struct ieee80211_channel *chan, int16_t *ratesArray,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
565
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
573
int16_t tMinCalPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
63
int16_t *pTxPowerIndexOffset);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
641
uint16_t tPdGainOverlap, int16_t *pMinCalPower, uint16_t * pPdGainBoundaries,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
646
int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
661
int16_t vpdStep;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
662
int16_t tmpVal;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
665
int16_t minDelta = 0;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
67
uint16_t tPdGainOverlap, int16_t *pMinCalPower,
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
719
*pMinCalPower = (int16_t)(minPwrT4[0] / 2);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
748
ss = (int16_t)(0 - (minPwrT4[i] / 2));
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
753
ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
755
vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
756
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
761
tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
774
vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
775
vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
782
tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
80
int16_t txPowerIndexOffset = 0;
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
87
int16_t maxPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
187
ar9287SetPowerTable(struct ath_hal *ah, int16_t *pPowerMin, int16_t *pPowerMax,
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
194
static int16_t
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
198
int16_t minGain,minPwr,minPcdac,retVal;
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
224
int16_t *maxPow, int16_t *minPow)
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
295
ar9287GetNoiseFloor(struct ath_hal *ah, int16_t nfarray[])
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
297
int16_t nf;
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
337
int16_t
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
42
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
43
int16_t ar9287GetNfAdjust(struct ath_hal *ah, const HAL_CHANNEL_INTERNAL *c);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
130
int16_t *ratesArray, uint16_t cfgCtl,
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
144
int16_t twiceLargestAntenna;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
152
int16_t scaledPower, minCtlPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
170
twiceLargestAntenna = (int16_t)AH_MIN((AntennaReduction) - twiceLargestAntenna, 0);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
336
int16_t txPowerIndexOffset = 0;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
343
int16_t maxPower;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
399
(int16_t)(txPowerIndexOffset +
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
46
const struct ieee80211_channel *chan, int16_t *pTxPowerIndexOffset)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
137
static int16_t bwn_nrssi_read(struct bwn_mac *, uint16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
141
static void bwn_set_all_gains(struct bwn_mac *, int16_t, int16_t,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
142
int16_t);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
182
int16_t pab0, pab1, pab2;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
187
pab0 = (int16_t)siba_sprom_get_pa0b0(sc->sc_dev);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
188
pab1 = (int16_t)siba_sprom_get_pa0b1(sc->sc_dev);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
189
pab2 = (int16_t)siba_sprom_get_pa0b2(sc->sc_dev);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2140
bwn_lo_measure_gain_values(struct bwn_mac *mac, int16_t max_rx_gain,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2683
static int16_t
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2688
return ((int16_t)BWN_PHY_READ(mac, BWN_PHY_NRSSI_DATA));
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2698
int16_t tmp16;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2762
int16_t nrssi0, nrssi1;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2820
nrssi0 = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2853
nrssi1 = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2939
int16_t nrssi;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2969
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2976
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) &
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3011
nrssi = (int16_t) ((BWN_PHY_READ(mac, 0x047f) >> 8) & 0x003f);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3018
nrssi = (int16_t)((BWN_PHY_READ(mac,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3068
bwn_set_all_gains(struct bwn_mac *mac, int16_t first, int16_t second,
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
3069
int16_t third)
sys/dev/netif/bwn/bwn/if_bwnvar.h
336
int16_t pg_max_lb_gain;
sys/dev/netif/bwn/bwn/if_bwnvar.h
337
int16_t pg_trsw_rx_gain;
sys/dev/netif/bwn/bwn/if_bwnvar.h
338
int16_t pg_lna_lod_gain;
sys/dev/netif/bwn/bwn/if_bwnvar.h
339
int16_t pg_lna_gain;
sys/dev/netif/bwn/bwn/if_bwnvar.h
340
int16_t pg_pga_gain;
sys/dev/netif/bwn/bwn/if_bwnvar.h
345
int16_t pg_nrssi[2];
sys/dev/netif/emx/if_emx.c
413
emx_try_txgc(struct emx_txdata *tdata, int16_t dec)
sys/dev/netif/emx/if_emx.h
262
int16_t tx_running;
sys/dev/netif/fxp/if_fxp.c
134
int16_t revid; /* -1 matches anything */
sys/dev/netif/ig_hal/e1000_osdep.h
76
typedef int16_t s16;
sys/dev/netif/igb/if_igb.c
315
igb_try_txgc(struct igb_tx_ring *txr, int16_t dec)
sys/dev/netif/igb/if_igb.h
238
int16_t tx_running;
sys/dev/netif/iwm/if_iwm_binding.c
142
int16_t colors[IWM_MAX_MACS_IN_BINDING];
sys/dev/netif/iwn/if_iwn.c
2319
sc->eeprom_voltage = (int16_t)le16toh(val);
sys/dev/netif/iwn/if_iwnreg.h
1190
int16_t offset;
sys/dev/netif/iwn/if_iwnreg.h
1201
int16_t offset_high;
sys/dev/netif/iwn/if_iwnreg.h
1202
int16_t offset_low;
sys/dev/netif/iwn/if_iwnreg.h
1203
int16_t burnt_voltage_ref;
sys/dev/netif/iwn/if_iwnreg.h
1204
int16_t reserved;
sys/dev/netif/iwn/if_iwnvar.h
367
int16_t eeprom_temp;
sys/dev/netif/iwn/if_iwnvar.h
368
int16_t eeprom_temp_high;
sys/dev/netif/iwn/if_iwnvar.h
369
int16_t eeprom_voltage;
sys/dev/netif/ix/if_ix.h
241
int16_t tx_intr_vec;
sys/dev/netif/ix/if_ix.h
274
int16_t rx_intr_vec;
sys/dev/netif/ix/if_ix.h
376
int16_t sts_msix_vec; /* status MSI-X vector */
sys/dev/netif/ix/ixgbe_osdep.h
123
typedef int16_t s16;
sys/dev/netif/lnc/am7990reg.h
107
int16_t tmd2;
sys/dev/netif/lnc/am7990reg.h
122
int16_t pad0[4]; /* Pad to 16 shorts. */
sys/dev/netif/lnc/am7990reg.h
91
int16_t rmd2;
sys/dev/netif/mxge/if_mxge_var.h
65
int16_t cl_size;
sys/dev/netif/mxge/if_mxge_var.h
66
int16_t mask; /* number of rx slots -1 */
sys/dev/netif/oce/oce_if.h
977
int16_t qid, int npopped, uint32_t rearm, uint32_t clearint);
sys/dev/netif/oce/oce_if.h
979
void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm);
sys/dev/netif/oce/oce_queue.c
1007
int16_t qid, int npopped, uint32_t rearm, uint32_t clearint)
sys/dev/netif/oce/oce_queue.c
1030
void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm)
sys/dev/netif/wpi/if_wpi.c
1592
group->temp = (int16_t)le16toh(rgroup.temp);
sys/dev/netif/wpi/if_wpireg.h
879
int16_t temp;
sys/dev/netif/wpi/if_wpivar.h
112
int16_t temp;
sys/dev/netif/wpi/if_wpivar.h
78
int16_t queued;
sys/dev/raid/arcmsr/arcmsr.c
2537
if(memcpy(puserbuffer, hello_string, (int16_t)strlen(hello_string))) {
sys/dev/raid/arcmsr/arcmsr.c
2782
, (int16_t)strlen(hello_string));
sys/dev/raid/dpt/dpt.h
341
#define DPT_HCP_LENGTH(page) (ntohs(*(int16_t *)(void *)(&page[2]))+4)
sys/dev/raid/dpt/dpt.h
344
#define DPT_HCP_CODE(param) (ntohs(*(int16_t *)(void *)param))
sys/dev/raid/mfi/mfireg.h
1372
int16_t current;
sys/dev/raid/tws/tws.h
174
volatile int16_t head;
sys/dev/raid/tws/tws.h
175
volatile int16_t tail;
sys/dev/sound/pci/maestro.c
1073
interleave(int16_t *l, int16_t *r, int16_t *p, unsigned n)
sys/dev/sound/pci/maestro.c
1075
int16_t *end;
sys/dev/sound/pci/maestro.c
1087
int16_t *src2;
sys/dev/sound/pci/maestro.c
1115
mixdown(int16_t *src, int16_t *dest, unsigned n)
sys/dev/sound/pci/maestro.c
1117
int16_t *end;
sys/dev/sound/pci/maestro.c
1120
*dest = (int16_t)(((int)*dest - (int)*src++) / 2);
sys/dev/sound/pci/maestro.c
142
int16_t *src; /* stereo peer buffer */
sys/dev/sound/pci/maestro.c
143
int16_t *sink; /* channel buffer pointer */
sys/dev/sound/pci/maestro.c
1514
ch->src = (int16_t *)(p + ess->bufsz);
sys/dev/sound/pci/maestro.c
1516
ch->sink = (int16_t *)p;
sys/dev/sound/pci/maestro.c
476
u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv)
sys/dev/sound/pcm/pcm.h
110
#define _PCM_READ_S16_LE(b8) INTPCM_T(*((int16_t *)(b8)))
sys/dev/sound/pcm/pcm.h
119
*((int16_t *)(b8)) = (val); \
sys/dev/sound/pcm/pcm.h
140
INTPCM_T((int16_t)(*((uint16_t *)(b8)) ^ 0x8000))
sys/dev/sound/pcm/pcm.h
184
#define _PCM_READ_S16_BE(b8) INTPCM_T(*((int16_t *)(b8)))
sys/dev/sound/pcm/pcm.h
202
*((int16_t *)(b8)) = (val); \
sys/dev/sound/pcm/pcm.h
214
INTPCM_T((int16_t)(*((uint16_t *)(b8)) ^ 0x8000))
sys/kern/kern_memio.c
626
intr = *(int16_t *)data;
sys/kern/kern_memio.c
634
intr = *(int16_t *)data;
sys/kern/kern_memio.c
645
intr = *(int16_t *)data;
sys/kern/kern_sysctl.c
953
error = SYSCTL_OUT(req, arg1, sizeof(int16_t));
sys/kern/kern_sysctl.c
958
error = SYSCTL_IN(req, arg1, sizeof(int16_t));
sys/kern/vfs_jops.c
525
struct jrecord *jreccache, int16_t rectype)
sys/kern/vfs_jops.c
531
int16_t streamid;
sys/kern/vfs_journal.c
1216
jrecord_write_path(struct jrecord *jrec, int16_t rectype, struct namecache *ncp)
sys/kern/vfs_journal.c
1397
jrecord_write_pagelist(struct jrecord *jrec, int16_t rectype,
sys/kern/vfs_journal.c
1450
jrecord_write_uio(struct jrecord *jrec, int16_t rectype, struct uio *uio)
sys/kern/vfs_journal.c
499
int16_t streamid, int bytes)
sys/kern/vfs_journal.c
615
int16_t streamid;
sys/kern/vfs_journal.c
795
jrecord_init(struct journal *jo, struct jrecord *jrec, int16_t streamid)
sys/kern/vfs_journal.c
815
jrecord_push(struct jrecord *jrec, int16_t rectype)
sys/kern/vfs_journal.c
949
jrecord_leaf(struct jrecord *jrec, int16_t rectype, void *ptr, int bytes)
sys/kern/vfs_journal.c
956
jrecord_leaf_uio(struct jrecord *jrec, int16_t rectype,
sys/kern/vfs_journal.c
977
jrecord_leaf_xio(struct jrecord *jrec, int16_t rectype, xio_t xio)
sys/kern/vfs_journal.c
98
int16_t streamid, int bytes);
sys/kern/vfs_journal.c
996
jrecord_write(struct jrecord *jrec, int16_t rectype, int bytes)
sys/libprop/prop_array.h
107
int16_t *);
sys/libprop/prop_array.h
111
int16_t);
sys/libprop/prop_array.h
136
bool prop_array_add_int16(prop_array_t, int16_t);
sys/libprop/prop_dictionary.h
135
int16_t *);
sys/libprop/prop_dictionary.h
139
int16_t);
sys/net/bpf_filter.c
232
if (k > buflen || sizeof(int16_t) > buflen - k) {
sys/net/bpf_filter.c
302
sizeof(int16_t) > buflen - k) {
sys/netbt/hci_socket.c
103
int16_t length; /* -1 if privileged */
sys/netgraph/l2tp/ng_l2tp.c
103
#define L2TP_SEQ_DIFF(x, y) ((int)((int16_t)(x) - (int16_t)(y)))
sys/netgraph/netgraph/ng_parse.c
429
int16_t val16;
sys/netgraph/netgraph/ng_parse.c
433
if (val < (int16_t)0x8000
sys/netgraph/netgraph/ng_parse.c
437
val16 = (int16_t)val;
sys/netgraph/netgraph/ng_parse.c
438
bcopy(&val16, buf, sizeof(int16_t));
sys/netgraph/netgraph/ng_parse.c
439
*buflen = sizeof(int16_t);
sys/netgraph/netgraph/ng_parse.c
449
int16_t val;
sys/netgraph/netgraph/ng_parse.c
451
bcopy(data + *off, &val, sizeof(int16_t));
sys/netgraph/netgraph/ng_parse.c
469
*off += sizeof(int16_t);
sys/netgraph/netgraph/ng_parse.c
477
int16_t val;
sys/netgraph/netgraph/ng_parse.c
479
if (*buflen < sizeof(int16_t))
sys/netgraph/netgraph/ng_parse.c
482
bcopy(&val, buf, sizeof(int16_t));
sys/netgraph/netgraph/ng_parse.c
483
*buflen = sizeof(int16_t);
sys/netgraph/netgraph/ng_parse.c
59
int16_t y;
sys/netgraph/one2many/ng_one2many.c
92
#define LINK_NUM(hook) (*(int16_t *)(&(hook)->private))
sys/netgraph/ppp/ng_ppp.c
176
#define HOOK_INDEX(hook) (*((int16_t *) &(hook)->private))
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
295
int16_t rx_cred; /* RX credits */
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
296
int16_t tx_cred; /* TX credits */
sys/netgraph7/bluetooth/include/ng_l2cap.h
631
int16_t pending; /* num. pending packets */
sys/netgraph7/l2tp/ng_l2tp.c
101
#define L2TP_SEQ_DIFF(x, y) ((int)((int16_t)(x) - (int16_t)(y)))
sys/netgraph7/netgraph/ng_parse.c
436
int16_t val16;
sys/netgraph7/netgraph/ng_parse.c
440
if (val < (int16_t)0x8000
sys/netgraph7/netgraph/ng_parse.c
444
val16 = (int16_t)val;
sys/netgraph7/netgraph/ng_parse.c
445
bcopy(&val16, buf, sizeof(int16_t));
sys/netgraph7/netgraph/ng_parse.c
446
*buflen = sizeof(int16_t);
sys/netgraph7/netgraph/ng_parse.c
457
int16_t val;
sys/netgraph7/netgraph/ng_parse.c
459
bcopy(data + *off, &val, sizeof(int16_t));
sys/netgraph7/netgraph/ng_parse.c
481
*off += sizeof(int16_t);
sys/netgraph7/netgraph/ng_parse.c
489
int16_t val;
sys/netgraph7/netgraph/ng_parse.c
491
if (*buflen < sizeof(int16_t))
sys/netgraph7/netgraph/ng_parse.c
494
bcopy(&val, buf, sizeof(int16_t));
sys/netgraph7/netgraph/ng_parse.c
495
*buflen = sizeof(int16_t);
sys/netgraph7/netgraph/ng_parse.c
72
int16_t y;
sys/netproto/802_11/ieee80211_dragonfly.h
530
int16_t c_nf_ctl[IEEE80211_MAX_CHAINS]; /* per-chain NF */
sys/netproto/802_11/ieee80211_dragonfly.h
531
int16_t c_nf_ext[IEEE80211_MAX_CHAINS]; /* per-chain NF */
sys/netproto/802_11/ieee80211_dragonfly.h
532
int16_t c_rssi_ctl[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
sys/netproto/802_11/ieee80211_dragonfly.h
533
int16_t c_rssi_ext[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
sys/netproto/802_11/ieee80211_ioctl.h
589
int16_t i_val; /* Index or simple value */
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2031
ireq->i_val == (int16_t) IEEE80211_CHAN_ANY) {
sys/netproto/smb/smb_conn.h
118
int16_t sv_tz; /* offset in min relative to UTC */
sys/sys/atomic_common.h
102
#define atomic_load_16(p) __atomic_load_generic(p, int16_t, uint16_t, 16)
sys/sys/atomic_common.h
116
__atomic_store_generic(p, v, int16_t, uint16_t, 16)
sys/sys/efi.h
100
int16_t tm_tz; /* -1440 to 1440 or 2047 */
sys/sys/journal.h
244
int16_t reserved; /* future use */
sys/sys/mount.h
260
int16_t mnt_streamid; /* last streamid */
sys/sys/mountctl.h
194
int16_t streamid;
sys/sys/mountctl.h
211
int16_t streamid;
sys/sys/mountctl.h
233
struct jrecord *jrec, int16_t streamid);
sys/sys/mountctl.h
235
struct jrecord *jrec, int16_t rectype);
sys/sys/mountctl.h
238
int16_t rectype, void *ptr, int bytes);
sys/sys/mountctl.h
240
int16_t rectype, struct uio *uio);
sys/sys/mountctl.h
242
int16_t rectype, struct xio *xio);
sys/sys/mountctl.h
244
int16_t rectype, int bytes);
sys/sys/mountctl.h
251
int16_t rectype, struct namecache *ncp);
sys/sys/mountctl.h
258
void jrecord_write_pagelist(struct jrecord *jrec, int16_t rectype,
sys/sys/mountctl.h
261
void jrecord_write_uio(struct jrecord *jrec, int16_t rectype, struct uio *uio);
sys/sys/vnode.h
168
int16_t v_act; /* use heuristic */
sys/sys/vnode.h
169
int16_t v_state; /* active/free/cached */
sys/vfs/hammer/hammer_ioctl.h
203
int16_t allpfs; /* Reblock all PFS if set */
sys/vfs/hammer/hammer_ioctl.h
204
int16_t vol_no; /* Volume to reblock if set */
sys/vfs/udf/udf_vnops.c
248
int16_t s_tz_offset;
sys/vfs/ufs/dinode.h
71
int16_t di_nlink; /* 2: File link count. */
sys/vfs/ufs/dir.h
132
int16_t dot_reclen;
sys/vfs/ufs/dir.h
137
int16_t dotdot_reclen;
sys/vfs/ufs/dir.h
148
int16_t dot_reclen;
sys/vfs/ufs/dir.h
152
int16_t dotdot_reclen;
sys/vfs/ufs/fs.h
266
int16_t fs_opostbl[16][8]; /* old rotation block list head */
sys/vfs/ufs/fs.h
320
: ((int16_t *)((uint8_t *)(fs) + \
sys/vfs/ufs/fs.h
336
/* blks size */ (fs)->fs_cpg * (fs)->fs_nrpos * sizeof(int16_t) + \
sys/vfs/ufs/fs.h
357
int16_t cg_ncyl; /* number of cyl's this cg */
sys/vfs/ufs/fs.h
358
int16_t cg_niblk; /* number of inode blocks this cg */
sys/vfs/ufs/fs.h
388
: ((int16_t *)((uint8_t *)(cgp) + \
sys/vfs/ufs/fs.h
414
int16_t cg_ncyl; /* number of cyl's this cg */
sys/vfs/ufs/fs.h
415
int16_t cg_niblk; /* number of inode blocks this cg */
sys/vfs/ufs/fs.h
423
int16_t cg_b[32][8]; /* positions of free blocks */
tools/tools/ath/athprom/athprom.c
421
static int16_t
tools/tools/ath/athprom/athprom.c
436
printQuarterDbmPower(FILE *fd, int16_t power25dBm)
tools/tools/ath/athprom/athprom.c
442
printHalfDbmPower(FILE *fd, int16_t power5dBm)
tools/tools/ath/athprom/athprom.c
733
int16_t maxPower_t4;
tools/tools/ath/athrd/athrd.c
1015
int16_t atxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1017
int16_t btxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1019
int16_t gtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1021
int16_t ttxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1023
int16_t tgtxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1025
int16_t ntxpow[IEEE80211_CHAN_MAX];
tools/tools/ath/athrd/athrd.c
1030
int16_t tpcReduction, powerLimit;
tools/tools/ath/athrd/athrd.c
1380
int16_t lRatio;
tools/tools/ath/athrd/athrd.c
1472
int16_t tpcScaleReduction, int16_t powerLimit,
tools/tools/ath/athrd/athrd.c
1473
int16_t *pMinPower, int16_t *pMaxPower)
tools/tools/ath/athrd/athrd.c
1481
int16_t scaledPower;
tools/tools/ath/athrd/athrd.c
788
int16_t tpcScaleReduction, int16_t powerLimit,
tools/tools/ath/athrd/athrd.c
789
int16_t *pMinPower, int16_t *pMaxPower);
tools/tools/ath/athrd/athrd.c
794
int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow)
tools/tools/ath/athrd/athrd.c
796
int16_t minpow;
tools/tools/ath/athrd/athrd.c
886
const struct ieee80211_channel *chans, int16_t *txpow)
tools/tools/ath/athrd/athrd.c
940
intersect(struct ieee80211_channel *dst, int16_t *dtxpow, int *nd,
tools/tools/ath/athrd/athrd.c
941
const struct ieee80211_channel *src, int16_t *stxpow, int ns)
usr.bin/hexdump/display.c
57
int16_t s2;
usr.bin/m4/manual_tokenizer.c
45
typedef int16_t flex_int16_t;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
251
int16_t checksum;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
269
checksum += (int16_t)csptr[i];
usr.sbin/makefs/cd9660/cd9660_eltorito.c
270
checksum += 256 * (int16_t)csptr[i + 1];