Home
last modified time | relevance | path

Searched refs:freq_buf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dxc3028.c532 uint8_t freq_buf[4]; in xc3028_tune_dtv() local
549 freq_buf[0] = (div >> 24) & 0xff; in xc3028_tune_dtv()
550 freq_buf[1] = (div >> 16) & 0xff; in xc3028_tune_dtv()
551 freq_buf[2] = (div >> 8) & 0xff; in xc3028_tune_dtv()
552 freq_buf[3] = (div >> 0) & 0xff; in xc3028_tune_dtv()
553 error = xc3028_write_buffer(xc, freq_buf, sizeof(freq_buf)); in xc3028_tune_dtv()