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

Go to the source code of this file.

Data Structures

struct  bfin_kpad_platform_data
 

Macros

#define KEYVAL(col, row, val)   (((1 << col) << 24) | ((1 << row) << 16) | (val))
 

Macro Definition Documentation

#define KEYVAL (   col,
  row,
  val 
)    (((1 << col) << 24) | ((1 << row) << 16) | (val))

Definition at line 21 of file bf54x_keys.h.