OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISR_ITE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_i2c.c
123
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
| ISR_IRF);
137
while ((bus_space_read_4(iot, ioh, I2C_ISR) &
ISR_ITE
) == 0) {
143
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
);
176
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
| ISR_IRF);
194
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
);
208
while ((bus_space_read_4(iot, ioh, I2C_ISR) &
ISR_ITE
) == 0) {
216
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
);
228
while ((bus_space_read_4(iot, ioh, I2C_ISR) &
ISR_ITE
) == 0) {
236
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
);
248
bus_space_write_4(iot, ioh, I2C_ISR,
ISR_ITE
);
[
all
...]
pxa2x0reg.h
261
#define
ISR_ITE
(1<<6) /* IDBR Transmit Empty */
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025