/drivers/staging/skein/ |
D | skein_block.c | 114 X##p0 += X##p1; X##p1 = rotl_64(X##p1, ROT##_0); X##p1 ^= X##p0; \ in skein_256_process_block() 115 X##p2 += X##p3; X##p3 = rotl_64(X##p3, ROT##_1); X##p3 ^= X##p2; \ in skein_256_process_block() 331 X##p0 += X##p1; X##p1 = rotl_64(X##p1, ROT##_0); X##p1 ^= X##p0; \ in skein_512_process_block() 332 X##p2 += X##p3; X##p3 = rotl_64(X##p3, ROT##_1); X##p3 ^= X##p2; \ in skein_512_process_block() 333 X##p4 += X##p5; X##p5 = rotl_64(X##p5, ROT##_2); X##p5 ^= X##p4; \ in skein_512_process_block() 334 X##p6 += X##p7; X##p7 = rotl_64(X##p7, ROT##_3); X##p7 ^= X##p6; \ in skein_512_process_block() 586 X##p0 += X##p1; X##p1 = rotl_64(X##p1, ROT##_0); X##p1 ^= X##p0; \ in skein_1024_process_block() 587 X##p2 += X##p3; X##p3 = rotl_64(X##p3, ROT##_1); X##p3 ^= X##p2; \ in skein_1024_process_block() 588 X##p4 += X##p5; X##p5 = rotl_64(X##p5, ROT##_2); X##p5 ^= X##p4; \ in skein_1024_process_block() 589 X##p6 += X##p7; X##p7 = rotl_64(X##p7, ROT##_3); X##p7 ^= X##p6; \ in skein_1024_process_block() [all …]
|
/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 42 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) argument 43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) argument 44 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) argument 45 #define INRANGE(X, Y, Z) \ argument 46 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0) 50 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument 53 #define LSB(X) (((X) & 0xff)) argument
|
D | stv0900_priv.h | 31 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) argument 32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument 33 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0) 36 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument 39 #define LSB(X) (((X) & 0xFF)) argument
|
/drivers/net/ethernet/freescale/ |
D | fec.h | 283 #define FEC_R_DES_START(X) ((X == 1) ? FEC_R_DES_START_1 : \ argument 284 ((X == 2) ? \ 286 #define FEC_X_DES_START(X) ((X == 1) ? FEC_X_DES_START_1 : \ argument 287 ((X == 2) ? \ 289 #define FEC_R_DES_ACTIVE(X) ((X == 1) ? FEC_R_DES_ACTIVE_1 : \ argument 290 ((X == 2) ? \ 292 #define FEC_X_DES_ACTIVE(X) ((X == 1) ? FEC_X_DES_ACTIVE_1 : \ argument 293 ((X == 2) ? \ 296 #define FEC_DMA_CFG(X) ((X == 2) ? FEC_DMA_CFG_2 : FEC_DMA_CFG_1) argument 299 #define FEC_RCMR(X) ((X == 2) ? FEC_RCMR_2 : FEC_RCMR_1) argument [all …]
|
/drivers/staging/iio/Documentation/dac/ |
D | max517 | 21 One output channel X 22 Two output channels X X 23 Simultaneous output updates X X 24 Supply voltage as reference X 25 Separate reference input X 26 Reference input for each DAC X
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 30 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument 31 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument 32 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument 33 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument 34 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument 35 #define QLC_DCB_GET_PROTO_ID_APP(X) ((X >> 8) & 0xffff) argument 36 #define QLC_DCB_GET_SELECTOR_APP(X) (X & 0xff) argument 42 #define QLC_83XX_DCB_GET_NUMAPP(X) ((X >> 2) & 0xf) argument 43 #define QLC_83XX_DCB_TSA_VALID(X) (X & 0x1) argument 44 #define QLC_83XX_DCB_PFC_VALID(X) ((X >> 1) & 0x1) argument [all …]
|
/drivers/staging/rtl8723au/hal/ |
D | HalDMOutSrc8723A_CE.c | 33 int ele_A, ele_D, TempCCk, X, value32; in odm_TXPowerTrackingCallback_ThermalMeter_92C() local 235 X = pdmpriv->RegE94; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 238 if (X != 0) { in odm_TXPowerTrackingCallback_ThermalMeter_92C() 239 if ((X & 0x00000200) != 0) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 240 X = X | 0xFFFFFC00; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 241 ele_A = ((X * ele_D)>>8)&0x000003FF; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 255 value32 = ((X * ele_D)>>7)&0x01; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 297 X = pdmpriv->RegEB4; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 300 if (X != 0) { in odm_TXPowerTrackingCallback_ThermalMeter_92C() 301 if ((X & 0x00000200) != 0) /* consider minus */ in odm_TXPowerTrackingCallback_ThermalMeter_92C() [all …]
|
/drivers/net/ethernet/intel/ |
D | e100.c | 451 #define X(a,b) b,a macro 453 #define X(a,b) a,b macro 456 /*0*/ u8 X(byte_count:6, pad0:2); 457 /*1*/ u8 X(X(rx_fifo_limit:4, tx_fifo_limit:3), pad1:1); 459 /*3*/ u8 X(X(X(X(mwi_enable:1, type_enable:1), read_align_enable:1), 461 /*4*/ u8 X(rx_dma_max_count:7, pad4:1); 462 /*5*/ u8 X(tx_dma_max_count:7, dma_max_count_enable:1); 463 /*6*/ u8 X(X(X(X(X(X(X(late_scb_update:1, direct_rx_dma:1), 466 /*7*/ u8 X(X(X(X(X(rx_discard_short_frames:1, tx_underrun_retry:2), 469 /*8*/ u8 X(X(mii_mode:1, pad8:6), csma_disabled:1); [all …]
|
/drivers/hwmon/ |
D | w83l786ng.c | 633 #define IN_UNIT_ATTRS(X) \ argument 634 &sda_in_input[X].dev_attr.attr, \ 635 &sda_in_min[X].dev_attr.attr, \ 636 &sda_in_max[X].dev_attr.attr 638 #define FAN_UNIT_ATTRS(X) \ argument 639 &sda_fan_input[X].dev_attr.attr, \ 640 &sda_fan_min[X].dev_attr.attr, \ 641 &sda_fan_div[X].dev_attr.attr 643 #define TEMP_UNIT_ATTRS(X) \ argument 644 &sda_temp_input[X].dev_attr.attr, \ [all …]
|
D | pc87360.c | 349 #define FAN_UNIT_ATTRS(X) \ argument 350 { &fan_input[X].dev_attr.attr, \ 351 &fan_status[X].dev_attr.attr, \ 352 &fan_div[X].dev_attr.attr, \ 353 &fan_min[X].dev_attr.attr, \ 585 #define VIN_UNIT_ATTRS(X) \ argument 586 &in_input[X].dev_attr.attr, \ 587 &in_status[X].dev_attr.attr, \ 588 &in_min[X].dev_attr.attr, \ 589 &in_max[X].dev_attr.attr, \ [all …]
|
/drivers/iio/pressure/ |
D | t5403.c | 73 s32 S, O, X; in t5403_comp_pressure() local 96 X = (S * p_r + O) / 0x4000; in t5403_comp_pressure() 98 X += ((X - 75000) * (X - 75000) / 0x10000 - 9537) * in t5403_comp_pressure() 101 *val = X / 1000; in t5403_comp_pressure() 102 *val2 = (X % 1000) * 1000; in t5403_comp_pressure()
|
/drivers/input/keyboard/ |
D | cap1106.c | 29 #define CAP1106_REG_SENOR_DELTA(X) (0x10 + (X)) argument 43 #define CAP1106_REG_SENSOR_THRESH(X) (0x30 + (X)) argument 50 #define CAP1106_REG_SENSOR_BASE_CNT(X) (0x50 + (X)) argument 51 #define CAP1106_REG_SENSOR_CALIB (0xb1 + (X))
|
/drivers/iio/imu/ |
D | adis16400_core.c | 611 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 14), 614 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 14), 617 ADIS16400_MAGN_CHAN(X, ADIS16400_XMAGN_OUT, 14), 626 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 16), 629 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 16), 632 ADIS16400_MAGN_CHAN(X, ADIS16400_XMAGN_OUT, 16), 655 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 14), 658 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 14), 661 ADIS16400_MAGN_CHAN(X, ADIS16400_XMAGN_OUT, 14), 665 ADIS16400_MOD_TEMP_CHAN(X, ADIS16350_XTEMP_OUT, 12), [all …]
|
/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 48 #define E1000_PARAM(X, desc) \ argument 49 static int X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \ 50 static unsigned int num_##X; \ 51 module_param_array_named(X, X, int, &num_##X, 0); \ 52 MODULE_PARM_DESC(X, desc);
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 49 #define IXGB_PARAM(X, desc) \ argument 50 static int X[IXGB_MAX_NIC+1] \ 52 static unsigned int num_##X = 0; \ 53 module_param_array_named(X, X, int, &num_##X, 0); \ 54 MODULE_PARM_DESC(X, desc);
|
/drivers/char/agp/ |
D | Kconfig | 18 Note that this is the only means to have X/GLX use 34 X on the following ALi chipsets. The supported chipsets 49 X on the ATI RadeonIGP family of chipsets. 56 X on AMD Irongate, 761, and 762 chipsets. 63 X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs. 73 This option gives you AGP support for the GLX component of X 85 X on NVIDIA chipsets including nForce and nForce2 92 X on Silicon Integrated Systems [SiS] chipsets. 109 X on VIA MVP3/Apollo Pro chipsets.
|
/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 43 LSI MegaRAID SCSI 320-0X 1000:0407:1000:0530 44 LSI MegaRAID SCSI 320-2X 1000:0407:1000:0532 45 LSI MegaRAID SCSI 320-4X 1000:0407:1000:0531 50 LSI MegaRAID SATA 300-4X 1000:0409:1000:3004 51 LSI MegaRAID SATA 300-8X 1000:0409:1000:3008
|
/drivers/spmi/ |
D | spmi-pmic-arb.c | 47 #define SPMI_MAPPING_BIT_INDEX(X) (((X) >> 18) & 0xF) argument 48 #define SPMI_MAPPING_BIT_IS_0_FLAG(X) (((X) >> 17) & 0x1) argument 49 #define SPMI_MAPPING_BIT_IS_0_RESULT(X) (((X) >> 9) & 0xFF) argument 50 #define SPMI_MAPPING_BIT_IS_1_FLAG(X) (((X) >> 8) & 0x1) argument 51 #define SPMI_MAPPING_BIT_IS_1_RESULT(X) (((X) >> 0) & 0xFF) argument 58 #define SPMI_OWNERSHIP_PERIPH2OWNER(X) ((X) & 0x7) argument
|
/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3301 #define TG3_KNOWN_PHY_ID(X) \ argument 3302 ((X) == TG3_PHY_ID_BCM5400 || (X) == TG3_PHY_ID_BCM5401 || \ 3303 (X) == TG3_PHY_ID_BCM5411 || (X) == TG3_PHY_ID_BCM5701 || \ 3304 (X) == TG3_PHY_ID_BCM5703 || (X) == TG3_PHY_ID_BCM5704 || \ 3305 (X) == TG3_PHY_ID_BCM5705 || (X) == TG3_PHY_ID_BCM5750 || \ 3306 (X) == TG3_PHY_ID_BCM5752 || (X) == TG3_PHY_ID_BCM5714 || \ 3307 (X) == TG3_PHY_ID_BCM5780 || (X) == TG3_PHY_ID_BCM5787 || \ 3308 (X) == TG3_PHY_ID_BCM5755 || (X) == TG3_PHY_ID_BCM5756 || \ 3309 (X) == TG3_PHY_ID_BCM5906 || (X) == TG3_PHY_ID_BCM5761 || \ 3310 (X) == TG3_PHY_ID_BCM5718C || (X) == TG3_PHY_ID_BCM5718S || \ [all …]
|
/drivers/scsi/ |
D | aha152x.h | 134 #define SETSTCNT(X) { SETPORT(STCNT2, ((X) & 0xFF0000) >> 16); \ argument 135 SETPORT(STCNT1, ((X) & 0x00FF00) >> 8); \ 136 SETPORT(STCNT0, ((X) & 0x0000FF) ); }
|
/drivers/net/wireless/ |
D | Kconfig | 55 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 64 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 118 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 129 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 234 Fiberline FL-WL-200X
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 47 #define E1000_PARAM(X, desc) \ argument 48 static int X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \ 49 static unsigned int num_##X; \ 50 module_param_array_named(X, X, int, &num_##X, 0); \ 51 MODULE_PARM_DESC(X, desc);
|
/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 97 # define MAC_SET_BL(X) (((X) & 0x3) << 6) argument 123 # define MAC_SET_MII_SELECT_REG(X) (((X) & 0x1f) << 6) argument 124 # define MAC_SET_MII_SELECT_PHY(X) (((X) & 0x1f) << 11) argument 130 # define MAC_SET_PAUSE(X) (((X) & 0xffff) << 16) argument 161 # define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3) argument 201 # define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3) argument 202 # define RX_SET_BUFF_ADDR(X) ((X) & 0xffffffc0) argument
|
/drivers/net/wan/ |
D | Kconfig | 8 Wide Area Networks (WANs), such as X.25, Frame Relay and leased 45 base-band modems, or any other device with the X.21, V.24, V.35 or 69 (for example base-band modems, or any other device with the X.21, 108 Relay, synchronous Point-to-Point Protocol (PPP) and X.25. 159 tristate "X.25 protocol support" 162 Generic HDLC driver supporting X.25 over WAN connections. 166 comment "X.25/LAPB support is disabled" 254 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 259 Frame Relay or X.25/LAPB. 263 in /etc/modprobe.d/ for each interface, where X is 0, 1, 2, ..., or [all …]
|
/drivers/net/ethernet/apm/xgene/ |
D | Kconfig | 2 tristate "APM X-Gene SoC Ethernet Driver" 7 APM X-Gene SoC.
|