Lines Matching refs:horus3a_write_reg
81 static int horus3a_write_reg(struct horus3a_priv *priv, u8 reg, u8 val) in horus3a_write_reg() function
96 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_enter_power_save()
98 horus3a_write_reg(priv, 0x29, 0x70); in horus3a_enter_power_save()
100 horus3a_write_reg(priv, 0x28, 0x3e); in horus3a_enter_power_save()
102 horus3a_write_reg(priv, 0x2a, 0x19); in horus3a_enter_power_save()
104 horus3a_write_reg(priv, 0x1c, 0x00); in horus3a_enter_power_save()
129 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_leave_power_save()
131 horus3a_write_reg(priv, 0x1c, 0xc0); in horus3a_leave_power_save()
133 horus3a_write_reg(priv, 0x29, 0x71); in horus3a_leave_power_save()
299 horus3a_write_reg(priv, 0x09, (u8)((g_ctl << 5) | f_ctl)); in horus3a_set_params()
301 horus3a_write_reg(priv, 0x37, (u8)(0x80 | (fc_lpf << 1))); in horus3a_set_params()
303 horus3a_write_reg(priv, 0x05, 0x80); in horus3a_set_params()
305 horus3a_write_reg(priv, 0x2a, 0x7b); in horus3a_set_params()
356 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_attach()
364 horus3a_write_reg(priv, 0x0a, 0x40); in horus3a_attach()
383 horus3a_write_reg(priv, 0x0e, val); in horus3a_attach()