Home
last modified time | relevance | path

Searched +full:0 +full:v (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/linux/drivers/media/platform/nxp/
H A Dimx-pxp.h13 #define HW_PXP_CTRL (0x00000000)
14 #define HW_PXP_CTRL_SET (0x00000004)
15 #define HW_PXP_CTRL_CLR (0x00000008)
16 #define HW_PXP_CTRL_TOG (0x0000000c)
18 #define BM_PXP_CTRL_SFTRST 0x80000000
19 #define BF_PXP_CTRL_SFTRST(v) \ argument
20 (((v) << 31) & BM_PXP_CTRL_SFTRST)
21 #define BM_PXP_CTRL_CLKGATE 0x40000000
22 #define BF_PXP_CTRL_CLKGATE(v) \ argument
23 (((v) << 30) & BM_PXP_CTRL_CLKGATE)
[all …]
/linux/sound/soc/qcom/
H A Dlpass-lpaif-reg.h11 #define LPAIF_I2SCTL_REG_ADDR(v, addr, port) \ argument
12 (v->i2sctrl_reg_base + (addr) + v->i2sctrl_reg_stride * (port))
14 #define LPAIF_I2SCTL_REG(v, port) LPAIF_I2SCTL_REG_ADDR(v, 0x0, (port)) argument
16 #define LPAIF_I2SCTL_LOOPBACK_DISABLE 0
19 #define LPAIF_I2SCTL_SPKEN_DISABLE 0
22 #define LPAIF_I2SCTL_MODE_NONE 0
45 #define LPAIF_I2SCTL_SPKMONO_STEREO 0
48 #define LPAIF_I2SCTL_MICEN_DISABLE 0
53 #define LPAIF_I2SCTL_MICMONO_STEREO 0
56 #define LPAIF_I2SCTL_WSSRC_INTERNAL 0
[all …]
/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_h264_dec.c28 #define VDPU_REG_DEC_E(v) ((v) ? BIT(0) : 0) argument
30 #define VDPU_REG_DEC_ADV_PRE_DIS(v) ((v) ? BIT(11) : 0) argument
31 #define VDPU_REG_DEC_SCMD_DIS(v) ((v) ? BIT(10) : 0) argument
32 #define VDPU_REG_FILTERING_DIS(v) ((v) ? BIT(8) : 0) argument
33 #define VDPU_REG_PIC_FIXED_QUANT(v) ((v) ? BIT(7) : 0) argument
34 #define VDPU_REG_DEC_LATENCY(v) (((v) << 1) & GENMASK(6, 1)) argument
36 #define VDPU_REG_INIT_QP(v) (((v) << 25) & GENMASK(30, 25)) argument
37 #define VDPU_REG_STREAM_LEN(v) (((v) << 0) & GENMASK(23, 0)) argument
39 #define VDPU_REG_APF_THRESHOLD(v) (((v) << 17) & GENMASK(30, 17)) argument
40 #define VDPU_REG_STARTMB_X(v) (((v) << 8) & GENMASK(16, 8)) argument
[all …]
H A Drockchip_vpu2_hw_mpeg2_dec.c23 #define VDPU_REG_DEC_E(v) ((v) ? BIT(0) : 0) argument
25 #define VDPU_REG_DEC_ADV_PRE_DIS(v) ((v) ? BIT(11) : 0) argument
26 #define VDPU_REG_DEC_SCMD_DIS(v) ((v) ? BIT(10) : 0) argument
27 #define VDPU_REG_FILTERING_DIS(v) ((v) ? BIT(8) : 0) argument
28 #define VDPU_REG_DEC_LATENCY(v) (((v) << 1) & GENMASK(6, 1)) argument
30 #define VDPU_REG_INIT_QP(v) (((v) << 25) & GENMASK(30, 25)) argument
31 #define VDPU_REG_STREAM_LEN(v) (((v) << 0) & GENMASK(23, 0)) argument
33 #define VDPU_REG_APF_THRESHOLD(v) (((v) << 17) & GENMASK(30, 17)) argument
34 #define VDPU_REG_STARTMB_X(v) (((v) << 8) & GENMASK(16, 8)) argument
35 #define VDPU_REG_STARTMB_Y(v) (((v) << 0) & GENMASK(7, 0)) argument
[all …]
H A Dhantro_g1_mpeg2_dec.c25 #define G1_REG_DEC_AXI_RD_ID(v) (((v) << 24) & GENMASK(31, 24)) argument
26 #define G1_REG_DEC_TIMEOUT_E(v) ((v) ? BIT(23) : 0) argument
27 #define G1_REG_DEC_STRSWAP32_E(v) ((v) ? BIT(22) : 0) argument
28 #define G1_REG_DEC_STRENDIAN_E(v) ((v) ? BIT(21) : 0) argument
29 #define G1_REG_DEC_INSWAP32_E(v) ((v) ? BIT(20) : 0) argument
30 #define G1_REG_DEC_OUTSWAP32_E(v) ((v) ? BIT(19) : 0) argument
31 #define G1_REG_DEC_DATA_DISC_E(v) ((v) ? BIT(18) : 0) argument
32 #define G1_REG_DEC_LATENCY(v) (((v) << 11) & GENMASK(16, 11)) argument
33 #define G1_REG_DEC_CLK_GATE_E(v) ((v) ? BIT(10) : 0) argument
34 #define G1_REG_DEC_IN_ENDIAN(v) ((v) ? BIT(9) : 0) argument
[all …]
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_reg.h16 #define SUN6I_ISP_SRC_MODE_DRAM 0
19 #define SUN6I_ISP_FE_CFG_REG 0x0
20 #define SUN6I_ISP_FE_CFG_EN BIT(0)
21 #define SUN6I_ISP_FE_CFG_SRC0_MODE(v) (((v) << 8) & GENMASK(9, 8)) argument
22 #define SUN6I_ISP_FE_CFG_SRC1_MODE(v) (((v) << 16) & GENMASK(17, 16)) argument
24 #define SUN6I_ISP_FE_CTRL_REG 0x4
25 #define SUN6I_ISP_FE_CTRL_SCAP_EN BIT(0)
33 #define SUN6I_ISP_FE_CTRL_OUTPUT_SPEED_CTRL(v) (((v) << 16) & GENMASK(17, 16)) argument
36 #define SUN6I_ISP_FE_INT_EN_REG 0x8
37 #define SUN6I_ISP_FE_INT_EN_FINISH BIT(0)
[all …]
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-kirkwood.c19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro
20 ((f6180 << 0) | (f6190 << 1) | (f6192 << 2) | \
25 VARIANT_MV88F6180 = V(1, 0, 0, 0, 0, 0, 0),
26 VARIANT_MV88F6190 = V(0, 1, 0, 0, 0, 0, 0),
27 VARIANT_MV88F6192 = V(0, 0, 1, 0, 0, 0, 0),
28 VARIANT_MV88F6281 = V(0, 0, 0, 1, 0, 0, 0),
29 VARIANT_MV88F6282 = V(0, 0, 0, 0, 1, 0, 0),
30 VARIANT_MV98DX4122 = V(0, 0, 0, 0, 0, 1, 0),
31 VARIANT_MV98DX1135 = V(0, 0, 0, 0, 0, 0, 1),
35 MPP_MODE(0,
[all …]
/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument
28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
29 SET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT, (v))
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
31 SET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT, (v))
35 #define SET_FIELD(addr, mask, shift, v) \ argument
38 writel((t & ~((mask) << (shift))) + (((v) & (mask)) << (shift)), addr);\
39 } while (0)
47 #define FL_BASE_MASK 0xFFFFFC00
48 #define FL_TYPE_TABLE (1 << 0)
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_fail.c27 struct map_value *v; in size_not_bpf_dw() local
28 int key = 0; in size_not_bpf_dw()
30 v = bpf_map_lookup_elem(&array_map, &key); in size_not_bpf_dw()
31 if (!v) in size_not_bpf_dw()
32 return 0; in size_not_bpf_dw()
34 *(u32 *)&v->unref_ptr = 0; in size_not_bpf_dw()
35 return 0; in size_not_bpf_dw()
42 struct map_value *v; in non_const_var_off() local
43 int key = 0, id; in non_const_var_off()
45 v = bpf_map_lookup_elem(&array_map, &key); in non_const_var_off()
[all …]
/linux/drivers/iio/adc/
H A Dstm32-dfsdm.h19 * | 0x000 | CHANNEL 0 + COMMON CHANNEL FIELDS |
21 * | 0x020 | CHANNEL 1 |
25 * | 0x20 x n | CHANNEL n |
27 * | 0x100 | FILTER 0 + COMMON FILTER FIELDs |
29 * | 0x200 | FILTER 1 |
33 * | 0x100 x m | FILTER m |
37 * | 0x7F0-7FC | Identification registers |
44 #define DFSDM_CHCFGR1(y) ((y) * 0x20 + 0x00)
45 #define DFSDM_CHCFGR2(y) ((y) * 0x20 + 0x04)
46 #define DFSDM_AWSCDR(y) ((y) * 0x20 + 0x08)
[all …]
/linux/drivers/gpu/host1x/hw/
H A Dhw_host1x01_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x07_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x08_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x06_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x02_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x05_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
H A Dhw_host1x04_uclass.h15 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
44 return 0x0; in host1x_uclass_incr_syncpt_r()
48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
[all …]
/linux/drivers/md/
H A Ddm-verity-target.c57 0 // IOPRIO_CLASS_IDLE
66 struct dm_verity *v; member
76 * The variable hash_verified is set to 0 when allocating the buffer, then
77 * it can be changed to 1 and it is never reset to 0 again.
95 aux->hash_verified = 0; in dm_bufio_alloc_callback()
101 static sector_t verity_map_sector(struct dm_verity *v, sector_t bi_sector) in verity_map_sector() argument
103 return dm_target_offset(v->ti, bi_sector); in verity_map_sector()
108 * (0 is the lowest level).
112 static sector_t verity_position_at_level(struct dm_verity *v, sector_t block, in verity_position_at_level() argument
115 return block >> (level * v->hash_per_block_bits); in verity_position_at_level()
[all …]
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h13 #define SHIFT_AND_MASK_BITS(v, h, l) \ argument
14 (((unsigned long)(v) << (l)) & GENMASK(h, l))
32 #define VE_ENGINE_DEC_MPEG 0x100
33 #define VE_ENGINE_DEC_H264 0x200
34 #define VE_ENGINE_DEC_H265 0x500
36 #define VE_MODE 0x00
40 #define VE_MODE_REC_WR_MODE_2MB (0x01 << 20)
41 #define VE_MODE_REC_WR_MODE_1MB (0x00 << 20)
42 #define VE_MODE_DDR_MODE_BW_128 (0x03 << 16)
43 #define VE_MODE_DDR_MODE_BW_256 (0x02 << 16)
[all …]
/linux/drivers/vhost/
H A Dvdpa.c77 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v,
88 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
90 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS]; in asid_to_as()
100 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb()
102 struct vhost_vdpa_as *as = asid_to_as(v, asid); in asid_to_iotlb()
110 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as()
112 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS]; in vhost_vdpa_alloc_as()
115 if (asid_to_as(v, asid)) in vhost_vdpa_alloc_as()
118 if (asid >= v->vdpa->nas) in vhost_vdpa_alloc_as()
120 if (max_iotlb_entries <= 0) in vhost_vdpa_alloc_as()
85 asid_to_as(struct vhost_vdpa * v,u32 asid) asid_to_as() argument
97 asid_to_iotlb(struct vhost_vdpa * v,u32 asid) asid_to_iotlb() argument
107 vhost_vdpa_alloc_as(struct vhost_vdpa * v,u32 asid) vhost_vdpa_alloc_as() argument
131 vhost_vdpa_find_alloc_as(struct vhost_vdpa * v,u32 asid) vhost_vdpa_find_alloc_as() argument
142 vhost_vdpa_reset_map(struct vhost_vdpa * v,u32 asid) vhost_vdpa_reset_map() argument
151 vhost_vdpa_remove_as(struct vhost_vdpa * v,u32 asid) vhost_vdpa_remove_as() argument
177 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); handle_vq_kick() local
196 struct vhost_vdpa *v = private; vhost_vdpa_config_cb() local
205 vhost_vdpa_setup_vq_irq(struct vhost_vdpa * v,u16 qid) vhost_vdpa_setup_vq_irq() argument
229 vhost_vdpa_unsetup_vq_irq(struct vhost_vdpa * v,u16 qid) vhost_vdpa_unsetup_vq_irq() argument
236 _compat_vdpa_reset(struct vhost_vdpa * v) _compat_vdpa_reset() argument
252 vhost_vdpa_reset(struct vhost_vdpa * v) vhost_vdpa_reset() argument
258 vhost_vdpa_bind_mm(struct vhost_vdpa * v) vhost_vdpa_bind_mm() argument
269 vhost_vdpa_unbind_mm(struct vhost_vdpa * v) vhost_vdpa_unbind_mm() argument
280 vhost_vdpa_get_device_id(struct vhost_vdpa * v,u8 __user * argp) vhost_vdpa_get_device_id() argument
294 vhost_vdpa_get_status(struct vhost_vdpa * v,u8 __user * statusp) vhost_vdpa_get_status() argument
308 vhost_vdpa_set_status(struct vhost_vdpa * v,u8 __user * statusp) vhost_vdpa_set_status() argument
347 vhost_vdpa_config_validate(struct vhost_vdpa * v,struct vhost_vdpa_config * c) vhost_vdpa_config_validate() argument
362 vhost_vdpa_get_config(struct vhost_vdpa * v,struct vhost_vdpa_config __user * c) vhost_vdpa_get_config() argument
389 vhost_vdpa_set_config(struct vhost_vdpa * v,struct vhost_vdpa_config __user * c) vhost_vdpa_set_config() argument
412 vhost_vdpa_can_suspend(const struct vhost_vdpa * v) vhost_vdpa_can_suspend() argument
420 vhost_vdpa_can_resume(const struct vhost_vdpa * v) vhost_vdpa_can_resume() argument
428 vhost_vdpa_has_desc_group(const struct vhost_vdpa * v) vhost_vdpa_has_desc_group() argument
436 vhost_vdpa_get_features(struct vhost_vdpa * v,u64 __user * featurep) vhost_vdpa_get_features() argument
450 vhost_vdpa_get_backend_features(const struct vhost_vdpa * v) vhost_vdpa_get_backend_features() argument
461 vhost_vdpa_has_persistent_map(const struct vhost_vdpa * v) vhost_vdpa_has_persistent_map() argument
470 vhost_vdpa_set_features(struct vhost_vdpa * v,u64 __user * featurep) vhost_vdpa_set_features() argument
505 vhost_vdpa_get_vring_num(struct vhost_vdpa * v,u16 __user * argp) vhost_vdpa_get_vring_num() argument
519 vhost_vdpa_config_put(struct vhost_vdpa * v) vhost_vdpa_config_put() argument
527 vhost_vdpa_set_config_call(struct vhost_vdpa * v,u32 __user * argp) vhost_vdpa_set_config_call() argument
556 vhost_vdpa_get_iova_range(struct vhost_vdpa * v,u32 __user * argp) vhost_vdpa_get_iova_range() argument
568 vhost_vdpa_get_config_size(struct vhost_vdpa * v,u32 __user * argp) vhost_vdpa_get_config_size() argument
582 vhost_vdpa_get_vqs_count(struct vhost_vdpa * v,u32 __user * argp) vhost_vdpa_get_vqs_count() argument
597 vhost_vdpa_suspend(struct vhost_vdpa * v) vhost_vdpa_suspend() argument
620 vhost_vdpa_resume(struct vhost_vdpa * v) vhost_vdpa_resume() argument
639 vhost_vdpa_vring_ioctl(struct vhost_vdpa * v,unsigned int cmd,void __user * argp) vhost_vdpa_vring_ioctl() argument
786 struct vhost_vdpa *v = filep->private_data; vhost_vdpa_unlocked_ioctl() local
915 vhost_vdpa_general_unmap(struct vhost_vdpa * v,struct vhost_iotlb_map * map,u32 asid) vhost_vdpa_general_unmap() argument
927 vhost_vdpa_pa_unmap(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 start,u64 last,u32 asid) vhost_vdpa_pa_unmap() argument
950 vhost_vdpa_va_unmap(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 start,u64 last,u32 asid) vhost_vdpa_va_unmap() argument
965 vhost_vdpa_iotlb_unmap(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 start,u64 last,u32 asid) vhost_vdpa_iotlb_unmap() argument
999 vhost_vdpa_map(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 iova,u64 size,u64 pa,u32 perm,void * opaque) vhost_vdpa_map() argument
1034 vhost_vdpa_unmap(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 iova,u64 size) vhost_vdpa_unmap() argument
1051 vhost_vdpa_va_map(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 iova,u64 size,u64 uaddr,u32 perm) vhost_vdpa_va_map() argument
1102 vhost_vdpa_pa_map(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,u64 iova,u64 size,u64 uaddr,u32 perm) vhost_vdpa_pa_map() argument
1234 vhost_vdpa_process_iotlb_update(struct vhost_vdpa * v,struct vhost_iotlb * iotlb,struct vhost_iotlb_msg * msg) vhost_vdpa_process_iotlb_update() argument
1260 struct vhost_vdpa *v = container_of(dev, struct vhost_vdpa, vdev); vhost_vdpa_process_iotlb_msg() local
1327 struct vhost_vdpa *v = file->private_data; vhost_vdpa_chr_write_iter() local
1333 vhost_vdpa_alloc_domain(struct vhost_vdpa * v) vhost_vdpa_alloc_domain() argument
1370 vhost_vdpa_free_domain(struct vhost_vdpa * v) vhost_vdpa_free_domain() argument
1384 vhost_vdpa_set_iova_range(struct vhost_vdpa * v) vhost_vdpa_set_iova_range() argument
1401 vhost_vdpa_cleanup(struct vhost_vdpa * v) vhost_vdpa_cleanup() argument
1420 struct vhost_vdpa *v; vhost_vdpa_open() local
1469 vhost_vdpa_clean_irq(struct vhost_vdpa * v) vhost_vdpa_clean_irq() argument
1479 struct vhost_vdpa *v = filep->private_data; vhost_vdpa_release() local
1500 vhost_vdpa_get_vq_notification(struct vhost_vdpa * v,unsigned long index,struct vdpa_notification_area * notify) vhost_vdpa_get_vq_notification() argument
1518 struct vhost_vdpa *v = vmf->vma->vm_file->private_data; vhost_vdpa_fault() local
1535 struct vhost_vdpa *v = vma->vm_file->private_data; vhost_vdpa_mmap() local
1582 struct vhost_vdpa *v = vhost_vdpa_release_dev() local
1593 struct vhost_vdpa *v; vhost_vdpa_probe() local
1657 struct vhost_vdpa *v = vdpa_get_drvdata(vdpa); vhost_vdpa_remove() local
[all...]
/linux/arch/x86/lib/
H A Datomic64_386_32.S27 IRQ_SAVE v;
32 IRQ_RESTORE v; \
35 #define v %ecx macro
37 movl (v), %eax
38 movl 4(v), %edx
41 #undef v
43 #define v %esi macro
45 movl %ebx, (v)
46 movl %ecx, 4(v)
49 #undef v
[all …]
/linux/sound/soc/codecs/
H A Dmax98388.c21 {MAX98388_R2000_SW_RESET, 0x00},
22 {MAX98388_R2001_INT_RAW1, 0x00},
23 {MAX98388_R2002_INT_RAW2, 0x00},
24 {MAX98388_R2004_INT_STATE1, 0x00},
25 {MAX98388_R2005_INT_STATE2, 0x00},
26 {MAX98388_R2020_THERM_WARN_THRESH, 0x0A},
27 {MAX98388_R2031_SPK_MON_THRESH, 0x58},
28 {MAX98388_R2032_SPK_MON_LD_SEL, 0x08},
29 {MAX98388_R2033_SPK_MON_DURATION, 0x02},
30 {MAX98388_R2037_ERR_MON_CTRL, 0x01},
[all …]
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c56 TEST_ASSERT(val == want, "%s; want '0x%x', got '0x%x'", msg, want, val); in v3_redist_reg_get()
62 GUEST_SYNC(0); in guest_code()
71 return __vcpu_run(vcpu) ? -errno : 0; in run_vcpu()
78 struct vm_gic v; in vm_gic_create_with_vcpus() local
80 v.gic_dev_type = gic_dev_type; in vm_gic_create_with_vcpus()
81 v.vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus); in vm_gic_create_with_vcpus()
82 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_with_vcpus()
84 return v; in vm_gic_create_with_vcpus()
89 struct vm_gic v; in vm_gic_create_barebones() local
91 v.gic_dev_type = gic_dev_type; in vm_gic_create_barebones()
[all …]
/linux/drivers/target/sbp/
H A Dsbp_target.h16 #define MANAGEMENT_AGENT_STATE_IDLE 0
19 #define ORB_NOTIFY(v) (((v) >> 31) & 0x01) argument
20 #define ORB_REQUEST_FORMAT(v) (((v) >> 29) & 0x03) argument
22 #define MANAGEMENT_ORB_FUNCTION(v) (((v) >> 16) & 0x0f) argument
24 #define MANAGEMENT_ORB_FUNCTION_LOGIN 0x0
25 #define MANAGEMENT_ORB_FUNCTION_QUERY_LOGINS 0x1
26 #define MANAGEMENT_ORB_FUNCTION_RECONNECT 0x3
27 #define MANAGEMENT_ORB_FUNCTION_SET_PASSWORD 0x4
28 #define MANAGEMENT_ORB_FUNCTION_LOGOUT 0x7
29 #define MANAGEMENT_ORB_FUNCTION_ABORT_TASK 0xb
[all …]
/linux/drivers/gpu/drm/exynos/
H A Dregs-scaler.h17 #define SCALER_STATUS 0x0 /* no shadow */
18 #define SCALER_CFG 0x4
21 #define SCALER_INT_EN 0x8 /* no shadow */
22 #define SCALER_INT_STATUS 0xc /* no shadow */
25 #define SCALER_SRC_CFG 0x10
26 #define SCALER_SRC_Y_BASE 0x14
27 #define SCALER_SRC_CB_BASE 0x18
28 #define SCALER_SRC_CR_BASE 0x294
29 #define SCALER_SRC_SPAN 0x1c
30 #define SCALER_SRC_Y_POS 0x20
[all …]

12345678910>>...44