Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | REG_READ(type, addr) (*((volatile type *) (addr))) |
#define | REG_WRITE(type, addr, val) do { *((volatile type *) (addr)) = (val); } while(0) |
Definition at line 9 of file reg_rdwr.h.