Home
last modified time | relevance | path

Searched defs:_val (Results 1 – 25 of 51) sorted by relevance

123

/linux/arch/riscv/include/asm/
H A Derrata_list.h62 #define ALT_SVPBMT(_val, prot) \ argument
80 #define ALT_THEAD_PMA(_val) \ argument
98 #define ALT_THEAD_PMA(_val) argument
H A Dvector.h25 #define __riscv_v_vstate_or(_val, TYPE) ({ \ argument
34 #define __riscv_v_vstate_check(_val, TYPE) ({ \ argument
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.h61 #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 Dclk-cv18xx-common.h62 #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 Dbitfield.h61 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
96 #define FIELD_FIT(_mask, _val) \ argument
110 #define FIELD_PREP(_mask, _val) \ argument
/linux/arch/openrisc/include/asm/
H A Dspr.h16 #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 Dinv_sensors_timestamp.c14 #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 Dpinctrl-mvebu.h157 #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/arch/x86/include/asm/
H A Drmwcc.h26 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument
39 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-common.h1394 #define SET_BITS(_var, _index, _width, _val) \ argument
1403 #define SET_BITS_LE(_var, _index, _width, _val) \ argument
1423 #define XGMAC_SET_BITS(_var, _prefix, _field, _val) \ argument
1433 #define XGMAC_SET_BITS_LE(_var, _prefix, _field, _val) \ argument
1453 #define XGMAC_IOWRITE(_pdata, _reg, _val) \ argument
1456 #define XGMAC_IOWRITE_BITS(_pdata, _reg, _field, _val) \ argument
1478 #define XGMAC_MTL_IOWRITE(_pdata, _n, _reg, _val) \ argument
1482 #define XGMAC_MTL_IOWRITE_BITS(_pdata, _n, _reg, _field, _val) \ argument
1503 #define XGMAC_DMA_IOWRITE(_channel, _reg, _val) \ argument
1506 #define XGMAC_DMA_IOWRITE_BITS(_channel, _reg, _field, _val) \ argument
[all …]
/linux/arch/mips/include/asm/sn/
H A Dagent.h33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument
/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.h201 #define SUNXI_FUNCTION(_val, _name) \ argument
207 #define SUNXI_FUNCTION_VARIANT(_val, _name, _variant) \ argument
214 #define SUNXI_FUNCTION_IRQ(_val, _irq) \ argument
221 #define SUNXI_FUNCTION_IRQ_BANK(_val, _bank, _irq) \ argument
/linux/drivers/nvmem/
H A Dlan9662-otpc.c123 void *_val, size_t bytes) in lan9662_otp_read()
143 void *_val, size_t bytes) in lan9662_otp_write()
H A Duniphier-efuse.c20 unsigned int reg, void *_val, size_t bytes) in uniphier_reg_read()
H A Dsec-qfprom.c23 static int sec_qfprom_reg_read(void *context, unsigned int reg, void *_val, size_t bytes) in sec_qfprom_reg_read()
H A Dqfprom.c256 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 Dnintendo-otp.c49 unsigned int reg, void *_val, size_t bytes) in nintendo_otp_reg_read()
/linux/arch/mips/ath25/
H A Ddevices.h7 #define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S) argument
/linux/drivers/net/wireless/ath/
H A Dhw.c24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
/linux/tools/testing/vma/
H A Dshared.h38 IS_SET(_val,_flags) global() argument
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-ma35.h43 #define MA35_MUX(_val, _name) { \ argument
/linux/drivers/media/i2c/ccs/
H A Dccs-quirk.h59 #define CCS_MK_QUIRK_REG_8(_reg, _val) \ argument
/linux/drivers/media/tuners/
H A Dmc44s803_priv.h179 #define MC44S803_REG_SM(_val, _reg) \ argument
183 #define MC44S803_REG_MS(_val, _reg) \ argument
/linux/drivers/iio/test/
H A Diio-test-format.c10 #define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val) do { \ argument
/linux/arch/mips/pci/
H A Dpci-alchemy.c265 u8 _val; in alchemy_pci_read() local
272 u16 _val; in alchemy_pci_read() local

123