Symbol: LSB
drivers/gpio/gpio-stmpe.c
188
[REG_RE][LSB] = STMPE_IDX_GPRER_LSB,
drivers/gpio/gpio-stmpe.c
191
[REG_FE][LSB] = STMPE_IDX_GPFER_LSB,
drivers/gpio/gpio-stmpe.c
194
[REG_IE][LSB] = STMPE_IDX_IEGPIOR_LSB,
drivers/gpu/drm/amd/amdgpu/umc_v6_1.c
337
lsb = REG_GET_FIELD(err_addr, MCA_UMC_UMC0_MCUMC_ADDRT0, LSB);
drivers/gpu/drm/amd/amdgpu/umc_v8_7.c
356
lsb = REG_GET_FIELD(err_addr, MCA_UMC_UMC0_MCUMC_ADDRT0, LSB);
drivers/media/dvb-frontends/stb0899_algo.c
219
STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
drivers/media/dvb-frontends/stb0899_algo.c
299
STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
drivers/media/dvb-frontends/stb0899_algo.c
405
STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
drivers/media/dvb-frontends/stv0367.c
124
u8 buf[3] = { MSB(reg), LSB(reg), data };
drivers/media/dvb-frontends/stv0367.c
166
b0[1] = LSB(reg);
drivers/media/dvb-frontends/stv0367.c
493
LSB(CellsCoeffs[k][i-1][j-1]));
drivers/media/dvb-frontends/stv0900_core.c
1005
stv0900_write_bits(intp, CFR_UP0, LSB(freq_s16));
drivers/media/dvb-frontends/stv0900_core.c
1008
stv0900_write_bits(intp, CFR_LOW0, LSB(freq_s16));
drivers/media/dvb-frontends/stv0900_core.c
130
data[1] = LSB(reg_addr);
drivers/media/dvb-frontends/stv0900_core.c
141
u8 b0[] = { MSB(reg), LSB(reg) };
drivers/media/dvb-frontends/stv0900_sw.c
610
stv0900_write_bits(intp, CFR_INIT0, LSB(freq));
drivers/media/dvb-frontends/stv090x.c
1473
if (STV090x_WRITE_DEMOD(state, CFRUP0, LSB(freq)) < 0)
drivers/media/dvb-frontends/stv090x.c
1480
if (STV090x_WRITE_DEMOD(state, CFRLOW0, LSB(freq)) < 0)
drivers/media/dvb-frontends/stv6110x.c
149
STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider));
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2327
link_status = LSB(data[3]) & 1;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2330
duplex = LSB(MSW(data[3]));
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2588
if (LSB(val)) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
3675
val = LSB(MSW(data));
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h
362
#define QLC_83XX_SFP_CU_LENGTH(data) (LSB((data) >> 16))
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
800
if (LSB(val)) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
622
poll_mask = LSB(MSW(l2->ctrl_val));
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
97
*rate = LSB(beacon);
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1634
#define EEPROM_MAC_ADDRESS (GET_EEPROM_ADDR(0x21,LSB)) /* 6 byte */
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1636
#define EEPROM_NIC_TYPE (GET_EEPROM_ADDR(0x25,LSB)) /* 1 byte */
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1638
#define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1639
#define EEPROM_IBSS_CHANNELS_BG (GET_EEPROM_ADDR(0x28,LSB)) /* 2 bytes */
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1641
#define EEPROM_BSS_CHANNELS_BG (GET_EEPROM_ADDR(0x2c,LSB)) /* 2 bytes */
drivers/net/wireless/intel/ipw2x00/ipw2200.h
1642
#define EEPROM_HW_VERSION (GET_EEPROM_ADDR(0x72,LSB)) /* 2 bytes */
drivers/scsi/qla2xxx/qla_init.c
4742
if (LSB(rid))
drivers/scsi/qla2xxx/qla_mbx.c
1774
*al_pa = LSB(mcp->mb[2]);
drivers/scsi/qla2xxx/qla_mbx.c
1776
*domain = LSB(mcp->mb[3]);
drivers/scsi/qla2xxx/qla_mbx.c
1801
vha->port_name[1] = LSB(mcp->mb[16]);
drivers/scsi/qla2xxx/qla_mbx.c
1803
vha->port_name[3] = LSB(mcp->mb[17]);
drivers/scsi/qla2xxx/qla_mbx.c
1805
vha->port_name[5] = LSB(mcp->mb[18]);
drivers/scsi/qla2xxx/qla_mbx.c
1807
vha->port_name[7] = LSB(mcp->mb[19]);
drivers/scsi/qla2xxx/qla_mbx.c
2353
name[1] = LSB(mcp->mb[2]);
drivers/scsi/qla2xxx/qla_mbx.c
2355
name[3] = LSB(mcp->mb[3]);
drivers/scsi/qla2xxx/qla_mbx.c
2357
name[5] = LSB(mcp->mb[6]);
drivers/scsi/qla2xxx/qla_mbx.c
2359
name[7] = LSB(mcp->mb[7]);
drivers/scsi/qla2xxx/qla_mid.c
759
if (LSB(req->rid))
drivers/scsi/qla2xxx/qla_mid.c
877
if (LSB(rsp->rid))
drivers/scsi/qla2xxx/qla_sup.c
526
*man_id = LSB(ids);
drivers/scsi/qla2xxx/qla_sup.c
540
*man_id = LSB(ids);
drivers/usb/storage/shuttle_usbat.c
144
#define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) )
tools/testing/selftests/bpf/progs/test_sk_lookup.c
400
if (LSB(ctx->family, 0) != (v4 ? AF_INET : AF_INET6) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
401
LSB(ctx->family, 1) != 0 || LSB(ctx->family, 2) != 0 || LSB(ctx->family, 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
407
if (LSB(ctx->protocol, 0) != IPPROTO_TCP ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
408
LSB(ctx->protocol, 1) != 0 || LSB(ctx->protocol, 2) != 0 || LSB(ctx->protocol, 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
414
if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
415
LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff))
tools/testing/selftests/bpf/progs/test_sk_lookup.c
432
if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
433
LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
434
LSB(ctx->local_port, 2) != 0 || LSB(ctx->local_port, 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
442
if (LSB(ctx->remote_ip4, 0) != ((SRC_IP4 >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
443
LSB(ctx->remote_ip4, 1) != ((SRC_IP4 >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
444
LSB(ctx->remote_ip4, 2) != ((SRC_IP4 >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
445
LSB(ctx->remote_ip4, 3) != ((SRC_IP4 >> 24) & 0xff))
tools/testing/selftests/bpf/progs/test_sk_lookup.c
452
if (LSB(ctx->local_ip4, 0) != ((DST_IP4 >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
453
LSB(ctx->local_ip4, 1) != ((DST_IP4 >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
454
LSB(ctx->local_ip4, 2) != ((DST_IP4 >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
455
LSB(ctx->local_ip4, 3) != ((DST_IP4 >> 24) & 0xff))
tools/testing/selftests/bpf/progs/test_sk_lookup.c
462
if (LSB(ctx->remote_ip4, 0) != 0 || LSB(ctx->remote_ip4, 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
463
LSB(ctx->remote_ip4, 2) != 0 || LSB(ctx->remote_ip4, 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
468
if (LSB(ctx->local_ip4, 0) != 0 || LSB(ctx->local_ip4, 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
469
LSB(ctx->local_ip4, 2) != 0 || LSB(ctx->local_ip4, 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
478
if (LSB(ctx->remote_ip6[0], 0) != ((SRC_IP6[0] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
479
LSB(ctx->remote_ip6[0], 1) != ((SRC_IP6[0] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
480
LSB(ctx->remote_ip6[0], 2) != ((SRC_IP6[0] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
481
LSB(ctx->remote_ip6[0], 3) != ((SRC_IP6[0] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
482
LSB(ctx->remote_ip6[1], 0) != ((SRC_IP6[1] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
483
LSB(ctx->remote_ip6[1], 1) != ((SRC_IP6[1] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
484
LSB(ctx->remote_ip6[1], 2) != ((SRC_IP6[1] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
485
LSB(ctx->remote_ip6[1], 3) != ((SRC_IP6[1] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
486
LSB(ctx->remote_ip6[2], 0) != ((SRC_IP6[2] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
487
LSB(ctx->remote_ip6[2], 1) != ((SRC_IP6[2] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
488
LSB(ctx->remote_ip6[2], 2) != ((SRC_IP6[2] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
489
LSB(ctx->remote_ip6[2], 3) != ((SRC_IP6[2] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
490
LSB(ctx->remote_ip6[3], 0) != ((SRC_IP6[3] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
491
LSB(ctx->remote_ip6[3], 1) != ((SRC_IP6[3] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
492
LSB(ctx->remote_ip6[3], 2) != ((SRC_IP6[3] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
493
LSB(ctx->remote_ip6[3], 3) != ((SRC_IP6[3] >> 24) & 0xff))
tools/testing/selftests/bpf/progs/test_sk_lookup.c
505
if (LSB(ctx->local_ip6[0], 0) != ((DST_IP6[0] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
506
LSB(ctx->local_ip6[0], 1) != ((DST_IP6[0] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
507
LSB(ctx->local_ip6[0], 2) != ((DST_IP6[0] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
508
LSB(ctx->local_ip6[0], 3) != ((DST_IP6[0] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
509
LSB(ctx->local_ip6[1], 0) != ((DST_IP6[1] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
510
LSB(ctx->local_ip6[1], 1) != ((DST_IP6[1] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
511
LSB(ctx->local_ip6[1], 2) != ((DST_IP6[1] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
512
LSB(ctx->local_ip6[1], 3) != ((DST_IP6[1] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
513
LSB(ctx->local_ip6[2], 0) != ((DST_IP6[2] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
514
LSB(ctx->local_ip6[2], 1) != ((DST_IP6[2] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
515
LSB(ctx->local_ip6[2], 2) != ((DST_IP6[2] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
516
LSB(ctx->local_ip6[2], 3) != ((DST_IP6[2] >> 24) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
517
LSB(ctx->local_ip6[3], 0) != ((DST_IP6[3] >> 0) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
518
LSB(ctx->local_ip6[3], 1) != ((DST_IP6[3] >> 8) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
519
LSB(ctx->local_ip6[3], 2) != ((DST_IP6[3] >> 16) & 0xff) ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
520
LSB(ctx->local_ip6[3], 3) != ((DST_IP6[3] >> 24) & 0xff))
tools/testing/selftests/bpf/progs/test_sk_lookup.c
533
if (LSB(ctx->remote_ip6[0], 0) != 0 || LSB(ctx->remote_ip6[0], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
534
LSB(ctx->remote_ip6[0], 2) != 0 || LSB(ctx->remote_ip6[0], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
535
LSB(ctx->remote_ip6[1], 0) != 0 || LSB(ctx->remote_ip6[1], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
536
LSB(ctx->remote_ip6[1], 2) != 0 || LSB(ctx->remote_ip6[1], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
537
LSB(ctx->remote_ip6[2], 0) != 0 || LSB(ctx->remote_ip6[2], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
538
LSB(ctx->remote_ip6[2], 2) != 0 || LSB(ctx->remote_ip6[2], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
539
LSB(ctx->remote_ip6[3], 0) != 0 || LSB(ctx->remote_ip6[3], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
540
LSB(ctx->remote_ip6[3], 2) != 0 || LSB(ctx->remote_ip6[3], 3) != 0)
tools/testing/selftests/bpf/progs/test_sk_lookup.c
548
if (LSB(ctx->local_ip6[0], 0) != 0 || LSB(ctx->local_ip6[0], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
549
LSB(ctx->local_ip6[0], 2) != 0 || LSB(ctx->local_ip6[0], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
550
LSB(ctx->local_ip6[1], 0) != 0 || LSB(ctx->local_ip6[1], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
551
LSB(ctx->local_ip6[1], 2) != 0 || LSB(ctx->local_ip6[1], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
552
LSB(ctx->local_ip6[2], 0) != 0 || LSB(ctx->local_ip6[2], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
553
LSB(ctx->local_ip6[2], 2) != 0 || LSB(ctx->local_ip6[2], 3) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
554
LSB(ctx->local_ip6[3], 0) != 0 || LSB(ctx->local_ip6[3], 1) != 0 ||
tools/testing/selftests/bpf/progs/test_sk_lookup.c
555
LSB(ctx->local_ip6[3], 2) != 0 || LSB(ctx->local_ip6[3], 3) != 0)