OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_QUEUECTRL_QUEUE_RUN
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-i2c.h
118
#define
I2C_QUEUECTRL_QUEUE_RUN
(1 << 5)
/external/u-boot/drivers/i2c/
mxs_i2c.c
126
writel(
I2C_QUEUECTRL_QUEUE_RUN
, &i2c_regs->hw_i2c_queuectrl_set);
171
writel(
I2C_QUEUECTRL_QUEUE_RUN
, &i2c_regs->hw_i2c_queuectrl_set);
Completed in 1714 milliseconds