Symbol: MD
arch/powerpc/xmon/ppc-opc.c
2477
#define MD_MASK MD (0x3f, 0x7, 1)
arch/powerpc/xmon/ppc-opc.c
4631
{"rotldi", MD(30,0,0), MDMB_MASK, PPC64, PPCVLE, {RA, RS, SH6}},
arch/powerpc/xmon/ppc-opc.c
4632
{"clrldi", MD(30,0,0), MDSH_MASK, PPC64, PPCVLE, {RA, RS, MB6}},
arch/powerpc/xmon/ppc-opc.c
4633
{"rldicl", MD(30,0,0), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/powerpc/xmon/ppc-opc.c
4634
{"rotldi.", MD(30,0,1), MDMB_MASK, PPC64, PPCVLE, {RA, RS, SH6}},
arch/powerpc/xmon/ppc-opc.c
4635
{"clrldi.", MD(30,0,1), MDSH_MASK, PPC64, PPCVLE, {RA, RS, MB6}},
arch/powerpc/xmon/ppc-opc.c
4636
{"rldicl.", MD(30,0,1), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/powerpc/xmon/ppc-opc.c
4638
{"rldicr", MD(30,1,0), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, ME6}},
arch/powerpc/xmon/ppc-opc.c
4639
{"rldicr.", MD(30,1,1), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, ME6}},
arch/powerpc/xmon/ppc-opc.c
4641
{"rldic", MD(30,2,0), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/powerpc/xmon/ppc-opc.c
4642
{"rldic.", MD(30,2,1), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/powerpc/xmon/ppc-opc.c
4644
{"rldimi", MD(30,3,0), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/powerpc/xmon/ppc-opc.c
4645
{"rldimi.", MD(30,3,1), MD_MASK, PPC64, PPCVLE, {RA, RS, SH6, MB6}},
arch/x86/kvm/emulate.c
4256
N, MD(ModRM, &mode_dual_63),
drivers/iio/pressure/bmp280-core.c
2803
calib->MD = be16_to_cpu(data->bmp180_cal_buf[MD]);
drivers/iio/pressure/bmp280-core.c
2821
x2 = (calib->MC << 11) / (x1 + calib->MD);
drivers/iio/pressure/bmp280.h
371
s16 MD;
drivers/mfd/ssbi.c
42
#define SET_SSBI_MODE2_REG_ADDR_15_8(MD, AD) \
drivers/mfd/ssbi.c
43
(((MD) & 0x0F) | ((((AD) >> 8) << SSBI_MODE2_REG_ADDR_15_8_SHFT) & \
drivers/pinctrl/pinctrl-ocelot.c
491
SERVAL_P(9, SI, MD, NONE);
drivers/pinctrl/pinctrl-ocelot.c
492
SERVAL_P(10, SI, MD, NONE);
drivers/pinctrl/pinctrl-ocelot.c
493
SERVAL_P(11, SFP, MD, TWI_SCL_M);
drivers/pinctrl/pinctrl-ocelot.c
494
SERVAL_P(12, SFP, MD, TWI_SCL_M);
drivers/scsi/aic94xx/aic94xx_dump.c
100
{"LmMnHDRCMPS", 0xC0, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
101
{"LmMnXMTSTAT", 0xC4, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
103
{"LmMnRRDYRC", 0xC6, 8, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
104
{"LmMnRRDYTC", 0xC6, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
106
{"LmMnDATABUFADR",0xC8, 16, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
108
{"LmMnACTSTAT", 0xCE, 16, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
109
{"LmMnREQSCB", 0xD2, 16, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
34
{"LmMnSCBPTR", 0x20, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) },
drivers/scsi/aic94xx/aic94xx_dump.c
35
{"LmMnDDBPTR", 0x22, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) },
drivers/scsi/aic94xx/aic94xx_dump.c
43
{"LmMnDMAERRS", 0x46, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
44
{"LmMnSGDMAERRS", 0x47, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
45
{"LmMnEXPHDRP", 0x48, 8, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
46
{"LmMnSASAALIGN", 0x48, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
47
{"LmMnMSKHDRP", 0x49, 8, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
48
{"LmMnSTPALIGN", 0x49, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
49
{"LmMnRCVHDRP", 0x4A, 8, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
50
{"LmMnXMTHDRP", 0x4A, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
51
{"LmALIGNMODE", 0x4B, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
52
{"LmMnEXPRCVCNT", 0x4C, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
53
{"LmMnXMTCNT", 0x4C, 32, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
54
{"LmMnCURRTAG", 0x54, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
55
{"LmMnPREVTAG", 0x56, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
56
{"LmMnACKOFS", 0x58, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
57
{"LmMnXFRLVL", 0x59, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
58
{"LmMnSGDMACTL", 0x5A, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
59
{"LmMnSGDMASTAT", 0x5B, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
60
{"LmMnDDMACTL", 0x5C, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
61
{"LmMnDDMASTAT", 0x5D, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
62
{"LmMnDDMAMODE", 0x5E, 16, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
63
{"LmMnPIPECTL", 0x61, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
64
{"LmMnACTSCB", 0x62, 16, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
65
{"LmMnSGBHADR", 0x64, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
66
{"LmMnSGBADR", 0x65, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
67
{"LmMnSGDCNT", 0x66, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
68
{"LmMnSGDMADR", 0x68, 32, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
69
{"LmMnSGDMADR", 0x6C, 32, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
70
{"LmMnXFRCNT", 0x70, 32, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
71
{"LmMnXMTCRC", 0x74, 32, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
72
{"LmCURRTAG", 0x74, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
73
{"LmPREVTAG", 0x76, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
74
{"LmMnDPSEL", 0x7B, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
76
{"LmMnHOLDLVL", 0x7D, 8, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
77
{"LmMnSATAFS", 0x7E, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
78
{"LmMnCMPLTSTAT", 0x7F, 8, MD(0)|MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
82
{"LmMnCURRSCB", 0x8A, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
84
{"LmMnRCVCNT", 0x90, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
85
{"LmMnBUFSTAT", 0x92, 16, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
86
{"LmMnXMTHDRSIZE",0x92, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
87
{"LmMnXMTSIZE", 0x93, 8, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
88
{"LmMnTGTXFRCNT", 0x94, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
89
{"LmMnEXPROFS", 0x98, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
90
{"LmMnXMTROFS", 0x98, 32, MD(1) },
drivers/scsi/aic94xx/aic94xx_dump.c
91
{"LmMnRCVROFS", 0x9C, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
96
{"LmMnFRMERR", 0xB0, 32, MD(0) },
drivers/scsi/aic94xx/aic94xx_dump.c
97
{"LmMnFRMERREN", 0xB4, 32, MD(0) },