/linux-2.4.37.9/arch/sh64/lib/ |
D | copy_user_memcpy.S | 56 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 57 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 58 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 59 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
/linux-2.4.37.9/crypto/ |
D | blowfish.c | 321 const u32 *P = bctx->p; in encrypt_block() local 367 const u32 *P = ((struct bf_ctx *)ctx)->p; in bf_decrypt() local 403 u32 *P = ((struct bf_ctx *)ctx)->p; in bf_setkey() local
|
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.h | 37 #define ASC_LINUX_VERSION(V, P, S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
D | constants.c | 176 #define P 0x0008 /* PROCESSOR DEVICE */ macro
|
D | ini9100u.c | 109 #define CVT_LINUX_VERSION(V,P,S) (V * 65536 + P * 256 + S) argument
|
D | inia100.c | 64 #define CVT_LINUX_VERSION(V,P,S) (V * 65536 + P * 256 + S) argument
|
D | ini9100u.h | 71 #define CVT_LINUX_VERSION(V,P,S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
D | i91uscsi.c | 84 #define CVT_LINUX_VERSION(V,P,S) (V * 65536 + P * 256 + S) argument
|
D | inia100.h | 64 #define CVT_LINUX_VERSION(V,P,S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_btree.h | 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
D | jfs_xtree.c | 64 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ argument 84 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | common.c | 145 void mem_in_buffer(ADAPTER *a, void *adr, void *P, word length) in mem_in_buffer() 214 void mem_out_buffer(ADAPTER *a, void *adr, void *P, word length) in mem_out_buffer() 283 void io_in_buffer(ADAPTER *a, void *adr, void *P, word length) in io_in_buffer() 343 void io_out_buffer(ADAPTER *a, void *adr, void *P, word length) in io_out_buffer()
|
D | idi.h | 30 byte P[270]; /* data/parameter field */ member 59 byte *P; member
|
D | eicon_isa.h | 28 __u8 P[270]; /* data/parameter field */ member
|
D | idi.c | 88 void *PTR_P(ADAPTER *a, ENTITY *e, void *P) in PTR_P()
|
D | pc.h | 25 byte P[270]; /* data/parameter field */ member
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_ldt.c | 19 #define P(p) ((void *) (unsigned long) (p)) macro
|
D | ia32_ioctl.c | 45 #define P(i) ((void *)(unsigned long)(i)) macro
|
/linux-2.4.37.9/include/asm-mips/baget/ |
D | baget.h | 37 #define BAGET_MSW_BASE(P) (0xe000+(P)*0x100) /* module switches address base */ argument
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | fpu32.c | 129 #define P(num,val) err |= __put_user(val, num + (u32 *)buf) in convert_fxsr_to_user() macro
|
/linux-2.4.37.9/drivers/char/rio/ |
D | riointr.c | 176 #define INCR( P, I ) ((P) = (((P)+(I)) & p->RIOBufferMask)) argument
|
D | rio.h | 247 #define BUMP( P, I ) ((P) = (((P)+(I)) & RIOBufferMask)) argument
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | uart.c | 139 #define PORT_NUM(P) ((P) & NUM) argument 141 #define PORT_IS_SCC(P) ((P) & NUM_IS_SCC) argument 142 #define PORT_BRG(P) (((P) & NUM_BRG) >> NUM_BRG_SHIFT) argument 143 #define PORT_BRG_SET(P,B) (P) = (((P) & ~NUM_BRG) | ((B) << NUM_BRG_SHIFT)) argument
|
/linux-2.4.37.9/drivers/video/riva/ |
D | riva_hw.c | 605 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local 792 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local 1053 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local 1107 unsigned M, N, P; in CalcVClock() local
|
/linux-2.4.37.9/include/net/irda/ |
D | vlsi_ir.h | 402 #define BWP_TO_PHYCTL(B,W,P) ((((B)&0x3f)<<10) | (((W)&0x1f)<<5) | (((P)&0x1f)<<0)) argument
|