Home
last modified time | relevance | path

Searched refs:__mode (Results 1 – 8 of 8) sorted by relevance

/linux/arch/m68k/lib/
A Dashldi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
A Dlshrdi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
A Dashrdi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
A Dmuldi3.c68 typedef int SItype __mode(SI); typedef
69 typedef unsigned int USItype __mode(SI); typedef
70 typedef int DItype __mode(DI); typedef
71 typedef int word_type __mode(__word__); typedef
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00lib.h49 #define RATE_MCS(__mode, __mcs) \ argument
50 ((((__mode) & 0x00ff) << 8) | ((__mcs) & 0x00ff))
/linux/include/linux/
A Dcompiler_attributes.h172 #define __mode(x) __attribute__((__mode__(x))) macro
A Dnetfs.h114 } __mode(byte);
/linux/drivers/scsi/bfa/
A Dbfa_svc.c6115 #define bfa_dport_result_start(__dport, __mode) do { \ argument
6118 (__dport)->result.mode = (__mode); \

Completed in 23 milliseconds