Home
last modified time | relevance | path

Searched defs:V (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/arch/frv/include/asm/
Dbusctl-regs.h24 #define __set_LGCR(V) do { *(volatile unsigned long *)(0xfe000010) = (V); } while(0) argument
25 #define __set_LMAICR(V) do { *(volatile unsigned long *)(0xfe000030) = (V); } while(0) argument
26 #define __set_LEMBR(V) do { *(volatile unsigned long *)(0xfe000040) = (V); } while(0) argument
27 #define __set_LEMAM(V) do { *(volatile unsigned long *)(0xfe000048) = (V); } while(0) argument
28 #define __set_LCR(R,V) do { *(volatile unsigned long *)(0xfe000100 + 8*(R)) = (V); } while(0) argument
29 #define __set_LSBR(R,V) do { *(volatile unsigned long *)(0xfe000c00 + 8*(R)) = (V); } while(0) argument
30 #define __set_LSAM(R,V) do { *(volatile unsigned long *)(0xfe000d00 + 8*(R)) = (V); } while(0) argument
Dserial-regs.h24 #define __set_UART0(R,V) do { __reg(UART0_BASE + (R) * 8) = (V) << 24; } while(0) argument
25 #define __set_UART1(R,V) do { __reg(UART1_BASE + (R) * 8) = (V) << 24; } while(0) argument
30 #define __set_UART0_IER(V) __set_UART0(UART_IER,(V)) argument
31 #define __set_UART1_IER(V) __set_UART1(UART_IER,(V)) argument
35 #define __set_UCPSR(V) do { *(volatile unsigned long *)(0xfeff9c90) = (V); } while(0) argument
41 #define __set_UCPVR(V) do { *(volatile unsigned long *)(0xfeff9c98) = (V) << 24; mb(); } while(0) argument
Dtimer-regs.h51 #define __set_TCTR(V) do { *(volatile unsigned long *)(0xfeff9418) = (V); mb(); } while(0) argument
52 #define __set_TPRV(V) do { *(volatile unsigned long *)(0xfeff9420) = (V) << 24; mb(); } while(0) argument
53 #define __set_TPRCKSL(V) do { *(volatile unsigned long *)(0xfeff9428) = (V); mb(); } while(0) argument
54 #define __set_TCSR(T,V) \ argument
57 #define __set_TxCKSL(T,V) \ argument
60 #define __set_TCSR_DATA(T,V) __set_TCSR(T, (V) << 24) argument
61 #define __set_TxCKSL_DATA(T,V) __set_TxCKSL(T, TxCKSL_EIGHT | __TxCKSL_SELECT((V))) argument
Dmb93493-regs.h21 #define __set_MB93493(X,V) \ argument
27 #define __set_MB93493_STSR(X,V) __set_MB93493(0x3c0 + (X) * 4, (V)) argument
32 #define __set_MB93493_IQSR(X,V) __set_MB93493(0x3d0 + (X) * 4, (V)) argument
35 #define __set_MB93493_DQSR(X,V) __set_MB93493(0x3e0 + (X) * 4, (V)) argument
38 #define __set_MB93493_LBSER(V) __set_MB93493(0x3f0, (V)) argument
50 #define __set_MB93493_LBSR(V) __set_MB93493(0x3fc, (V)) argument
56 #define __set_MB93493_VDC(X,V) __set_MB93493(MB93493_VDC_##X, (V)) argument
94 #define __set_MB93493_VCC(X,V) __set_MB93493(MB93493_VCC_##X, (V)) argument
179 #define __set_MB93493_I2C(port,X,V) __set_MB93493(MB93493_I2C_##X + ((port)*0x20), (V)) argument
187 #define __set_MB93493_I2S(X,V) __set_MB93493(MB93493_I2S_##X, (V)) argument
[all …]
Dgpio-regs.h18 #define __set_PDR(V) do { __reg(0xfeff0400) = (V); mb(); } while(0) argument
21 #define __set_GPDR(V) do { __reg(0xfeff0408) = (V); mb(); } while(0) argument
24 #define __set_SIR(V) do { __reg(0xfeff0410) = (V); mb(); } while(0) argument
27 #define __set_SOR(V) do { __reg(0xfeff0418) = (V); mb(); } while(0) argument
29 #define __set_PDSR(V) do { __reg(0xfeff0420) = (V); mb(); } while(0) argument
31 #define __set_PDCR(V) do { __reg(0xfeff0428) = (V); mb(); } while(0) argument
34 #define __set_RSTR(V) do { __reg(0xfeff0500) = (V); mb(); } while(0) argument
Dirc-regs.h19 #define __set_TM1(V) do { __reg(0xfeff9808) = (V); mb(); } while(0) argument
21 #define __set_TM1x(XI,V) \ argument
47 #define __set_IRR(N,V) do { __reg(0xfeff9840 + (N) * 8) = (V); } while(0) argument
50 #define __set_IITMR(N,V) do { __reg(0xfeff9880 + (N) * 8) = (V); } while(0) argument
Dspr-regs.h59 #define __set_PSR(V) do { asm volatile("movgs %0,psr" : : "r"(V)); } while(0) argument
Dmb-regs.h183 #define __set_FPGATR_AUDIO_CLK(V) \ argument
/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-vdk.c66 #define __set_PciCfgDataB(A,V) \ argument
69 #define __set_PciCfgDataW(A,V) \ argument
72 #define __set_PciCfgDataL(A,V) \ argument
79 #define __set_PciBridgeDataB(A,V) writeb((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
80 #define __set_PciBridgeDataW(A,V) writew((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
81 #define __set_PciBridgeDataL(A,V) writel((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
/linux-4.4.14/arch/powerpc/lib/
Dxor_vmx.c29 #define DEFINE(V) \ argument
33 #define LOAD(V) \ argument
41 #define STORE(V) \ argument
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c524 uint64_t V:1; /* Line valid */ member
541 uint64_t V:1; /* Line valid */ member
558 uint64_t V:1; /* Line valid */ member
575 uint64_t V:1; /* Line valid */ member
592 uint64_t V:1; /* Line valid */ member
/linux-4.4.14/arch/m68k/fpsp040/
Dstanh.S67 .set V,FP_SCR6 define
/linux-4.4.14/sound/soc/codecs/
Drl6347a.h17 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
Drt298.h15 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
Drt286.h15 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c16 #define QLC_DCB_GET_MAP(V) (1 << V) argument
24 #define QLC_DCB_TSA_SUPPORT(V) (V & 0x1) argument
25 #define QLC_DCB_ETS_SUPPORT(V) ((V >> 1) & 0x1) argument
26 #define QLC_DCB_VERSION_SUPPORT(V) ((V >> 2) & 0xf) argument
27 #define QLC_DCB_MAX_NUM_TC(V) ((V >> 20) & 0xf) argument
28 #define QLC_DCB_MAX_NUM_ETS_TC(V) ((V >> 24) & 0xf) argument
29 #define QLC_DCB_MAX_NUM_PFC_TC(V) ((V >> 28) & 0xf) argument
/linux-4.4.14/crypto/
Dansi_cprng.c50 unsigned char V[DEFAULT_BLK_SZ]; member
283 const unsigned char *V, const unsigned char *DT) in reset_prng_context()
Ddrbg.c872 unsigned char *V = drbg->scratchpad; in drbg_hash_update() local
/linux-4.4.14/arch/frv/kernel/
Ddma.c41 #define __set_DMAC(IO,X,V) \ argument
47 #define ___set_DMAC(IO,X,V) \ argument
/linux-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-orion.c67 #define V(f5181l, f5182, f5281) \ macro
Dpinctrl-kirkwood.c36 #define V(f6180, f6190, f6192, f6281, f6282, dx4122) \ macro
/linux-4.4.14/tools/power/cpupower/
DMakefile40 V ?= false macro
/linux-4.4.14/kernel/sched/
Dcpuacct.c166 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show()
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_wimax.c540 static int gdm_wimax_hci_get_tlv(u8 *buf, u8 *T, u16 *L, u8 **V) in gdm_wimax_hci_get_tlv()
562 u8 T, *V; in gdm_wimax_get_prepared_info() local
/linux-4.4.14/drivers/char/
Dhpet.c58 #define write_counter(V, MC) writeq(V, MC) argument
61 #define write_counter(V, MC) writel(V, MC) argument
/linux-4.4.14/include/crypto/
Ddrbg.h109 unsigned char *V; /* internal state 10.1.1.1 1a) */ member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-l2c.h58 uint64_t V:1; /* Line valid */ member
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c70 V = 1, enumerator
75 #define V macro
/linux-4.4.14/drivers/media/dvb-frontends/
Dmb86a16.c782 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation()
1031 int V[60]; in mb86a16_set_fe() local
/linux-4.4.14/arch/s390/crypto/
Dprng.c87 u8 V[112]; member
/linux-4.4.14/fs/afs/
Dinternal.h675 #define afs_get_vlocation(V) do { atomic_inc(&(V)->usage); } while(0) argument
728 #define afs_get_volume(V) do { atomic_inc(&(V)->usage); } while(0) argument
/linux-4.4.14/include/video/
Dsstfb.h60 # define print_var(V, X...) \ argument
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h269 #define SET_PR_FPVALID(S,V) \ argument
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-core.c707 static unsigned char *Y, *U, *V; in usbvision_parse_compress() local
/linux-4.4.14/net/sched/
Dsch_qfq.c187 u64 oldV, V; /* Precise virtual times. */ member
/linux-4.4.14/fs/
Dbinfmt_elf.c1632 #define SET_PR_FPVALID(S, V) ((S)->pr_fpvalid = (V)) argument
/linux-4.4.14/drivers/media/i2c/
Dadv7842.c1331 int V = 112 * R - 94 * G - 18 * B; in adv7842_s_ctrl() local
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c2398 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument