Searched refs:dib9000_read16_attr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib9000.c | 233 static int dib9000_read16_attr(struct dib9000_state *state, u16 reg, u8 *b, u32 len, u16 attribute) in dib9000_read16_attr() function 302 if (dib9000_read16_attr(state, reg, state->i2c_read_buffer, 2, 0) != 0) in dib9000_read_word() 309 if (dib9000_read16_attr(state, reg, state->i2c_read_buffer, 2, in dib9000_read_word_attr() 315 #define dib9000_read16_noinc_attr(state, reg, b, len, attribute) dib9000_read16_attr(state, reg, b,… 398 #define dib9000_risc_mem_read_chunks(state, b, len) dib9000_read16_attr(state, 1063, b, len, DATA_B…
|