Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/lib/
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
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
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
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-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00lib.h49 #define RATE_MCS(__mode, __mcs) \ argument
50 ((((__mode) & 0x00ff) << 8) | ((__mcs) & 0x00ff))
/Linux-v5.10/include/linux/
Dcompiler_attributes.h172 #define __mode(x) __attribute__((__mode__(x))) macro
/Linux-v5.10/drivers/scsi/bfa/
Dbfa_svc.c6121 #define bfa_dport_result_start(__dport, __mode) do { \ argument
6124 (__dport)->result.mode = (__mode); \