/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 51 #define __io_par(v) __asm__ __volatile__ ("fence i,ior" : : : "memory"); argument
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-hash.c | 191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; in sun4i_hash() local
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-pcf8583.c | 44 #define set_ctrl(x, v) get_ctrl(x) = v argument
|
/openbmc/linux/crypto/ |
H A D | internal.h | 198 static inline void crypto_notify(unsigned long val, void *v) in crypto_notify()
|
H A D | ecrdsa.c | 82 u64 *v = e; /* e^{-1} \mod q */ in ecrdsa_verify() local
|
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 300 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | mmu-hash.h | 160 unsigned long v:1; /* Entry is valid */ member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | irq.c | 233 int show_interrupts(struct seq_file *p, void *v) in show_interrupts()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | io.c | 381 int v = -EINVAL; in _omap2_init_reprogram_sdrc() local
|
/openbmc/linux/drivers/input/joystick/ |
H A D | a3d.c | 55 unsigned char u, v; in a3d_read_packet() local
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-apic.c | 62 int i, v; in whpx_get_apic_state() local
|
/openbmc/qemu/hw/i2c/ |
H A D | exynos4210_i2c.c | 174 uint8_t v = value & 0xff; in exynos4210_i2c_write() local
|
/openbmc/qemu/hw/sensor/ |
H A D | emc141x.c | 76 static void emc141x_set_temperature(Object *obj, Visitor *v, const char *name, in emc141x_set_temperature()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pcie_doe.h | 55 #define DATA_OBJ_BUILD_HEADER1(v, p) (((p) << 16) | (v)) argument
|
/openbmc/linux/sound/core/ |
H A D | ump_convert.c | 107 u16 v; in cvt_ump_midi2_to_legacy() local
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | mem.c | 232 unsigned long v = __fix_to_virt(FIX_KMAP_END); in paging_init() local
|
/openbmc/linux/block/ |
H A D | blk-rq-qos.c | 9 static bool atomic_inc_below(atomic_t *v, unsigned int below) in atomic_inc_below()
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs_private.h | 59 #define set_sb_journal_block(sbp,v) ((sbp)->s_journal_block = __cpu_to_le32(v)) argument 62 #define set_sb_blocksize(sbp,v) ((sbp)->s_blocksize = __cpu_to_le16(v)) argument 64 #define set_sb_version(sbp,v) ((sbp)->s_version = __cpu_to_le16(v)) argument
|
/openbmc/linux/drivers/dma/dw/ |
H A D | regs.h | 389 #define lli_set(d, reg, v) ((d)->lli.reg |= cpu_to_le32(v)) argument 390 #define lli_clear(d, reg, v) ((d)->lli.reg &= ~cpu_to_le32(v)) argument 392 #define lli_write(d, reg, v) ((d)->lli.reg = cpu_to_le32(v)) argument
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 730 int v, int R, in swp_info_get() 758 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() 1025 int v, vmax, vmin; in mb86a16_set_fe() local
|
/openbmc/linux/lib/ |
H A D | bch.c | 289 static inline int modulo(struct bch_control *bch, unsigned int v) in modulo() 302 static inline int mod_s(struct bch_control *bch, unsigned int v) in mod_s() 597 unsigned int u, v, r; in find_poly_deg2_roots() local
|
/openbmc/linux/arch/x86/include/asm/uv/ |
H A D | uv_hub.h | 259 unsigned long v; member 427 static inline unsigned long uv_gpa_nasid(void *v) in uv_gpa_nasid() 454 static inline unsigned long uv_gpa(void *v) in uv_gpa()
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_queue.c | 1548 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() 1554 static void seq_stop(struct seq_file *s, void *v) in seq_stop() 1560 static int seq_show(struct seq_file *s, void *v) in seq_show()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-s3c64xx.c | 109 #define S3C64XX_SPI_ST_TX_DONE(v, i) (((v) & \ argument 111 #define TX_FIFO_LVL(v, sdd) (((v) & (sdd)->tx_fifomask) >> \ argument 113 #define RX_FIFO_LVL(v, sdd) (((v) & (sdd)->rx_fifomask) >> \ argument
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb3.c | 1118 static void pnv_phb3_root_bus_get_prop(Object *obj, Visitor *v, in pnv_phb3_root_bus_get_prop() 1134 static void pnv_phb3_root_bus_set_prop(Object *obj, Visitor *v, in pnv_phb3_root_bus_set_prop()
|