OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2c_con
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/i2c/
davinci_i2c.c
34
REG(&(i2c_base->
i2c_con
)) = 0;\
105
if (REG(&(i2c_base->
i2c_con
)) & I2C_CON_EN) {
106
REG(&(i2c_base->
i2c_con
)) = 0;
120
REG(&(i2c_base->
i2c_con
)) = I2C_CON_EN;
144
REG(&(i2c_base->
i2c_con
)) = tmp;
156
REG(&(i2c_base->
i2c_con
)) = 0;
170
REG(&(i2c_base->
i2c_con
)) = 0;
180
REG(&(i2c_base->
i2c_con
)) = 0;
190
REG(&(i2c_base->
i2c_con
)) = tmp;
201
REG(&(i2c_base->
i2c_con
)) = 0
[
all
...]
davinci_i2c.h
24
u32
i2c_con
;
member in struct:i2c_regs
64
/* I2C Configuration Register (
I2C_CON
): */
Completed in 70 milliseconds