OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_stop
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/xscale/
iopi2c.c
200
send_stop
= (flags & I2C_F_STOP) != 0;
local
204
(
send_stop
? IIC_ICR_STOP : 0));
219
int error,
send_stop
= (flags & I2C_F_STOP) != 0;
local
223
sc->sc_icr | IIC_ICR_TB | (
send_stop
? IIC_ICR_STOP : 0));
pxa2x0_i2c.c
501
int
send_stop
= flags & I2C_F_STOP;
local
505
| (last_byte ? ICR_ACKNAK : 0) | (
send_stop
? ICR_STOP : 0));
519
int
send_stop
= flags & I2C_F_STOP;
local
524
| (
send_stop
? ICR_STOP : 0));
/src/sys/dev/ic/
pca9564.c
234
int
send_stop
= (flags & I2C_F_STOP) != 0;
local
237
error = pca9564_ack(sc, !
send_stop
, flags);
248
if (
send_stop
)
258
int
send_stop
= (flags & I2C_F_STOP) != 0;
local
276
if (
send_stop
)
cdnsiic.c
181
const uint8_t *data, size_t datalen, bool
send_stop
)
Completed in 16 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026