/linux-3.4.99/arch/frv/include/asm/ |
D | busctl-regs.h | 24 #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
|
D | serial-regs.h | 24 #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
|
D | timer-regs.h | 51 #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
|
D | mb93493-regs.h | 21 #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 …]
|
D | gpio-regs.h | 18 #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
|
D | irc-regs.h | 19 #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
|
D | spr-regs.h | 59 #define __set_PSR(V) do { asm volatile("movgs %0,psr" : : "r"(V)); } while(0) argument
|
D | mb-regs.h | 183 #define __set_FPGATR_AUDIO_CLK(V) \ argument
|
/linux-3.4.99/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 68 #define __set_PciCfgDataB(A,V) \ argument 71 #define __set_PciCfgDataW(A,V) \ argument 74 #define __set_PciCfgDataL(A,V) \ argument 81 #define __set_PciBridgeDataB(A,V) writeb((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument 82 #define __set_PciBridgeDataW(A,V) writew((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument 83 #define __set_PciBridgeDataL(A,V) writel((V), (volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
|
/linux-3.4.99/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 521 uint64_t V:1; /* Line valid */ member 529 uint64_t V:1; /* Line valid */ member 537 uint64_t V:1; /* Line valid */ member 545 uint64_t V:1; /* Line valid */ member 553 uint64_t V:1; /* Line valid */ member
|
/linux-3.4.99/arch/m68k/fpsp040/ |
D | stanh.S | 67 .set V,FP_SCR6 define
|
/linux-3.4.99/crypto/ |
D | ansi_cprng.c | 52 unsigned char V[DEFAULT_BLK_SZ]; member 281 unsigned char *V, unsigned char *DT) in reset_prng_context()
|
/linux-3.4.99/arch/frv/kernel/ |
D | dma.c | 41 #define __set_DMAC(IO,X,V) \ argument 47 #define ___set_DMAC(IO,X,V) \ argument
|
/linux-3.4.99/tools/power/cpupower/ |
D | Makefile | 40 V ?= false macro
|
/linux-3.4.99/drivers/char/ |
D | hpet.c | 62 #define write_counter(V, MC) writeq(V, MC) argument 65 #define write_counter(V, MC) writel(V, MC) argument
|
/linux-3.4.99/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 57 uint64_t V:1; /* Line valid */ member
|
/linux-3.4.99/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 68 V = 1, enumerator 73 #define V macro
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | mb86a16.c | 780 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() 1029 int V[60]; in mb86a16_set_fe() local
|
/linux-3.4.99/arch/x86/include/asm/ |
D | compat.h | 196 #define SET_PR_FPVALID(S,V) \ argument
|
/linux-3.4.99/fs/afs/ |
D | internal.h | 675 #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-3.4.99/include/video/ |
D | sstfb.h | 60 # define print_var(V, X...) \ argument
|
/linux-3.4.99/net/sched/ |
D | sch_qfq.c | 148 u64 V; /* Precise virtual time. */ member
|
/linux-3.4.99/drivers/media/video/usbvision/ |
D | usbvision-core.c | 708 static unsigned char *Y, *U, *V; in usbvision_parse_compress() local
|
/linux-3.4.99/fs/ |
D | binfmt_elf.c | 1420 #define SET_PR_FPVALID(S, V) ((S)->pr_fpvalid = (V)) argument
|
/linux-3.4.99/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2174 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument
|