OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2CCON_SI
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
pca9564reg.h
50
#define
I2CCON_SI
(1 << 3) /* Serial Interrupt Flag */
pca9564.c
125
control &= ~(I2CCON_STA|I2CCON_STO|
I2CCON_SI
|I2CCON_AA);
155
if (CSR_READ(sc, PCA9564_I2CCON) &
I2CCON_SI
)
176
control &= ~(I2CCON_STO|
I2CCON_SI
);
192
control &= ~(I2CCON_STA|
I2CCON_SI
);
219
control &= ~(I2CCON_STO|I2CCON_STA|
I2CCON_SI
);
268
control &= ~(I2CCON_STO|I2CCON_STA|
I2CCON_SI
);
290
control &= ~(I2CCON_STO|I2CCON_STA|
I2CCON_SI
|I2CCON_AA);
Completed in 11 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025