/linux/drivers/staging/rtl8723bs/include/ |
H A D | basic_types.h | 39 #define EF1BYTE(_val) \ argument 41 #define EF2BYTE(_val) \ argument 43 #define EF4BYTE(_val) \ argument 56 #define WRITEEF1BYTE(_ptr, _val) \ argument 61 #define WRITEEF2BYTE(_ptr, _val) \ argument 66 #define WRITEEF4BYTE(_ptr, _val) \ argument
|
/linux/arch/riscv/include/asm/ |
H A D | errata_list.h | 62 #define ALT_SVPBMT(_val, prot) \ argument 80 #define ALT_THEAD_PMA(_val) \ argument 98 #define ALT_THEAD_PMA(_val) argument
|
H A D | vector.h | 25 #define __riscv_v_vstate_or(_val, TYPE) ({ \ argument 34 #define __riscv_v_vstate_check(_val, TYPE) ({ \ argument
|
/linux/drivers/clk/sophgo/ |
H A D | clk-cv18xx-pll.h | 61 #define PLL_SET_PRE_DIV_SEL(_reg, _val) \ argument 63 #define PLL_SET_POST_DIV_SEL(_reg, _val) \ argument 65 #define PLL_SET_SEL_MODE(_reg, _val) \ argument 67 #define PLL_SET_DIV_SEL(_reg, _val) \ argument 69 #define PLL_SET_ICTRL(_reg, _val) \ argument
|
H A D | clk-cv18xx-common.h | 62 #define cv1800_clk_regfield_get(_val, _reg) \ argument 64 #define cv1800_clk_regfield_set(_val, _new, _reg) \ argument 68 #define _CV1800_SET_FIELD(_reg, _val, _field) \ argument
|
/linux/tools/include/linux/ |
H A D | bitfield.h | 60 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 95 #define FIELD_FIT(_mask, _val) \ argument 109 #define FIELD_PREP(_mask, _val) \ argument
|
/linux/arch/openrisc/include/asm/ |
H A D | spr.h | 16 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ argument 19 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
|
/linux/drivers/iio/common/inv_sensors/ |
H A D | inv_sensors_timestamp.c | 14 #define INV_SENSORS_TIMESTAMP_JITTER(_val, _jitter) \ argument 16 #define INV_SENSORS_TIMESTAMP_MIN(_val, _jitter) \ argument 18 #define INV_SENSORS_TIMESTAMP_MAX(_val, _jitter) \ argument
|
/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.h | 157 #define _MPP_VAR_FUNCTION(_val, _name, _subname, _mask) \ argument 167 #define MPP_VAR_FUNCTION(_val, _name, _subname, _mask) \ argument 170 #define MPP_VAR_FUNCTION(_val, _name, _subname, _mask) \ argument 174 #define MPP_FUNCTION(_val, _name, _subname) \ argument
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-csr.h | 309 #define CSR_HW_REV_STEP_DASH(_val) ((_val) & CSR_HW_IF_CONFIG_REG_MSK_MAC_STEP_DASH) argument 310 #define CSR_HW_REV_TYPE(_val) (((_val) & 0x000FFF0) >> 4) argument 313 #define CSR_HW_RFID_FLAVOR(_val) (((_val) & 0x000000F) >> 0) argument 314 #define CSR_HW_RFID_DASH(_val) (((_val) & 0x00000F0) >> 4) argument 315 #define CSR_HW_RFID_STEP(_val) (((_val) & 0x0000F00) >> 8) argument 316 #define CSR_HW_RFID_TYPE(_val) (((_val) & 0x0FFF000) >> 12) argument 317 #define CSR_HW_RFID_IS_CDB(_val) (((_val) & 0x10000000) >> 28) argument 318 #define CSR_HW_RFID_IS_JACKET(_val) (((_val) & 0x20000000) >> 29) argument 371 #define CSR_HW_RF_STEP(_val) (((_val) >> 8) & 0xF) argument
|
H A D | iwl-prph.h | 355 #define WFPM_OTP_CFG1_IS_JACKET(_val) (((_val) & 0x00000020) >> WFPM_OTP_BZ_BNJ_JACKET_BIT) argument 356 #define WFPM_OTP_CFG1_IS_CDB(_val) (((_val) & 0x00000010) >> WFPM_OTP_BZ_BNJ_CDB_BIT) argument 372 #define CNVI_AUX_MISC_CHIP_MAC_STEP(_val) (((_val) & 0xf000000) >> 24) argument 373 #define CNVI_AUX_MISC_CHIP_PROD_TYPE(_val) ((_val) & 0xfff) argument
|
/linux/sound/hda/codecs/realtek/ |
H A D | realtek.h | 159 #define UPDATE_COEFEX(_nid, _idx, _mask, _val) \ argument 161 #define WRITE_COEFEX(_nid, _idx, _val) UPDATE_COEFEX(_nid, _idx, -1, _val) argument 162 #define WRITE_COEF(_idx, _val) WRITE_COEFEX(0x20, _idx, _val) argument 163 #define UPDATE_COEF(_idx, _mask, _val) UPDATE_COEFEX(0x20, _idx, _mask, _val) argument
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | reg.h | 93 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 95 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
/linux/arch/mips/include/asm/sn/ |
H A D | agent.h | 33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument
|
/linux/drivers/nvmem/ |
H A D | lan9662-otpc.c | 123 void *_val, size_t bytes) in lan9662_otp_read() 143 void *_val, size_t bytes) in lan9662_otp_write()
|
H A D | uniphier-efuse.c | 20 unsigned int reg, void *_val, size_t bytes) in uniphier_reg_read()
|
H A D | qfprom.c | 256 static int qfprom_reg_write(void *context, unsigned int reg, void *_val, in qfprom_reg_write() 321 unsigned int reg, void *_val, size_t bytes) in qfprom_reg_read()
|
H A D | sec-qfprom.c | 23 static int sec_qfprom_reg_read(void *context, unsigned int reg, void *_val, size_t bytes) in sec_qfprom_reg_read()
|
/linux/arch/mips/ath25/ |
H A D | devices.h | 7 #define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S) argument
|
/linux/drivers/net/wireless/ath/ |
H A D | hw.c | 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
|
/linux/include/rdma/ |
H A D | rdma_netlink.h | 34 #define MODULE_ALIAS_RDMA_NETLINK(_index, _val) \ argument
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-ma35.h | 43 #define MA35_MUX(_val, _name) { \ argument
|
/linux/drivers/iio/proximity/ |
H A D | sx9324.c | 617 const struct iio_chan_spec *chan, int _val) in sx9324_write_thresh() 635 const struct iio_chan_spec *chan, int _val) in sx9324_write_hysteresis() 662 static int sx9324_write_far_debounce(struct sx_common_data *data, int _val) in sx9324_write_far_debounce() 680 static int sx9324_write_close_debounce(struct sx_common_data *data, int _val) in sx9324_write_close_debounce()
|
/linux/drivers/media/tuners/ |
H A D | mc44s803_priv.h | 179 #define MC44S803_REG_SM(_val, _reg) \ argument 183 #define MC44S803_REG_MS(_val, _reg) \ argument
|
/linux/drivers/media/i2c/ccs/ |
H A D | ccs-quirk.h | 59 #define CCS_MK_QUIRK_REG_8(_reg, _val) \ argument
|