OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_ICR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_i2c.c
105
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
I2C_ICR
, ICR_UR);
121
bus_space_write_4(iot, ioh,
I2C_ICR
, ICR_UR);
125
bus_space_write_4(iot, ioh,
I2C_ICR
, ICR_IUE | ICR_SCLE);
129
rv = bus_space_read_4(iot, ioh,
I2C_ICR
);
130
bus_space_write_4(iot, ioh,
I2C_ICR
, rv | ICR_START);
131
rv = bus_space_read_4(iot, ioh,
I2C_ICR
);
132
bus_space_write_4(iot, ioh,
I2C_ICR
, rv & ~ICR_STOP);
133
rv = bus_space_read_4(iot, ioh,
I2C_ICR
);
134
bus_space_write_4(iot, ioh,
I2C_ICR
, rv | ICR_TB);
145
rv = bus_space_read_4(iot, ioh,
I2C_ICR
);
[
all
...]
pxa2x0reg.h
237
#define
I2C_ICR
0x1690 /* Control register */
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025