Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 117) sorted by relevance

12345

/arch/cris/include/arch-v32/arch/
Dbitops.h12 cris_swapnwbrlz(unsigned long w) in cris_swapnwbrlz()
24 cris_swapwbrlz(unsigned long w) in cris_swapwbrlz()
40 ffz(unsigned long w) in ffz()
50 __ffs(unsigned long w) in __ffs()
59 kernel_ffs(unsigned long w) in kernel_ffs()
/arch/cris/include/arch-v10/arch/
Dbitops.h13 static inline unsigned long cris_swapnwbrlz(unsigned long w) in cris_swapnwbrlz()
29 static inline unsigned long cris_swapwbrlz(unsigned long w) in cris_swapwbrlz()
43 static inline unsigned long ffz(unsigned long w) in ffz()
68 static inline unsigned long kernel_ffs(unsigned long w) in kernel_ffs()
/arch/sparc/include/asm/
Dbitops_64.h47 static inline unsigned int hweight64(unsigned long w) in hweight64()
55 static inline unsigned int hweight32(unsigned int w) in hweight32()
63 static inline unsigned int hweight16(unsigned int w) in hweight16()
71 static inline unsigned int hweight8(unsigned int w) in hweight8()
Dide.h49 u32 w; in __ide_insw() local
79 u32 w; in __ide_outsw() local
/arch/m68k/include/asm/
Dmcfne.h29 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) argument
30 #define RSWAP(w) (w) argument
75 #define BSWAP(w) (w) argument
78 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
88 #define BSWAP(w) (w) argument
91 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
99 #define BSWAP(w) (w) argument
102 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
202 unsigned short w, *buf; in ne2000_insw() local
228 unsigned short w, *buf; in ne2000_outsw() local
/arch/arm/plat-omap/include/mach/
Dusb.h39 # define USB2_TRX_MODE(w) (((w)>>24)&0x07) argument
40 # define USB1_TRX_MODE(w) (((w)>>20)&0x07) argument
41 # define USB0_TRX_MODE(w) (((w)>>16)&0x07) argument
53 # define SRP_GPUVBUS(w) (((w)>>24)&0x07) argument
54 # define A_WAIT_VRISE(w) (((w)>>20)&0x07) argument
55 # define B_ASE_BRST(w) (((w)>>16)&0x07) argument
64 # define OTG_HMC(w) (((w)>>0)&0x3f) argument
/arch/mips/kernel/
Dcpu-bugs64.c44 static inline void mult_sh_align_mod(long *v1, long *v2, long *w, in mult_sh_align_mod()
121 long v1[8], v2[8], w[8]; in check_mult_sh() local
246 long v, w, tmp; in check_daddiu() local
/arch/m32r/platforms/mappi/
Dio.c70 static inline void _ne_outw(unsigned short w, void *portp) in _ne_outw()
102 unsigned short w; in _inw() local
106 unsigned short w; in _inw() local
166 void _outw(unsigned short w, unsigned long port) in _outw()
199 void _outw_p(unsigned short w, unsigned long port) in _outw_p()
/arch/xtensa/mm/
Dtlb.c27 int w, i; in __flush_itlb_all() local
40 int w, i; in __flush_dtlb_all() local
/arch/mips/lib/
Dashrdi3.c7 DWunion uu, w; in __ashrdi3() local
Dashldi3.c7 DWunion uu, w; in __ashldi3() local
Dlshrdi3.c7 DWunion uu, w; in __lshrdi3() local
/arch/blackfin/lib/
Dashrdi3.c38 DIunion w; in __ashrdi3() local
Dashldi3.c38 DIunion w; in __ashldi3() local
/arch/sh/lib/
Dashrdi3.c7 DWunion uu, w; in __ashrdi3() local
Dashldi3.c7 DWunion uu, w; in __ashldi3() local
Dlshrdi3.c7 DWunion uu, w; in __lshrdi3() local
/arch/m32r/platforms/m32700ut/
Dio.c111 static inline void _ne_outw(unsigned short w, void *portp) in _ne_outw()
152 unsigned short w; in _inw() local
211 void _outw(unsigned short w, unsigned long port) in _outw()
250 void _outw_p(unsigned short w, unsigned long port) in _outw_p()
/arch/m32r/platforms/mappi3/
Dio.c122 static inline void _ne_outw(unsigned short w, void *portp) in _ne_outw()
164 unsigned short w; in _inw() local
224 void _outw(unsigned short w, unsigned long port) in _outw()
264 void _outw_p(unsigned short w, unsigned long port) in _outw_p()
/arch/m32r/platforms/opsput/
Dio.c111 static inline void _ne_outw(unsigned short w, void *portp) in _ne_outw()
152 unsigned short w; in _inw() local
211 void _outw(unsigned short w, unsigned long port) in _outw()
250 void _outw_p(unsigned short w, unsigned long port) in _outw_p()
/arch/s390/crypto/
Ddes_check_key.c55 u32 n, w; in crypto_des_check_key() local
/arch/sparc/lib/
DPeeCeeI.c99 u32 w; in insb() local
129 u32 w; in insw() local
/arch/mn10300/lib/
Dnegdi2.c48 union DWunion w; in __negdi2() local
/arch/m32r/platforms/mappi2/
Dio.c107 static inline void _ne_outw(unsigned short w, void *portp) in _ne_outw()
148 unsigned short w; in _inw() local
207 void _outw(unsigned short w, unsigned long port) in _outw()
246 void _outw_p(unsigned short w, unsigned long port) in _outw_p()
/arch/parisc/math-emu/
Ddriver.c69 #define FPSW_FLAGS(w) ((w) >> 27) argument
70 #define FPSW_ENABLE(w) ((w) & 0x1f) argument

12345