/drivers/clk/samsung/ |
D | clk-pll.h | 41 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument 43 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument 46 #define PLL_35XX_RATE(_fin, _rate, _m, _p, _s) \ argument 55 #define PLL_S3C2410_MPLL_RATE(_fin, _rate, _m, _p, _s) \ argument 64 #define PLL_S3C2440_MPLL_RATE(_fin, _rate, _m, _p, _s) \ argument 73 #define PLL_36XX_RATE(_fin, _rate, _m, _p, _s, _k) \ argument 83 #define PLL_4508_RATE(_fin, _rate, _m, _p, _s, _afc) \ argument 93 #define PLL_4600_RATE(_fin, _rate, _m, _p, _s, _k, _vsel) \ argument 104 #define PLL_4650_RATE(_fin, _rate, _m, _p, _s, _k, _mfr, _mrr, _vsel) \ argument
|
/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
D | bfa_ioc.h | 167 #define BFA_ROUNDUP(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
/drivers/scsi/qla2xxx/ |
D | qla_edif.h | 134 #define EDIF_SESSION_DOWN(_s) \ argument 143 #define EDIF_SESS_DELETE(_s) \ argument
|
/drivers/comedi/drivers/ |
D | ni_660x.c | 82 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument 88 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument 90 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument
|
D | ni_stc.h | 433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument 806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_gpu.c | 179 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
|
/drivers/vdpa/mlx5/core/ |
D | mr.c | 12 #define MLX5_DIV_ROUND_UP_POW2(_n, _s) \ argument
|
/drivers/clk/imx/ |
D | clk.h | 177 #define PLL_1416X_RATE(_rate, _m, _p, _s) \ argument 185 #define PLL_1443X_RATE(_rate, _m, _p, _s, _k) \ argument
|
/drivers/mailbox/ |
D | bcm-flexrm-mailbox.c | 257 #define DESC_DEC(_d, _s, _m) (((_d) >> (_s)) & (_m)) argument 258 #define DESC_ENC(_d, _v, _s, _m) \ argument
|
/drivers/hwtracing/stm/ |
D | core.c | 147 #define __stm_master(_s, _m) \ argument
|
/drivers/iio/adc/ |
D | ad7793.c | 616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument
|
/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 44 char _s, char _h, int idx) in wil_print_desc_edma() 76 char _s, char _h) in wil_print_ring()
|
/drivers/soundwire/ |
D | bus.c | 729 struct sdw_slave *slave, *_s; in sdw_program_device_num() local
|
D | qcom.c | 455 struct sdw_slave *slave, *_s; in qcom_swrm_enumerate() local
|
/drivers/pci/pcie/ |
D | aspm.c | 1265 #define ASPM_ATTR(_f, _s) \ argument
|
/drivers/net/dsa/ |
D | qca8k.c | 24 #define MIB_DESC(_s, _o, _n) \ argument
|
D | mt7530.h | 679 #define MIB_DESC(_s, _o, _n) \ argument
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 551 u8 _s, best_s; in exynos_dsi_pll_find_pms() local
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4477 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) in ar9003_hw_tx_power_regwrite() argument
|
D | eeprom.h | 108 #define ATH9K_POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) argument
|
D | ath9k.h | 761 #define ATH_DUMP_BTCOEX(_s, _val) \ argument
|
D | hw.h | 115 #define PR_EEP(_s, _val) \ argument
|
/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 932 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument
|