Home
last modified time | relevance | path

Searched refs:OTHERS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DDebug.h96 #define OTHERS 1 macro
99 #define ISR OTHERS
103 #define HALT OTHERS
110 #define PNP OTHERS
114 #define MISC OTHERS
123 #define CMHOST OTHERS
126 #define SERIAL (OTHERS<<12)
127 #define IDLE_MODE (OTHERS<<13)
129 #define WRM (OTHERS<<14)
130 #define RDM (OTHERS<<15)
[all …]
/linux-3.4.99/arch/x86/mm/
Dpf_in.h31 OTHERS /* Other instructions can not intercept */ enumerator
Dpf_in.c149 enum reason_type rv = OTHERS; in get_ins_type()