Searched defs:V (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | riscos.h | 56 #define WBYTE(A,V) (A)=(uchar)(V) argument 57 #define WWORD(A,V) (A)=(ushort)(V) argument 61 #define WINDW(A,V) (*(ushort *)(A)=(ushort)(V)) argument
|
/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 | 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
|
D | advansys.c | 762 #define ASC_LINUX_VERSION(V, P, S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | stanh.S | 68 .set V,FP_SCR6 define
|
/linux-2.4.37.9/drivers/video/ |
D | sstfb.h | 60 # define print_var(V, X...) \ argument
|