Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/linux-2.4.37.9/include/pcmcia/
Dbus_ops.h59 #define bus_inb(b,p) (b)->b_in((b),(p),0) argument
60 #define bus_inw(b,p) (b)->b_in((b),(p),1) argument
61 #define bus_inl(b,p) (b)->b_in((b),(p),2) argument
62 #define bus_inw_ns(b,p) (b)->b_in((b),(p),-1) argument
63 #define bus_inl_ns(b,p) (b)->b_in((b),(p),-2) argument
65 #define bus_insb(b,p,a,c) (b)->b_ins((b),(p),(a),(c),0) argument
66 #define bus_insw(b,p,a,c) (b)->b_ins((b),(p),(a),(c),1) argument
67 #define bus_insl(b,p,a,c) (b)->b_ins((b),(p),(a),(c),2) argument
68 #define bus_insw_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-1) argument
69 #define bus_insl_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-2) argument
[all …]
/linux-2.4.37.9/drivers/char/ip2/
Di2os.h54 #define spin_lock_irqsave(a,b) {save_flags((b));cli();} argument
55 #define spin_unlock_irqrestore(a,b) {restore_flags((b));} argument
56 #define write_lock_irqsave(a,b) spin_lock_irqsave(a,b) argument
57 #define write_unlock_irqrestore(a,b) spin_unlock_irqrestore(a,b) argument
58 #define read_lock_irqsave(a,b) spin_lock_irqsave(a,b) argument
59 #define read_unlock_irqrestore(a,b) spin_unlock_irqrestore(a,b) argument
67 #define SAVE_AND_DISABLE_INTS(a,b) { \ argument
72 #define RESTORE_INTS(a,b) { \ argument
77 #define READ_LOCK_IRQSAVE(a,b) { \ argument
82 #define READ_UNLOCK_IRQRESTORE(a,b) { \ argument
[all …]
/linux-2.4.37.9/arch/ia64/lib/
Didiv64.S27 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
31 # define INT_TO_FP(a,b) fcvt.xf a=b argument
32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
35 #define PASTE1(a,b) a##b argument
36 #define PASTE(a,b) PASTE1(a,b) argument
Didiv32.S28 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
29 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
33 # define INT_TO_FP(a,b) fcvt.xf a=b argument
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
37 #define PASTE1(a,b) a##b argument
38 #define PASTE(a,b) PASTE1(a,b) argument
/linux-2.4.37.9/include/asm-sparc/
Dio.h46 static __inline__ void writeb(u8 b, unsigned long addr) in writeb()
51 static __inline__ void writew(u16 b, unsigned long addr) in writew()
56 static __inline__ void writel(u32 b, unsigned long addr) in writel()
77 static __inline__ void __raw_writeb(u8 b, unsigned long addr) in __raw_writeb()
82 static __inline__ void __raw_writew(u16 b, unsigned long addr) in __raw_writew()
87 static __inline__ void __raw_writel(u32 b, unsigned long addr) in __raw_writel()
115 #define outb_local(b, addr) writeb(b, addr) argument
116 #define outb(b, addr) writeb(b, addr) argument
117 #define outw(b, addr) writew(b, addr) argument
118 #define outl(b, addr) writel(b, addr) argument
[all …]
/linux-2.4.37.9/arch/sparc64/lib/
DVISbzero.S14 #define EXN(x,y,a,b,z) \ argument
25 #define EXC(x,y,a,b,c...) \ argument
44 #define EX(x,y,a,b) EXN(x,y,a,b,0) argument
45 #define EX1(x,y,a,b) EXN(x,y,a,b,1) argument
46 #define EX2(x,y,a,b) EXN(x,y,a,b,2) argument
54 #define EX(x,y,a,b) x,y argument
55 #define EX1(x,y,a,b) x,y argument
56 #define EX2(x,y,a,b) x,y argument
57 #define EXC(x,y,a,b,c...) x,y argument
59 #define EXT(a,b,c) argument
/linux-2.4.37.9/arch/sh/kernel/
Dio.c31 void _outb(unsigned char b, unsigned long port) in _outb()
37 void _outw(unsigned short b, unsigned long port) in _outw()
44 void _outl(unsigned int b, unsigned long port) in _outl()
64 void _outb_p(unsigned char b, unsigned long port) in _outb_p()
70 void _outw_p(unsigned short b, unsigned long port) in _outw_p()
155 void ___raw_writeb(unsigned char b, unsigned long addr) in ___raw_writeb()
160 void ___raw_writew(unsigned short b, unsigned long addr) in ___raw_writew()
166 void ___raw_writel(unsigned int b, unsigned long addr) in ___raw_writel()
172 void _writeb(unsigned char b, unsigned long addr) in _writeb()
179 void _writew(unsigned short b, unsigned long addr) in _writew()
[all …]
Dio_adx.c82 void adx_outb(unsigned char b, unsigned long port) in adx_outb()
87 void adx_outw(unsigned short b, unsigned long port) in adx_outw()
92 void adx_outl(unsigned int b, unsigned long port) in adx_outl()
97 void adx_outb_p(unsigned char b, unsigned long port) in adx_outb_p()
103 void adx_outw_p(unsigned short b, unsigned long port) in adx_outw_p()
109 void adx_outl_p(unsigned int b, unsigned long port) in adx_outl_p()
148 void adx_writeb(unsigned char b, unsigned long addr) in adx_writeb()
153 void adx_writew(unsigned short b, unsigned long addr) in adx_writew()
158 void adx_writel(unsigned int b, unsigned long addr) in adx_writel()
Dio_generic.c98 void generic_outb(unsigned char b, unsigned long port) in generic_outb()
103 void generic_outw(unsigned short b, unsigned long port) in generic_outw()
108 void generic_outl(unsigned int b, unsigned long port) in generic_outl()
113 void generic_outb_p(unsigned char b, unsigned long port) in generic_outb_p()
119 void generic_outw_p(unsigned short b, unsigned long port) in generic_outw_p()
125 void generic_outl_p(unsigned int b, unsigned long port) in generic_outl_p()
170 void generic_writeb(unsigned char b, unsigned long addr) in generic_writeb()
175 void generic_writew(unsigned short b, unsigned long addr) in generic_writew()
180 void generic_writel(unsigned int b, unsigned long addr) in generic_writel()
Dio_cat68701.c93 void cat68701_outb(unsigned char b, unsigned long port) in cat68701_outb()
98 void cat68701_outw(unsigned short b, unsigned long port) in cat68701_outw()
103 void cat68701_outl(unsigned int b, unsigned long port) in cat68701_outl()
108 void cat68701_outb_p(unsigned char b, unsigned long port) in cat68701_outb_p()
114 void cat68701_outw_p(unsigned short b, unsigned long port) in cat68701_outw_p()
120 void cat68701_outl_p(unsigned int b, unsigned long port) in cat68701_outl_p()
165 void cat68701_writeb(unsigned char b, unsigned long addr) in cat68701_writeb()
170 void cat68701_writew(unsigned short b, unsigned long addr) in cat68701_writew()
175 void cat68701_writel(unsigned int b, unsigned long addr) in cat68701_writel()
/linux-2.4.37.9/include/asm-sh64/
Dio.h61 static inline void sh64_out8(unsigned char b, unsigned long addr) in sh64_out8()
67 static inline void sh64_out16(unsigned short b, unsigned long addr) in sh64_out16()
73 static inline void sh64_out32(unsigned long b, unsigned long addr) in sh64_out32()
79 static inline void sh64_out64(unsigned long long b, unsigned long addr) in sh64_out64()
89 #define writeb(b, addr) sh64_out8(b, addr) argument
90 #define writew(b, addr) sh64_out16(b, addr) argument
91 #define writel(b, addr) sh64_out32(b, addr) argument
97 #define ctrl_outb(b, addr) sh64_out8(b, addr) argument
98 #define ctrl_outw(b, addr) sh64_out16(b, addr) argument
99 #define ctrl_outl(b, addr) sh64_out32(b, addr) argument
/linux-2.4.37.9/arch/alpha/lib/
Dio.c28 void _outb(u8 b, unsigned long addr) in _outb()
33 void _outw(u16 b, unsigned long addr) in _outw()
38 void _outl(u32 b, unsigned long addr) in _outl()
91 void ___raw_writeb(u8 b, unsigned long addr) in ___raw_writeb()
96 void ___raw_writew(u16 b, unsigned long addr) in ___raw_writew()
101 void ___raw_writel(u32 b, unsigned long addr) in ___raw_writel()
106 void ___raw_writeq(u64 b, unsigned long addr) in ___raw_writeq()
111 void _writeb(u8 b, unsigned long addr) in _writeb()
117 void _writew(u16 b, unsigned long addr) in _writew()
123 void _writel(u32 b, unsigned long addr) in _writel()
[all …]
/linux-2.4.37.9/arch/mips/sibyte/cfe/
Dcfe_api.h139 #define cfe_cpu_start(a,b,c,d,e) __cfe_cpu_start(a,b,c,d,e) argument
141 #define cfe_enumenv(a,b,d,e,f) __cfe_enumenv(a,b,d,e,f) argument
142 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) argument
143 #define cfe_exit(a,b) __cfe_exit(a,b) argument
146 #define cfe_getenv(a,b,c) __cfe_getenv(a,b,c) argument
149 #define cfe_init(a,b) __cfe_init(a,b) argument
151 #define cfe_ioctl(a,b,c,d,e,f) __cfe_ioctl(a,b,c,d,e,f) argument
153 #define cfe_read(a,b,c) __cfe_read(a,b,c) argument
154 #define cfe_readblk(a,b,c,d) __cfe_readblk(a,b,c,d) argument
155 #define cfe_setenv(a,b) __cfe_setenv(a,b) argument
[all …]
/linux-2.4.37.9/include/asm-parisc/
Dio.h146 #define writeb(b,addr) (*(volatile unsigned char *) (addr) = (b)) argument
147 #define writew(b,addr) (*(volatile unsigned short *) (addr) = (b)) argument
148 #define writel(b,addr) (*(volatile unsigned int *) (addr) = (b)) argument
149 #define writeq(b,addr) (*(volatile u64 *) (addr) = (b)) argument
155 #define writeb(b,addr) __raw_writeb(b,(unsigned long)(addr)) argument
156 #define writew(b,addr) __raw_writew(cpu_to_le16(b),(unsigned long)(addr)) argument
157 #define writel(b,addr) __raw_writel(cpu_to_le32(b),(unsigned long)(addr)) argument
158 #define writeq(b,addr) __raw_writeq(cpu_to_le64(b),(unsigned long)(addr)) argument
173 #define isa_writeb(b,a) writeb((b), EISA_BASE | (a)) argument
174 #define isa_writew(b,a) writew((b), EISA_BASE | (a)) argument
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dppc_asm.h51 #define LVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(103<<1) argument
52 #define STVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(231<<1) argument
58 #define SAVE_VR(n,b,base) li b,THREAD_VR0+(16*(n)); STVX(n,b,base) argument
59 #define SAVE_2VR(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument
60 #define SAVE_4VR(n,b,base) SAVE_2VR(n,b,base); SAVE_2VR(n+2,b,base) argument
61 #define SAVE_8VR(n,b,base) SAVE_4VR(n,b,base); SAVE_4VR(n+4,b,base) argument
62 #define SAVE_16VR(n,b,base) SAVE_8VR(n,b,base); SAVE_8VR(n+8,b,base) argument
63 #define SAVE_32VR(n,b,base) SAVE_16VR(n,b,base); SAVE_16VR(n+16,b,base) argument
64 #define REST_VR(n,b,base) li b,THREAD_VR0+(16*(n)); LVX(n,b,base) argument
65 #define REST_2VR(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_btree.h169 xfs_bmbt_irec_t b; member
194 } b; member
258 #define xfs_btree_check_block(a,b,c,d) argument
259 #define xfs_btree_check_key(a,b,c) argument
260 #define xfs_btree_check_rec(a,b,c) argument
492 #define XFS_EXTLEN_MIN(a,b) xfs_extlen_min(a,b) argument
494 #define XFS_EXTLEN_MIN(a,b) \ argument
500 #define XFS_EXTLEN_MAX(a,b) xfs_extlen_max(a,b) argument
502 #define XFS_EXTLEN_MAX(a,b) \ argument
509 #define XFS_AGBLOCK_MIN(a,b) xfs_agblock_min(a,b) argument
[all …]
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_config.c47 #define CB(b,r) (((volatile uint8_t *) b)[((r)^4)]) argument
48 #define CS(b,r) (((volatile uint16_t *) b)[((r^4)/2)]) argument
49 #define CW(b,r) (((volatile uint32_t *) b)[((r^4)/4)]) argument
51 #define CBP(b,r) (((volatile uint8_t *) b)[(r)]) argument
52 #define CSP(b,r) (((volatile uint16_t *) b)[((r)/2)]) argument
53 #define CWP(b,r) (((volatile uint32_t *) b)[(r)/4]) argument
55 #define SCB(b,r) (((volatile uint8_t *) b)[((r)^3)]) argument
56 #define SCS(b,r) (((volatile uint16_t *) b)[((r^2)/2)]) argument
57 #define SCW(b,r) (((volatile uint32_t *) b)[((r)/4)]) argument
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Dio.h62 #define readb(b) __readb(b) argument
63 #define readw(b) __readw(b) argument
64 #define readl(b) __readl(b) argument
66 #define writeb(v,b) __writeb(v,b) argument
67 #define writew(v,b) __writew(v,b) argument
68 #define writel(v,b) __writel(v,b) argument
/linux-2.4.37.9/include/linux/
Djhash.h24 #define __jhash_mix(a, b, c) \ argument
46 u32 a, b, c, len; in jhash() local
89 u32 a, b, c, len; in jhash2() local
122 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
133 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
Dcompatmac.h76 #define Get_user(a,b) a = get_user(b) argument
77 #define Put_user(a,b) 0,put_user(a,b) argument
78 #define copy_to_user(a,b,c) memcpy_tofs(a,b,c) argument
103 #define my_iounmap(x, b) (((long)x<0x100000)?0:vfree ((void*)x)) argument
140 #define Get_user(a,b) get_user(a,b) argument
141 #define Put_user(a,b) put_user(a,b) argument
147 #define my_iounmap(x,b) (iounmap((char *)(b))) argument
/linux-2.4.37.9/include/asm-alpha/
Djensen.h121 static inline void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb()
136 static inline void jensen_bus_outb(u8 b, unsigned long addr) in jensen_bus_outb()
164 __EXTERN_INLINE void jensen_outb(u8 b, unsigned long addr) in jensen_outb()
188 __EXTERN_INLINE void jensen_outw(u16 b, unsigned long addr) in jensen_outw()
195 __EXTERN_INLINE void jensen_outl(u32 b, unsigned long addr) in jensen_outl()
247 __EXTERN_INLINE void jensen_writeb(u8 b, unsigned long addr) in jensen_writeb()
254 __EXTERN_INLINE void jensen_writew(u16 b, unsigned long addr) in jensen_writew()
261 __EXTERN_INLINE void jensen_writel(u32 b, unsigned long addr) in jensen_writel()
268 __EXTERN_INLINE void jensen_writeq(u64 b, unsigned long addr) in jensen_writeq()
/linux-2.4.37.9/arch/arm/nwfpe/
Dsoftfloat.c1035 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs()
1107 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs()
1181 float32 float32_add( float32 a, float32 b ) in float32_add()
1203 float32 float32_sub( float32 a, float32 b ) in float32_sub()
1225 float32 float32_mul( float32 a, float32 b ) in float32_mul()
1286 float32 float32_div( float32 a, float32 b ) in float32_div()
1349 float32 float32_rem( float32 a, float32 b ) in float32_rem()
1505 flag float32_eq( float32 a, float32 b ) in float32_eq()
1528 flag float32_le( float32 a, float32 b ) in float32_le()
1552 flag float32_lt( float32 a, float32 b ) in float32_lt()
[all …]
/linux-2.4.37.9/include/asm-s390/
Dio.h83 #define writeb(b,addr) (*(volatile unsigned char *) __io_virt(addr) = (b)) argument
84 #define writew(b,addr) (*(volatile unsigned short *) __io_virt(addr) = (b)) argument
85 #define writel(b,addr) (*(volatile unsigned int *) __io_virt(addr) = (b)) argument
87 #define memset_io(a,b,c) memset(__io_virt(a),(b),(c)) argument
88 #define memcpy_fromio(a,b,c) memcpy((a),__io_virt(b),(c)) argument
89 #define memcpy_toio(a,b,c) memcpy(__io_virt(a),(b),(c)) argument
/linux-2.4.37.9/include/asm-s390x/
Dio.h83 #define writeb(b,addr) (*(volatile unsigned char *) __io_virt(addr) = (b)) argument
84 #define writew(b,addr) (*(volatile unsigned short *) __io_virt(addr) = (b)) argument
85 #define writel(b,addr) (*(volatile unsigned int *) __io_virt(addr) = (b)) argument
87 #define memset_io(a,b,c) memset(__io_virt(a),(b),(c)) argument
88 #define memcpy_fromio(a,b,c) memcpy((a),__io_virt(b),(c)) argument
89 #define memcpy_toio(a,b,c) memcpy(__io_virt(a),(b),(c)) argument
/linux-2.4.37.9/include/asm-x86_64/
Dio.h191 #define writeb(b,addr) (*(volatile unsigned char *) __io_virt(addr) = (b)) argument
192 #define writew(b,addr) (*(volatile unsigned short *) __io_virt(addr) = (b)) argument
193 #define writel(b,addr) (*(volatile unsigned int *) __io_virt(addr) = (b)) argument
194 #define writeq(b,addr) (*(volatile unsigned long *) __io_virt(addr) = (b)) argument
203 #define memset_io(a,b,c) memset(__io_virt(a),(b),(c)) argument
218 #define isa_writeb(b,a) writeb(b,__ISA_IO_base + (a)) argument
221 #define isa_memset_io(a,b,c) memset_io(__ISA_IO_base + (a),(b),(c)) argument
222 #define isa_memcpy_fromio(a,b,c) memcpy_fromio((a),__ISA_IO_base + (b),(c)) argument
223 #define isa_memcpy_toio(a,b,c) memcpy_toio(__ISA_IO_base + (a),(b),(c)) argument
230 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d)) argument
[all …]

12345678910>>...32