OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freq_buf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/i2c/
xc3028.c
532
uint8_t
freq_buf
[4];
local in function:xc3028_tune_dtv
549
freq_buf
[0] = (div >> 24) & 0xff;
550
freq_buf
[1] = (div >> 16) & 0xff;
551
freq_buf
[2] = (div >> 8) & 0xff;
552
freq_buf
[3] = (div >> 0) & 0xff;
553
error = xc3028_write_buffer(xc,
freq_buf
, sizeof(
freq_buf
));
xc3028.c
532
uint8_t
freq_buf
[4];
local in function:xc3028_tune_dtv
549
freq_buf
[0] = (div >> 24) & 0xff;
550
freq_buf
[1] = (div >> 16) & 0xff;
551
freq_buf
[2] = (div >> 8) & 0xff;
552
freq_buf
[3] = (div >> 0) & 0xff;
553
error = xc3028_write_buffer(xc,
freq_buf
, sizeof(
freq_buf
));
xc3028.c
532
uint8_t
freq_buf
[4];
local in function:xc3028_tune_dtv
549
freq_buf
[0] = (div >> 24) & 0xff;
550
freq_buf
[1] = (div >> 16) & 0xff;
551
freq_buf
[2] = (div >> 8) & 0xff;
552
freq_buf
[3] = (div >> 0) & 0xff;
553
error = xc3028_write_buffer(xc,
freq_buf
, sizeof(
freq_buf
));
Completed in 34 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025