OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDA
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/i2c/
i2c_bitbang.c
55
#define
SDA
ops->ibo_bits[I2C_BIT_SDA] /* i2c signal */
57
#define OUTPUT ops->ibo_bits[I2C_BIT_OUTPUT] /*
SDA
is output */
58
#define INPUT ops->ibo_bits[I2C_BIT_INPUT] /*
SDA
is input */
87
/* start condition: put
SDA
H->L edge during SCL=H */
90
SETBITS(
SDA
| SCL);
97
/* leave SCL=L and
SDA
=L to avoid unexpected start/stop condition */
108
/* stop condition: put
SDA
L->H edge during SCL=H */
110
/* assume SCL=L,
SDA
=L here */
114
SETBITS(
SDA
| SCL);
165
/* assume SCL=L,
SDA
=L here *
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_i2c_sw.c
37
#define
SDA
true
116
write_bit_to_ddc(ddc_handle,
SDA
, (byte >> shift) & 1);
130
/* The display sends ACK by preventing the
SDA
from going high
132
* If the
SDA
goes high after that bit, it's a NACK
137
write_bit_to_ddc(ddc_handle,
SDA
, true);
148
ack = !read_bit_from_ddc(ddc_handle,
SDA
);
180
if (read_bit_from_ddc(ddc_handle,
SDA
))
197
*
SDA
low means ACK,
SDA
high means NACK
200
write_bit_to_ddc(ddc_handle,
SDA
, !more)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DivergenceAnalysis.h
48
SyncDependenceAnalysis &
SDA
, bool IsLCSSAForm);
134
// The
SDA
links divergent branches to divergent control-flow joins.
135
SyncDependenceAnalysis &
SDA
;
161
std::unique_ptr<SyncDependenceAnalysis>
SDA
;
/src/external/gpl3/gdb/dist/sim/ppc/
ppc-spr-table
75
SDA
:959:0:0
/src/external/gpl3/gdb.old/dist/sim/ppc/
ppc-spr-table
75
SDA
:959:0:0
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DivergenceAnalysis.cpp
95
const LoopInfo &LI, SyncDependenceAnalysis &
SDA
, bool IsLCSSAForm)
96
: F(F), RegionLoop(RegionLoop), DT(DT), LI(LI),
SDA
(
SDA
),
300
const auto &DivDesc =
SDA
.getJoinBlocks(Term);
361
SDA
= std::make_unique<SyncDependenceAnalysis>(DT, PDT, LI);
362
DA = std::make_unique<DivergenceAnalysisImpl>(F, nullptr, DT, LI, *
SDA
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
ddc_regs.h
168
DDC_I2C_REG_LIST(
SDA
)\
187
DDC_I2C_REG_LIST_DCN2(
SDA
)\
Completed in 15 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026