Searched refs:tda1004x_read_byte (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/dvb-frontends/
H A Dtda1004x.c135 static int tda1004x_read_byte(struct tda1004x_state *state, int reg) function
167 val = tda1004x_read_byte(state, reg);
354 while(!(tda1004x_read_byte(state, TDA1004X_STATUS_CD) & 0x20)) {
368 data1 = tda1004x_read_byte(state, TDA1004X_DSP_DATA1);
369 data2 = tda1004x_read_byte(state, TDA1004X_DSP_DATA2);
897 status = tda1004x_read_byte(state, TDA1004X_STATUS_CD);
907 if (tda1004x_read_byte(state, TDA1004X_CONFC1) & 0x20)
915 switch (tda1004x_read_byte(state, TDA10045H_WREF_LSB)) {
928 switch (tda1004x_read_byte(state, TDA10046H_TIME_WREF1)) {
947 tda1004x_decode_fec(tda1004x_read_byte(stat
[all...]

Completed in 299 milliseconds