OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_ICR_INIT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/i2c/
mv_i2c.h
25
#define
I2C_ICR_INIT
(ICR_BEIE | ICR_IRFIE | ICR_ITEIE | ICR_GCD | ICR_SCLE)
mv_i2c.c
83
writel(
I2C_ICR_INIT
| icr_mode, &base->icr);
Completed in 3585 milliseconds