/openbmc/u-boot/drivers/bios_emulator/ |
H A D | biosemui.h | 71 #define writeb_le(base, v) *((u8*)(base)) = (v) argument 72 #define writew_le(base, v) writeb_le(base + 0, (v >> 0) & 0xff), \ argument 74 #define writel_le(base, v) writeb_le(base + 0, (v >> 0) & 0xff), \ argument 82 #define writeb_le(base, v) *((u8*)(base)) = (v) argument 83 #define writew_le(base, v) *((u16*)(base)) = (v) argument 84 #define writel_le(base, v) *((u32*)(base)) = (v) argument
|
/openbmc/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio_olpc.c | 71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get() 77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put() 95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get() 106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | rng.c | 52 static int pnv_get_random_darn(unsigned long *v) in pnv_get_random_darn() 84 int pnv_get_random_long(unsigned long *v) in pnv_get_random_long() 150 static int __init pnv_get_random_long_early(unsigned long *v) in pnv_get_random_long_early() 187 unsigned long v; in pnv_rng_late_init() local
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | hw_host1x05_sync.h | 126 #define HOST1X_SYNC_MLOCK_OWNER_CHID_V(v) \ argument 170 static inline u32 host1x_sync_cfpeek_ctrl_addr_f(u32 v) in host1x_sync_cfpeek_ctrl_addr_f() 174 #define HOST1X_SYNC_CFPEEK_CTRL_ADDR_F(v) \ argument 176 static inline u32 host1x_sync_cfpeek_ctrl_channr_f(u32 v) in host1x_sync_cfpeek_ctrl_channr_f() 180 #define HOST1X_SYNC_CFPEEK_CTRL_CHANNR_F(v) \ argument 182 static inline u32 host1x_sync_cfpeek_ctrl_ena_f(u32 v) in host1x_sync_cfpeek_ctrl_ena_f() 186 #define HOST1X_SYNC_CFPEEK_CTRL_ENA_F(v) \ argument
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | soc.h | 22 #define gur_out32(a, v) out_le32(a, v) argument 25 #define gur_out32(a, v) out_be32(a, v) argument 30 #define scfg_out32(a, v) out_le32(a, v) argument 35 #define scfg_out32(a, v) out_be32(a, v) argument 42 #define pex_lut_out32(a, v) out_le32(a, v) argument 45 #define pex_lut_out32(a, v) out_be32(a, v) argument 54 #define CPU_TYPE_ENTRY(n, v, nc) \ argument
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | page.h | 297 #define virt_to_machine(v) (phys_to_machine(XPADDR(__pa(v)))) argument 298 static inline unsigned long virt_to_pfn(const void *v) in virt_to_pfn() 302 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v))) argument 306 #define virt_to_gfn(v) (pfn_to_gfn(virt_to_pfn(v))) argument 334 #define pmd_val_ma(v) ((v).pmd) argument 336 #define pud_val_ma(v) ((v).p4d.pgd.pgd) argument 338 #define pud_val_ma(v) ((v).pud) argument
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_procfs.c | 16 static void fb_seq_stop(struct seq_file *m, void *v) in fb_seq_stop() 21 static void *fb_seq_next(struct seq_file *m, void *v, loff_t *pos) in fb_seq_next() 28 static int fb_seq_show(struct seq_file *m, void *v) in fb_seq_show()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | io.c | 93 void omap_writeb(u8 v, u32 pa) in omap_writeb() 99 void omap_writew(u16 v, u32 pa) in omap_writew() 105 void omap_writel(u32 v, u32 pa) in omap_writel()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/ |
H A D | crm_regs.h | 985 #define BF_ANADIG_PLL_SYS_RSVD0(v) \ argument 1046 #define BF_ANADIG_PLL_528_RSVD1(v) \ argument 1068 #define BF_ANADIG_PLL_528_RSVD0(v) \ argument 1074 #define BF_ANADIG_PLL_528_SS_STOP(v) \ argument 1079 #define BF_ANADIG_PLL_528_SS_STEP(v) \ argument 1088 #define BF_ANADIG_PLL_528_NUM_A(v) \ argument 1097 #define BF_ANADIG_PLL_528_DENOM_B(v) \ argument 1103 #define BF_ANADIG_PLL_AUDIO_RSVD0(v) \ argument 1205 #define BF_ANADIG_PLL_ENET_RSVD1(v) \ argument 1230 #define BF_ANADIG_PLL_ENET_RSVD0(v) \ argument [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | proc.c | 51 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() 380 static int snmp_seq_show_ipstats(struct seq_file *seq, void *v) in snmp_seq_show_ipstats() 406 static int snmp_seq_show_tcp_udp(struct seq_file *seq, void *v) in snmp_seq_show_tcp_udp() 456 static int snmp_seq_show(struct seq_file *seq, void *v) in snmp_seq_show() 471 static int netstat_seq_show(struct seq_file *seq, void *v) in netstat_seq_show()
|
/openbmc/linux/arch/sh/mm/ |
H A D | flush-sh4.c | 16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local 50 reg_size_t aligned_start, v, cnt, end; in sh4__flush_purge_region() local 80 reg_size_t aligned_start, v, cnt, end; in sh4__flush_invalidate_region() local
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | setup.c | 100 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 106 static void c_stop(struct seq_file *m, void *v) in c_stop() 114 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
|
/openbmc/linux/drivers/media/pci/b2c2/ |
H A D | flexcop-dma.c | 118 flexcop_ibi_value v = fc->read_ibi_reg(fc, r); in flexcop_dma_remap() local 130 flexcop_ibi_value v = fc->read_ibi_reg(fc, ctrl_208); in flexcop_dma_control_size_irq() local 147 flexcop_ibi_value v = fc->read_ibi_reg(fc, ctrl_208); in flexcop_dma_control_timer_irq() local 165 flexcop_ibi_value v = fc->read_ibi_reg(fc, r); in flexcop_dma_config_timer() local
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-core.c | 111 u32 v; in aio_chip_set_pll() local 334 u32 v; in aio_port_set_rate() local 453 u32 v; in aio_port_set_fmt() local 529 u32 v; in aio_port_set_clk() local 618 u32 v; in aio_port_set_param() local 726 u32 v; in aio_port_get_volume() local 789 u32 memfmt, v; in aio_if_set_param() local 923 u32 v; in aio_src_set_param() local 1002 u32 v; in aio_srcch_set_enable() local 1016 u32 v; in aiodma_ch_set_param() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | renesas_rpc_spi.c | 46 #define RPC_DRCR_RBURST(v) (((v) & 0x1F) << 16) argument 56 #define RPC_DREAR_EAV(v) (((v) & 0xFF) << 16) argument 57 #define RPC_DREAR_EAC(v) (((v) & 0x7) << 0) argument 74 #define RPC_DRENR_ADE(v) (((v) & 0xF) << 8) argument 75 #define RPC_DRENR_OPDE(v) (((v) & 0xF) << 4) argument 103 #define RPC_SMENR_ADE(v) (((v) & 0xF) << 8) argument 104 #define RPC_SMENR_OPDE(v) (((v) & 0xF) << 4) argument 105 #define RPC_SMENR_SPIDE(v) (((v) & 0xF) << 0) argument 116 #define RPC_DRDMCR_DMCYC(v) (((v) & 0xF) << 0) argument 125 #define RPC_SMDMCR_DMCYC(v) (((v) & 0xF) << 0) argument [all …]
|
/openbmc/linux/arch/x86/boot/ |
H A D | boot.h | 81 u8 v; in rdfs8() local 88 u16 v; in rdfs16() local 95 u32 v; in rdfs32() local 100 static inline void wrfs8(u8 v, addr_t addr) in wrfs8() 105 static inline void wrfs16(u16 v, addr_t addr) in wrfs16() 110 static inline void wrfs32(u32 v, addr_t addr) in wrfs32() 119 u8 v; in rdgs8() local 126 u16 v; in rdgs16() local 133 u32 v; in rdgs32() local 138 static inline void wrgs8(u8 v, addr_t addr) in wrgs8() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.h | 300 #define VMM_PRINT(l,v,p,f,a...) do { \ argument 307 #define VMM_DEBUG(v,f,a...) VMM_PRINT(NV_DBG_DEBUG, (v), info, f, ##a) argument 308 #define VMM_TRACE(v,f,a...) VMM_PRINT(NV_DBG_TRACE, (v), info, f, ##a) argument 309 #define VMM_SPAM(v,f,a...) VMM_PRINT(NV_DBG_SPAM , (v), dbg, f, ##a) argument 349 #define VMM_XO(m,v,o,d,c,b,fn,f,a...) do { \ argument 355 #define VMM_WO032(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 32, WO, "%08x") argument 356 #define VMM_FO032(m,v,o,d,c) \ argument 359 #define VMM_WO064(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 64, WO, "%016llx") argument 360 #define VMM_FO064(m,v,o,d,c) \ argument 363 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ argument [all …]
|
/openbmc/linux/drivers/gpu/drm/arm/display/include/ |
H A D | malidp_io.h | 19 malidp_write32(u32 __iomem *base, u32 offset, u32 v) in malidp_write32() 25 malidp_write64(u32 __iomem *base, u32 offset, u64 v) in malidp_write64() 32 malidp_write32_mask(u32 __iomem *base, u32 offset, u32 m, u32 v) in malidp_write32_mask()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func_args.c | 8 int v; member 63 const int v = foo(index++, 0); in test_cls() local 82 struct S v, *p = &v; in test_cls() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_procfs.c | 24 static void *nf_flow_table_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nf_flow_table_cpu_seq_next() 39 static void nf_flow_table_cpu_seq_stop(struct seq_file *seq, void *v) in nf_flow_table_cpu_seq_stop() 43 static int nf_flow_table_cpu_seq_show(struct seq_file *seq, void *v) in nf_flow_table_cpu_seq_show()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | atomic_ops.h | 11 static inline int __atomic_read(const atomic_t *v) in __atomic_read() 21 static inline void __atomic_set(atomic_t *v, int i) in __atomic_set() 28 static inline s64 __atomic64_read(const atomic64_t *v) in __atomic64_read() 38 static inline void __atomic64_set(atomic64_t *v, s64 i) in __atomic64_set()
|
/openbmc/linux/kernel/cgroup/ |
H A D | debug.c | 40 static int current_css_set_read(struct seq_file *seq, void *v) in current_css_set_read() 87 static int current_css_set_cg_links_read(struct seq_file *seq, void *v) in current_css_set_cg_links_read() 114 static int cgroup_css_links_read(struct seq_file *seq, void *v) in cgroup_css_links_read() 203 static int cgroup_subsys_states_read(struct seq_file *seq, void *v) in cgroup_subsys_states_read() 255 static int cgroup_masks_read(struct seq_file *seq, void *v) in cgroup_masks_read()
|
/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/net/atm/ |
H A D | proc.c | 128 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop() 134 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next() 224 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show() 247 static int pvc_seq_show(struct seq_file *seq, void *v) in pvc_seq_show() 270 static int vcc_seq_show(struct seq_file *seq, void *v) in vcc_seq_show() 292 static int svc_seq_show(struct seq_file *seq, void *v) in svc_seq_show()
|