/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 486 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v)) argument 547 #define __to_cpu(v) (v) argument 548 #define cpu_to__(v) (v) argument 550 #define out_arch(type, endian, a, v) __raw_write##type(cpu_to_##endian(v),a) argument 553 #define out_le64(a, v) out_arch(q, le64, a, v) argument 554 #define out_le32(a, v) out_arch(l, le32, a, v) argument 555 #define out_le16(a, v) out_arch(w, le16, a, v) argument 561 #define out_be64(a, v) out_arch(q, be64, a, v) argument 562 #define out_be32(a, v) out_arch(l, be32, a, v) argument 563 #define out_be16(a, v) out_arch(w, be16, a, v) argument [all …]
|
/openbmc/u-boot/drivers/mtd/ |
H A D | renesas_rpc_hf.c | 44 #define RPC_DRCR_RBURST(v) (((v) & 0x1F) << 16) argument 54 #define RPC_DREAR_EAV(v) (((v) & 0xFF) << 16) argument 55 #define RPC_DREAR_EAC(v) (((v) & 0x7) << 0) argument 72 #define RPC_DRENR_ADE(v) (((v) & 0xF) << 8) argument 73 #define RPC_DRENR_OPDE(v) (((v) & 0xF) << 4) argument 101 #define RPC_SMENR_ADE(v) (((v) & 0xF) << 8) argument 102 #define RPC_SMENR_OPDE(v) (((v) & 0xF) << 4) argument 103 #define RPC_SMENR_SPIDE(v) (((v) & 0xF) << 0) argument 114 #define RPC_DRDMCR_DMCYC(v) (((v) & 0xF) << 0) argument 123 #define RPC_SMDMCR_DMCYC(v) (((v) & 0xF) << 0) argument [all …]
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_vnifilter.c | 40 struct vxlan_vni_node *v, in vxlan_vs_add_del_vninode() 80 struct vxlan_vni_node *v, *tmp; in vxlan_vs_add_vnigrp() local 104 struct vxlan_vni_node *v, *tmp; in vxlan_vs_del_vnigrp() local 340 struct vxlan_vni_node *tmp, *v, *vbegin = NULL, *vend = NULL; in vxlan_vnifilter_dump_dev() local 675 struct vxlan_vni_node *v) in __vxlan_vni_add_list() 693 struct vxlan_vni_node *v) in __vxlan_vni_del_list() 733 __be32 v = cpu_to_be32(vni); in vxlan_vni_add() local 774 struct vxlan_vni_node *v; in vxlan_vni_node_rcu_free() local 785 __be32 v = cpu_to_be32(vni); in vxlan_vni_del() local 824 int v, err = 0; in vxlan_vni_add_del() local [all …]
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 56 u16 v; in dac_audio_start() local 74 u16 v; in dac_audio_stop() local 127 u16 v; in hp6xx_setup() local
|
/openbmc/linux/include/linux/platform_data/ |
H A D | mcs.h | 11 #define MCS_KEY_MAP(v, c) ((((v) & 0xff) << 16) | ((c) & 0xffff)) argument 12 #define MCS_KEY_VAL(v) (((v) >> 16) & 0xff) argument 13 #define MCS_KEY_CODE(v) ((v) & 0xffff) argument
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g1_regs.h | 313 #define G1_REG_PP_AXI_RD_ID(v) (((v) << 24) & GENMASK(31, 24)) argument 314 #define G1_REG_PP_AXI_WR_ID(v) (((v) << 16) & GENMASK(23, 16)) argument 315 #define G1_REG_PP_INSWAP32_E(v) ((v) ? BIT(10) : 0) argument 316 #define G1_REG_PP_DATA_DISC_E(v) ((v) ? BIT(9) : 0) argument 317 #define G1_REG_PP_CLK_GATE_E(v) ((v) ? BIT(8) : 0) argument 318 #define G1_REG_PP_IN_ENDIAN(v) ((v) ? BIT(7) : 0) argument 319 #define G1_REG_PP_OUT_ENDIAN(v) ((v) ? BIT(6) : 0) argument 320 #define G1_REG_PP_OUTSWAP32_E(v) ((v) ? BIT(5) : 0) argument 321 #define G1_REG_PP_MAX_BURST(v) (((v) << 0) & GENMASK(4, 0)) argument 332 #define G1_REG_PP_INPUT_SIZE_HEIGHT(v) (((v) << 9) & GENMASK(16, 9)) argument [all …]
|
/openbmc/linux/drivers/char/tpm/eventlog/ |
H A D | tpm1.c | 108 static void *tpm1_bios_measurements_next(struct seq_file *m, void *v, in tpm1_bios_measurements_next() 139 static void tpm1_bios_measurements_stop(struct seq_file *m, void *v) in tpm1_bios_measurements_stop() 223 static int tpm1_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm1_binary_bios_measurements_show() 252 static int tpm1_ascii_bios_measurements_show(struct seq_file *m, void *v) in tpm1_ascii_bios_measurements_show()
|
/openbmc/linux/drivers/firewire/ |
H A D | sbp2.c | 236 #define STATUS_GET_ORB_HIGH(v) ((v).status & 0xffff) argument 237 #define STATUS_GET_SBP_STATUS(v) (((v).status >> 16) & 0xff) argument 238 #define STATUS_GET_LEN(v) (((v).status >> 24) & 0x07) argument 239 #define STATUS_GET_DEAD(v) (((v).status >> 27) & 0x01) argument 240 #define STATUS_GET_RESPONSE(v) (((v).status >> 28) & 0x03) argument 241 #define STATUS_GET_SOURCE(v) (((v).status >> 30) & 0x03) argument 242 #define STATUS_GET_ORB_LOW(v) ((v).orb_low) argument 243 #define STATUS_GET_DATA(v) ((v).data) argument 266 #define MANAGEMENT_ORB_LUN(v) ((v)) argument 267 #define MANAGEMENT_ORB_FUNCTION(v) ((v) << 16) argument [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_kfunc_failure.c | 36 struct __cgrps_kfunc_map_value *v; in BPF_PROG() local 141 struct __cgrps_kfunc_map_value *v; in BPF_PROG() local 161 struct __cgrps_kfunc_map_value *v; in BPF_PROG() local 181 struct __cgrps_kfunc_map_value *v; in BPF_PROG() local 209 struct __cgrps_kfunc_map_value local, *v; in BPF_PROG() local
|
/openbmc/linux/net/sched/ |
H A D | act_vlan.c | 26 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act() local 128 struct tcf_vlan *v; in tcf_vlan_init() local 278 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_cleanup() local 290 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_dump() local 340 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update() local
|
/openbmc/linux/net/wireless/ |
H A D | wext-proc.c | 75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) in wireless_dev_seq_show() 107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next() 117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) in wireless_dev_seq_stop()
|
/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 270 Visitor *v; in process_options() local 311 Visitor *v; in process_options() local 324 Visitor *v; in process_options() local 339 Visitor *v; in process_options() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-forward-visitor.c | 32 Visitor *v, *alias_v; in visit_with_forward() local 57 Visitor *v = qobject_input_visitor_new_keyval(src); in test_forward_any() local 81 Visitor *v, *alias_v; in test_forward_size() local 109 Visitor *v, *alias_v; in test_forward_number() local
|
/openbmc/qemu/hw/sensor/ |
H A D | lsm303dlhc_mag.c | 85 static void lsm303dlhc_mag_get_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_x() 96 static void lsm303dlhc_mag_get_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_y() 107 static void lsm303dlhc_mag_get_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_z() 118 static void lsm303dlhc_mag_set_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_x() 141 static void lsm303dlhc_mag_set_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_y() 164 static void lsm303dlhc_mag_set_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_z() 190 static void lsm303dlhc_mag_get_temperature(Object *obj, Visitor *v, in lsm303dlhc_mag_get_temperature() 206 static void lsm303dlhc_mag_set_temperature(Object *obj, Visitor *v, in lsm303dlhc_mag_set_temperature()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | cpuinfo.c | 119 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 178 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next() 184 static void cpuinfo_stop(struct seq_file *m, void *v) in cpuinfo_stop()
|
/openbmc/linux/drivers/s390/char/ |
H A D | tape_proc.c | 39 static int tape_proc_show(struct seq_file *m, void *v) in tape_proc_show() 91 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next() 97 static void tape_proc_stop(struct seq_file *m, void *v) in tape_proc_stop()
|
/openbmc/linux/net/llc/ |
H A D | llc_proc.c | 80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next() 114 static void llc_seq_stop(struct seq_file *seq, void *v) in llc_seq_stop() 126 static int llc_seq_socket_show(struct seq_file *seq, void *v) in llc_seq_socket_show() 175 static int llc_seq_core_show(struct seq_file *seq, void *v) in llc_seq_core_show()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | float.h | 34 unsigned char v[2][16]; member 91 static void dump_v(FILE *f, const void *v, size_t n) in dump_v() 98 static void snan_to_qnan(char *v, int fmt) in snan_to_qnan()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_debugfs.c | 29 static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos) in mlx5_esw_bridge_debugfs_next() 36 static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v) in mlx5_esw_bridge_debugfs_stop() 41 static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v) in mlx5_esw_bridge_debugfs_show()
|
/openbmc/linux/arch/sh/kernel/cpu/ |
H A D | proc.c | 79 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 137 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 142 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/openbmc/linux/net/can/ |
H A D | proc.c | 210 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 272 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 305 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 361 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 394 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | miiphybb.c | 42 static int io_bb_set_mdio(struct bb_miiphy_bus *bus, int v) in io_bb_set_mdio() 56 static int io_bb_get_mdio(struct bb_miiphy_bus *bus, int *v) in io_bb_get_mdio() 65 static int io_bb_set_mdc(struct bb_miiphy_bus *bus, int v) in io_bb_set_mdc()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | string_64.h | 31 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16() 43 static inline void *memset32(uint32_t *s, uint32_t v, size_t n) in memset32() 55 static inline void *memset64(uint64_t *s, uint64_t v, size_t n) in memset64()
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 48 #define __raw_writeb(v,a) (*(volatile unsigned char *)(a) = (v)) argument 49 #define __raw_writew(v,a) (*(volatile unsigned short *)(a) = (v)) argument 50 #define __raw_writel(v,a) (*(volatile unsigned int *)(a) = (v)) argument 121 #define out_arch(type,endian,a,v) __raw_write##type(cpu_to_##endian(v),a) argument 124 #define out_le32(a,v) out_arch(l,le32,a,v) argument 125 #define out_le16(a,v) out_arch(w,le16,a,v) argument 130 #define out_be32(a,v) out_arch(l,be32,a,v) argument 131 #define out_be16(a,v) out_arch(w,be16,a,v) argument 136 #define out_8(a,v) __raw_writeb(v,a) argument
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_debugfs.c | 21 void __always_unused *v, in fm10k_dbg_desc_seq_next() 30 void __always_unused *v) in fm10k_dbg_desc_seq_stop() 43 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_tx_desc_seq_show() 70 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_rx_desc_seq_show()
|