/drivers/usb/dwc2/ |
D | hw.h | 116 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument 124 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument 409 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument 417 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument 421 #define DCFG_PERFRINT(_x) ((_x) << 11) argument 425 #define DCFG_DEVADDR(_x) ((_x) << 4) argument 451 #define DSTS_SOFFN(_x) ((_x) << 8) argument 482 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument 483 #define DAINT_INEP(_x) (1 << (_x)) argument 522 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument [all …]
|
/drivers/mmc/host/ |
D | sdhci-s3c-regs.h | 29 #define S3C_SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument 33 #define S3C_SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument 64 #define S3C_SDHCI_CTRL3_FIA3(_x) ((_x) << 24) argument 68 #define S3C_SDHCI_CTRL3_FIA2(_x) ((_x) << 16) argument 72 #define S3C_SDHCI_CTRL3_FIA1(_x) ((_x) << 8) argument 76 #define S3C_SDHCI_CTRL3_FIA0(_x) ((_x) << 0) argument
|
/drivers/scsi/bfa/ |
D | bfa_cs.h | 353 #define bfa_swap_3b(_x) \ argument 354 ((((_x) & 0xff) << 16) | \ 355 ((_x) & 0x00ff00) | \ 356 (((_x) & 0xff0000) >> 16)) 359 #define bfa_hton3b(_x) bfa_swap_3b(_x) argument 361 #define bfa_hton3b(_x) (_x) argument 364 #define bfa_ntoh3b(_x) bfa_hton3b(_x) argument
|
D | bfa_plog.h | 24 #define BFA_PL_LOG_REC_INCR(_x) ((_x)++, (_x) %= BFA_PL_NLOG_ENTS) argument
|
D | bfa_ioc.h | 74 #define bfa_swap_words(_x) ( \ argument 75 ((u64)(_x) << 32) | ((u64)(_x) >> 32)) 78 #define bfa_sge_to_be(_x) argument 79 #define bfa_sge_to_le(_x) bfa_sge_word_swap(_x) argument 80 #define bfa_sgaddr_le(_x) bfa_swap_words(_x) argument 82 #define bfa_sge_to_be(_x) bfa_sge_word_swap(_x) argument 83 #define bfa_sge_to_le(_x) argument 84 #define bfa_sgaddr_le(_x) (_x) argument
|
D | bfi.h | 85 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/drivers/scsi/cxlflash/ |
D | superpipe.h | 36 #define CHAN2PORT(_x) ((_x) + 1) argument 37 #define PORT2CHAN(_x) ((_x) - 1) argument
|
/drivers/net/wireless/ath/ath9k/ |
D | reg_mci.h | 220 #define AR_BTCOEX_MAX_TXPWR(_x) (0x18c0 + ((_x) << 2)) argument 252 #define AR_BTCOEX_MAX_RFGAIN(_x) (0x1950 + ((_x) << 2)) argument
|
/drivers/phy/ |
D | phy-exynos5-usbdrd.c | 42 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument 58 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument 61 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument 76 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument
|
/drivers/net/arcnet/ |
D | arcdevice.h | 106 unsigned long _x, _y; \ 107 _x = get_cycles(); \ 112 name, bytes, _y - _x, \ 113 100000000 / 1024 * bytes / (_y - _x + 1)); \
|
/drivers/input/touchscreen/ |
D | da9034-ts.c | 86 uint8_t _x, _y, _v; in read_tsi() local 89 ret = da903x_read(touch->da9034_dev, DA9034_TSI_X_MSB, &_x); in read_tsi() 101 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi()
|
/drivers/tty/serial/ |
D | ioc3_serial.c | 37 #define GET_PORT_FROM_SIO_IR(_x) (_x & SIO_IR_SA) ? 0 : 1 argument 44 #define GET_PHYSICAL_PORT(_x) ((_x) >> 1) argument 45 #define GET_LOGICAL_PORT(_x) ((_x) & 1) argument 46 #define IS_PHYSICAL_PORT(_x) !((_x) & 1) argument 47 #define IS_RS232(_x) !((_x) & 1) argument 54 #define DPRINT_CONFIG(_x...) ; argument
|
D | ioc4_serial.c | 316 #define DPRINT_CONFIG(_x...) ; argument 373 #define SER_DIVISOR(_x, clk) (((clk) + (_x) * 8) / ((_x) * 16)) argument
|
/drivers/video/fbdev/ |
D | auo_k1900fb.c | 58 #define AUOK1900_INIT_ROTATE(_x) ((_x & 0x3) << 10) argument
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.h | 28 #define FIELD_GETX(_x, _name) ((_x) >> (_name##_SHIFT) & (_name##_MASK)) argument 29 #define FIELD_SETX(_x, _name, _v) \ argument 30 (((_x) & ~((_name##_MASK) << (_name##_SHIFT))) |\
|
/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 145 #define DESC_GET(_x, _name) ((_x) >> _name##SHIFT & _name##MASK) argument
|
/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 62 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/drivers/net/wireless/ath/ath5k/ |
D | eeprom.h | 206 #define AR5K_EEPROM_SCALE_OC_DELTA(_x) (((_x) * 2) / 10) argument
|
/drivers/i2c/busses/ |
D | i2c-riic.c | 73 #define ICMR1_CKS(_x) ((((_x) << 4) & ICMR1_CKS_MASK) | ICMR1_BCWP) argument
|
D | i2c-axxia.c | 39 #define WT_VALUE(_x) ((_x) & 0x7fff) argument
|
/drivers/usb/musb/ |
D | musb_core.h | 133 #define test_devctl_hst_mode(_x) \ argument 134 (musb_readb((_x)->mregs, MUSB_DEVCTL)&MUSB_DEVCTL_HM)
|
/drivers/crypto/nx/ |
D | nx-842-pseries.c | 124 #define NX842_COUNTER_INC(_x) \ argument 125 static inline void nx842_inc_##_x( \ 128 atomic64_inc(&dev->counters->_x); \
|
/drivers/net/wireless/ath/ath6kl/ |
D | core.h | 272 #define TID_WINDOW_SZ(_x) ((_x) << 1) argument
|
/drivers/video/fbdev/omap/ |
D | hwa742.c | 415 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument 419 req->par.update.x = _x; \
|
/drivers/net/ethernet/micrel/ |
D | ks8851.c | 147 #define BYTE_EN(_x) ((_x) << 2) argument
|