Searched refs:ascot2e_write_reg (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | ascot2e.c | 156 static int ascot2e_write_reg(struct ascot2e_priv *priv, u8 reg, u8 val) in ascot2e_write_reg() function 218 return ascot2e_write_reg(priv, reg, data); in ascot2e_set_reg_bits() 231 ascot2e_write_reg(priv, 0x50, 0x01); in ascot2e_enter_power_save() 244 ascot2e_write_reg(priv, 0x50, 0x00); in ascot2e_leave_power_save() 391 ascot2e_write_reg(priv, 0x4E, 0x01); in ascot2e_set_params() 396 ascot2e_write_reg(priv, 0x4E, 0x00); in ascot2e_set_params() 450 ascot2e_write_reg(priv, 0x04, 0x00); in ascot2e_set_params() 452 ascot2e_write_reg(priv, 0x03, 0xC0); in ascot2e_set_params() 513 ascot2e_write_reg(priv, 0x28, 0x1e); in ascot2e_attach() 515 ascot2e_write_reg(priv, 0x59, 0x04); in ascot2e_attach() [all …]
|