Home
last modified time | relevance | path

Searched refs:__v (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/arch/arm/mach-ixp2000/include/mach/
Dio.h43 #define inb(p) ({ unsigned int __v = __raw_readb(alignb(___io(p))); __v; })
45 ({ unsigned int __v = (__raw_readw(alignw(___io(p)))); __v; })
47 ({ unsigned int __v = (__raw_readl(___io(p))); __v; })
61 unsigned int __v; \
64 __v = __raw_readb(alignb(p)); \
66 __v = __raw_readb(p); \
69 __v; \
74 unsigned int __v; \
77 __v = __raw_readw(alignw(p)); \
79 __v = le16_to_cpu(__raw_readw(p)); \
[all …]
/linux-3.4.99/arch/arm/include/asm/
Dio.h177 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; })
178 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
179 __raw_readw(__io(p))); __iormb(); __v; })
180 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \
181 __raw_readl(__io(p))); __iormb(); __v; })
238 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; })
239 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; })
240 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; })
277 #define ioread8(p) ({ unsigned int __v = __raw_readb(p); __iormb(); __v; })
278 #define ioread16(p) ({ unsigned int __v = le16_to_cpu((__force __le16)__raw_readw(p)); __iormb(); _…
[all …]
/linux-3.4.99/arch/m68k/include/asm/
Draw_io.h33 ({ u8 __v = (*(__force volatile u8 *) (addr)); __v; })
35 ({ u16 __v = (*(__force volatile u16 *) (addr)); __v; })
37 ({ u32 __v = (*(__force volatile u32 *) (addr)); __v; })
39 ({ u16 __v = le16_to_cpu(*(__force volatile __le16 *) (addr)); __v; })
41 ({ u32 __v = le32_to_cpu(*(__force volatile __le32 *) (addr)); __v; })
Dio_no.h36 ({ unsigned char __v = (*(volatile unsigned char *) (addr)); __v; })
38 ({ unsigned short __v = (*(volatile unsigned short *) (addr)); __v; })
40 ({ unsigned int __v = (*(volatile unsigned int *) (addr)); __v; })
/linux-3.4.99/drivers/usb/host/
Disp1362.h794 u16 __v; \
797 __v = isp1362_read_data16(d); \
798 RDBG("%s: Read %04x from %s[%02x]\n", __func__, __v, #r, \
800 __v; \
804 u32 __v; \
807 __v = isp1362_read_data32(d); \
808 RDBG("%s: Read %08x from %s[%02x]\n", __func__, __v, #r, \
810 __v; \
830 u16 __v; \
831 __v = isp1362_read_reg16(d, r); \
[all …]
/linux-3.4.99/arch/xtensa/include/asm/
Dio.h106 ({ unsigned char __v = (*(volatile unsigned char *)(addr)); __v; })
108 ({ unsigned short __v = (*(volatile unsigned short *)(addr)); __v; })
110 ({ unsigned int __v = (*(volatile unsigned int *)(addr)); __v; })
/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc911x.h847 u32 __v; \
849 SMC_GET_MII_ACC((lp), __v); \
850 } while ( __v & MII_ACC_MII_BUSY_ ); \
854 SMC_GET_MII_ACC( (lp), __v); \
855 } while ( __v & MII_ACC_MII_BUSY_ ); \
860 u32 __v; \
862 SMC_GET_MII_ACC((lp), __v); \
863 } while ( __v & MII_ACC_MII_BUSY_ ); \
869 SMC_GET_MII_ACC((lp), __v); \
870 } while ( __v & MII_ACC_MII_BUSY_ ); \
[all …]
Dsmc91x.h1056 unsigned int __v; \
1057 __v = SMC_inw(ioaddr, ADDR0_REG(lp)); \
1058 addr[0] = __v; addr[1] = __v >> 8; \
1059 __v = SMC_inw(ioaddr, ADDR1_REG(lp)); \
1060 addr[2] = __v; addr[3] = __v >> 8; \
1061 __v = SMC_inw(ioaddr, ADDR2_REG(lp)); \
1062 addr[4] = __v; addr[5] = __v >> 8; \
/linux-3.4.99/arch/unicore32/kernel/
Dfpu-ucf64.c41 u32 __v; \
43 : "=r" (__v) : : "cc"); \
44 __v; \
/linux-3.4.99/arch/arm/vfp/
Dvfpinstr.h75 u32 __v; \
77 : "=r" (__v) : : "cc"); \
78 __v; \
/linux-3.4.99/arch/sh/include/asm/
Dio.h38 #define readb_relaxed(c) ({ u8 __v = ioswabb(__raw_readb(c)); __v; })
39 #define readw_relaxed(c) ({ u16 __v = ioswabw(__raw_readw(c)); __v; })
40 #define readl_relaxed(c) ({ u32 __v = ioswabl(__raw_readl(c)); __v; })
41 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; })
/linux-3.4.99/arch/powerpc/platforms/cell/
Dbeat_syscall.h25 #define __BEAT_ADD_VENDOR_ID(__x, __v) ((__v)<<60|(__x))
27 #define __BEAT_ADD_VENDOR_ID(__x, __v) ((u64)(__v)<<60|(__x)) argument
/linux-3.4.99/arch/tile/lib/
Dmemcpy_user_64.c41 unsigned long __v; \
48 : "=r" (__v) : "m" (*(p)), "r" (n)); \
49 __v; \
/linux-3.4.99/arch/h8300/include/asm/
Dio.h72 ({ unsigned char __v = \
74 __v; })
76 ({ unsigned short __v = \
78 __v; })
80 ({ unsigned long __v = \
82 __v; })
/linux-3.4.99/drivers/net/ethernet/cadence/
Dmacb.h347 u32 __v; \
349 __v = gem_readl((__bp), __reg); \
351 __v = macb_readl((__bp), __reg); \
352 __v; \
/linux-3.4.99/arch/blackfin/include/asm/
Ddef_LPBlackfin.h29 u32 __v; \
33 : "=d" (__v) \
36 __v; })
/linux-3.4.99/drivers/net/ethernet/seeq/
Dether3.c113 #define ether3_inb(r) ({ unsigned int __v = readb((r)); udelay(1); __v; })
114 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; })
/linux-3.4.99/drivers/media/video/s5p-fimc/
Dmipi-csis.c147 #define s5pcsis_write(__csis, __r, __v) writel(__v, __csis->regs + __r) argument
/linux-3.4.99/lib/mpi/
Dlonglong.h1387 UWtype __u = (u), __v = (v); \
1391 __vl = __ll_lowpart(__v); \
1392 __vh = __ll_highpart(__v); \
/linux-3.4.99/drivers/platform/x86/
Dthinkpad_acpi.c1652 #define TPV_Q(__v, __id1, __id2, __bv1, __bv2) \ argument
1653 { .vendor = (__v), \
1659 #define TPV_Q_X(__v, __bid1, __bid2, __bv1, __bv2, \ argument
1661 { .vendor = (__v), \