Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | i2c_pxa_platform_data |
Macros | |
#define | DEF_TIMEOUT 32 |
#define | BUS_ERROR (-EREMOTEIO) |
#define | XFER_NAKED (-ECONNREFUSED) |
#define | I2C_RETRY (-2000) /* an error has occurred retry transmit */ |
#define | I2C_ICR_INIT (ICR_BEIE | ICR_IRFIE | ICR_ITEIE | ICR_GCD | ICR_SCLE) |
#define | I2C_ISR_INIT 0x7FF /* status register init */ |
Functions | |
void | pxa_set_i2c_info (struct i2c_pxa_platform_data *info) |
#define XFER_NAKED (-ECONNREFUSED) |
void pxa_set_i2c_info | ( | struct i2c_pxa_platform_data * | info | ) |