/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | cmd.h | 87 #define carl9170_regwrite(r, v) do { \ argument 153 #define carl9170_async_regwrite(r, v) do { \ argument
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | nandbiterrs.c | 75 unsigned v = offset; in hash() local 175 #define CBIT(v, n) ((v) & (1 << (n))) argument 176 #define BCLR(v, n) ((v) = (v) & ~(1 << (n))) argument
|
/openbmc/linux/fs/fscache/ |
H A D | cache.c | 380 static int fscache_caches_seq_show(struct seq_file *m, void *v) in fscache_caches_seq_show() 412 static void *fscache_caches_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_caches_seq_next() 417 static void fscache_caches_seq_stop(struct seq_file *m, void *v) in fscache_caches_seq_stop()
|
/openbmc/linux/kernel/bpf/ |
H A D | map_iter.c | 27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_map_seq_next() 61 static int bpf_map_seq_show(struct seq_file *seq, void *v) in bpf_map_seq_show() 66 static void bpf_map_seq_stop(struct seq_file *seq, void *v) in bpf_map_seq_stop()
|
H A D | cgroup_iter.c | 88 static void cgroup_iter_seq_stop(struct seq_file *seq, void *v) in cgroup_iter_seq_stop() 101 static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in cgroup_iter_seq_next() 147 static int cgroup_iter_seq_show(struct seq_file *seq, void *v) in cgroup_iter_seq_show()
|
/openbmc/linux/net/ipv6/ |
H A D | proc.c | 34 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show() 217 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show() 233 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity.h | 78 struct dm_verity *v; member 105 static inline struct ahash_request *verity_io_hash_req(struct dm_verity *v, in verity_io_hash_req() 111 static inline u8 *verity_io_real_digest(struct dm_verity *v, in verity_io_real_digest() 117 static inline u8 *verity_io_want_digest(struct dm_verity *v, in verity_io_want_digest()
|
/openbmc/linux/kernel/rcu/ |
H A D | rcu_segcblist.c | 82 static void rcu_segcblist_set_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_set_len() 110 static void rcu_segcblist_set_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_set_seglen() 116 static void rcu_segcblist_add_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_add_seglen() 210 void rcu_segcblist_add_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_add_len()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 429 static inline void sclp_eval_textcmd(struct gds_vector *v) in sclp_eval_textcmd() 442 static inline void sclp_eval_cpmsu(struct gds_vector *v) in sclp_eval_cpmsu() 453 static inline void sclp_eval_mdsmu(struct gds_vector *v) in sclp_eval_mdsmu() 462 struct gds_vector *v; in sclp_tty_receiver() local
|
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/ |
H A D | processor.h | 98 #define VECTOR_IS_SYNC(v) ((v) == VECTOR_SYNC_CURRENT_SP0 || \ argument 149 #define __iormb(v) \ argument 179 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument 182 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));}) argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | debug.c | 55 static int rtl_debug_get_common(struct seq_file *m, void *v) in rtl_debug_get_common() 74 static int rtl_debug_get_mac_page(struct seq_file *m, void *v) in rtl_debug_get_mac_page() 115 static int rtl_debug_get_bb_page(struct seq_file *m, void *v) in rtl_debug_get_bb_page() 157 static int rtl_debug_get_reg_rf(struct seq_file *m, void *v) in rtl_debug_get_reg_rf() 190 static int rtl_debug_get_cam_register(struct seq_file *m, void *v) in rtl_debug_get_cam_register() 246 static int rtl_debug_get_btcoex(struct seq_file *m, void *v) in rtl_debug_get_btcoex()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 70 tcg_gen_qemu_ld_i32(TCGv_i32 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i32() 76 tcg_gen_qemu_st_i32(TCGv_i32 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i32() 82 tcg_gen_qemu_ld_i64(TCGv_i64 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i64() 88 tcg_gen_qemu_st_i64(TCGv_i64 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i64() 94 tcg_gen_qemu_ld_i128(TCGv_i128 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i128() 100 tcg_gen_qemu_st_i128(TCGv_i128 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i128()
|
/openbmc/linux/kernel/ |
H A D | dma.c | 118 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show() 131 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
H A D | sun8i_a83t_dphy.h | 34 #define SUN8I_A83T_DPHY_ANA0_RINT(v) (((v) << 28) & GENMASK(29, 28)) argument 35 #define SUN8I_A83T_DPHY_ANA0_SNK(v) (((v) << 20) & GENMASK(22, 20)) argument
|
/openbmc/linux/include/linux/ceph/ |
H A D | ceph_frag.h | 22 static inline __u32 ceph_frag_make(__u32 b, __u32 v) in ceph_frag_make() 44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
|
/openbmc/linux/kernel/gcov/ |
H A D | base.c | 63 size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() 87 size_t store_gcov_u64(void *buffer, size_t off, u64 v) in store_gcov_u64()
|
/openbmc/linux/include/kvm/ |
H A D | iodev.h | 44 int l, void *v) in kvm_iodevice_read() 52 int l, const void *v) in kvm_iodevice_write()
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp1362.h | 349 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK) argument 351 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK) argument 353 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK) argument 355 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK) argument 357 #define PTD_MPS(v) (((v) << 0) & PTD_MPS_MSK) argument 359 #define PTD_SPD(v) (((v) << 10) & PTD_SPD_MSK) argument 361 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK) argument 363 #define PTD_EP(v) (((v) << 12) & PTD_EP_MSK) argument 365 #define PTD_LEN(v) (((v) << 0) & PTD_LEN_MSK) argument 367 #define PTD_DIR(v) (((v) << 10) & PTD_DIR_MSK) argument [all …]
|
/openbmc/qemu/hw/display/ |
H A D | omap_lcdc.c | 80 uint8_t v, r, g, b; in draw_line2_32() local 119 uint8_t v, r, g, b; in draw_line4_32() local 146 uint8_t v, r, g, b; in draw_line8_32() local 165 uint16_t v; in draw_line12_32() local 185 uint16_t v; in draw_line16_32() local
|
/openbmc/linux/drivers/net/phy/ |
H A D | bcm54140.c | 82 #define BCM54140_HWMON_TO_TEMP(v) (413350L - (v) * 491) argument 83 #define BCM54140_HWMON_FROM_TEMP(v) DIV_ROUND_CLOSEST_ULL(413350L - (v), 491) argument 91 #define BCM54140_HWMON_TO_IN_1V0(v) ((v) * 2514 >> 11) argument 92 #define BCM54140_HWMON_FROM_IN_1V0(v) DIV_ROUND_CLOSEST_ULL(((v) << 11), 2514) argument 100 #define BCM54140_HWMON_TO_IN_3V3(v) ((v) * 4400 >> 12) argument 101 #define BCM54140_HWMON_FROM_IN_3V3(v) DIV_ROUND_CLOSEST_ULL(((v) << 12), 4400) argument 103 #define BCM54140_HWMON_TO_IN(ch, v) ((ch) ? BCM54140_HWMON_TO_IN_3V3(v) \ argument 105 #define BCM54140_HWMON_FROM_IN(ch, v) ((ch) ? BCM54140_HWMON_FROM_IN_3V3(v) \ argument
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | mul-subnormal-single-1.c | 27 u2f (unsigned int v) in u2f() 35 f2u (float v) in f2u()
|
/openbmc/linux/fs/proc/ |
H A D | nommu.c | 92 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop() 97 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | string.h | 77 static inline void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() 82 static inline void *memset32(uint32_t *s, uint32_t v, size_t count) in memset32() 87 static inline void *memset64(uint64_t *s, uint64_t v, size_t count) in memset64()
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clkt_dpll.c | 181 static int _omap2_dpll_is_in_bypass(u32 v) in _omap2_dpll_is_in_bypass() 206 u32 v; in omap2_init_dpll_parent() local 241 u32 dpll_mult, dpll_div, v; in omap2_get_dpll_rate() local
|
/openbmc/u-boot/drivers/dma/ |
H A D | keystone_nav.c | 149 u32 j, v, k; in ksnav_rx_disable() local 183 u32 j, v, k; in ksnav_tx_disable() local 205 u32 j, v; in ksnav_init() local
|