Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
processor-cyrix.h File Reference

Go to the source code of this file.

Macros

#define getCx86_old(reg)   ({ outb((reg), 0x22); inb(0x23); })
 
#define setCx86_old(reg, data)
 

Macro Definition Documentation

#define getCx86_old (   reg)    ({ outb((reg), 0x22); inb(0x23); })

Definition at line 32 of file processor-cyrix.h.

#define setCx86_old (   reg,
  data 
)
Value:
do { \
outb((reg), 0x22); \
outb((data), 0x23); \
} while (0)

Definition at line 34 of file processor-cyrix.h.