/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | rtw_ht.h | 81 #define SET_HT_CTRL_CSI_STEERING(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 6, 2, _… argument 82 #define SET_HT_CTRL_NDP_ANNOUNCEMENT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+3, 0, 1,… argument 86 #define SET_EXT_CAPABILITY_ELE_BSS_COEXIST(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart), 0… argument 96 #define SET_HT_CAP_TXBF_RECEIVE_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleSta… argument 97 #define SET_HT_CAP_TXBF_TRANSMIT_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleSta… argument 98 #define SET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(… argument 99 #define SET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(… argument 100 #define SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_… argument
|
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-6.6.21/drivers/net/wireless/realtek/rtlwifi/ |
D | base.h | 49 #define SET_80211_PS_POLL_AID(_hdr, _val) \ argument 51 #define SET_80211_PS_POLL_BSSID(_hdr, _val) \ argument 53 #define SET_80211_PS_POLL_TA(_hdr, _val) \ argument 56 #define SET_80211_HDR_ADDRESS1(_hdr, _val) \ argument 58 #define SET_80211_HDR_ADDRESS2(_hdr, _val) \ argument 60 #define SET_80211_HDR_ADDRESS3(_hdr, _val) \ argument
|
/linux-6.6.21/include/linux/ |
D | bitfield.h | 63 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 98 #define FIELD_FIT(_mask, _val) \ argument 112 #define FIELD_PREP(_mask, _val) \ argument 132 #define FIELD_PREP_CONST(_mask, _val) \ argument
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | errata_list.h | 58 #define ALT_SVPBMT(_val, prot) \ argument 76 #define ALT_THEAD_PMA(_val) \ argument 94 #define ALT_THEAD_PMA(_val) argument
|
/linux-6.6.21/tools/include/linux/ |
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-6.6.21/arch/openrisc/include/asm/ |
D | spr.h | 16 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ argument 19 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
|
/linux-6.6.21/drivers/iio/common/inv_sensors/ |
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-6.6.21/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-csr.h | 296 #define CSR_HW_REV_STEP_DASH(_val) ((_val) & CSR_HW_IF_CONFIG_REG_MSK_MAC_STEP_DASH) argument 297 #define CSR_HW_REV_TYPE(_val) (((_val) & 0x000FFF0) >> 4) argument 300 #define CSR_HW_RFID_FLAVOR(_val) (((_val) & 0x000000F) >> 0) argument 301 #define CSR_HW_RFID_DASH(_val) (((_val) & 0x00000F0) >> 4) argument 302 #define CSR_HW_RFID_STEP(_val) (((_val) & 0x0000F00) >> 8) argument 303 #define CSR_HW_RFID_TYPE(_val) (((_val) & 0x0FFF000) >> 12) argument 304 #define CSR_HW_RFID_IS_CDB(_val) (((_val) & 0x10000000) >> 28) argument 305 #define CSR_HW_RFID_IS_JACKET(_val) (((_val) & 0x20000000) >> 29) argument 358 #define CSR_HW_RF_STEP(_val) (((_val) >> 8) & 0xF) argument
|
/linux-6.6.21/drivers/pinctrl/mvebu/ |
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-6.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 1451 #define SET_BITS(_var, _index, _width, _val) \ argument 1460 #define SET_BITS_LE(_var, _index, _width, _val) \ argument 1480 #define XGMAC_SET_BITS(_var, _prefix, _field, _val) \ argument 1490 #define XGMAC_SET_BITS_LE(_var, _prefix, _field, _val) \ argument 1510 #define XGMAC_IOWRITE(_pdata, _reg, _val) \ argument 1513 #define XGMAC_IOWRITE_BITS(_pdata, _reg, _field, _val) \ argument 1535 #define XGMAC_MTL_IOWRITE(_pdata, _n, _reg, _val) \ argument 1539 #define XGMAC_MTL_IOWRITE_BITS(_pdata, _n, _reg, _field, _val) \ argument 1560 #define XGMAC_DMA_IOWRITE(_channel, _reg, _val) \ argument 1563 #define XGMAC_DMA_IOWRITE_BITS(_channel, _reg, _field, _val) \ argument [all …]
|
/linux-6.6.21/arch/x86/include/asm/ |
D | rmwcc.h | 48 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument 61 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
|
/linux-6.6.21/arch/mips/include/asm/sn/ |
D | agent.h | 33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument
|
/linux-6.6.21/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.h | 198 #define SUNXI_FUNCTION(_val, _name) \ argument 204 #define SUNXI_FUNCTION_VARIANT(_val, _name, _variant) \ argument 211 #define SUNXI_FUNCTION_IRQ(_val, _irq) \ argument 218 #define SUNXI_FUNCTION_IRQ_BANK(_val, _bank, _irq) \ argument
|
/linux-6.6.21/drivers/nvmem/ |
D | lan9662-otpc.c | 123 void *_val, size_t bytes) in lan9662_otp_read() 143 void *_val, size_t bytes) in lan9662_otp_write()
|
D | uniphier-efuse.c | 20 unsigned int reg, void *_val, size_t bytes) in uniphier_reg_read()
|
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()
|
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()
|
/linux-6.6.21/drivers/power/supply/ |
D | max77650-charger.c | 64 #define MAX77650_CHARGER_VCHGIN_MIN_SHIFT(_val) ((_val) << 5) argument 67 #define MAX77650_CHARGER_ICHGIN_LIM_SHIFT(_val) ((_val) << 2) argument
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | reg.h | 96 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 98 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
/linux-6.6.21/drivers/pinctrl/mediatek/ |
D | pinctrl-paris.h | 37 #define MTK_FUNCTION(_val, _name) \ argument
|
/linux-6.6.21/arch/mips/ath25/ |
D | devices.h | 7 #define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S) argument
|
/linux-6.6.21/drivers/net/wireless/ath/ |
D | hw.c | 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
|
/linux-6.6.21/drivers/iio/proximity/ |
D | sx9360.c | 510 static int sx9360_write_thresh(struct sx_common_data *data, int _val) in sx9360_write_thresh() 528 static int sx9360_write_hysteresis(struct sx_common_data *data, int _val) in sx9360_write_hysteresis() 557 static int sx9360_write_far_debounce(struct sx_common_data *data, int _val) in sx9360_write_far_debounce() 578 static int sx9360_write_close_debounce(struct sx_common_data *data, int _val) in sx9360_write_close_debounce()
|
/linux-6.6.21/include/rdma/ |
D | rdma_netlink.h | 32 #define MODULE_ALIAS_RDMA_NETLINK(_index, _val) \ argument
|