Lines Matching refs:horus3a_write_reg
90 static int horus3a_write_reg(struct horus3a_priv *priv, u8 reg, u8 val) in horus3a_write_reg() function
103 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_enter_power_save()
105 horus3a_write_reg(priv, 0x29, 0x70); in horus3a_enter_power_save()
107 horus3a_write_reg(priv, 0x28, 0x3e); in horus3a_enter_power_save()
109 horus3a_write_reg(priv, 0x2a, 0x19); in horus3a_enter_power_save()
111 horus3a_write_reg(priv, 0x1c, 0x00); in horus3a_enter_power_save()
136 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_leave_power_save()
138 horus3a_write_reg(priv, 0x1c, 0xc0); in horus3a_leave_power_save()
140 horus3a_write_reg(priv, 0x29, 0x71); in horus3a_leave_power_save()
327 horus3a_write_reg(priv, 0x09, (u8)((g_ctl << 5) | f_ctl)); in horus3a_set_params()
329 horus3a_write_reg(priv, 0x37, (u8)(0x80 | (fc_lpf << 1))); in horus3a_set_params()
331 horus3a_write_reg(priv, 0x05, 0x80); in horus3a_set_params()
333 horus3a_write_reg(priv, 0x2a, 0x7b); in horus3a_set_params()
384 horus3a_write_reg(priv, 0x2a, 0x79); in horus3a_attach()
392 horus3a_write_reg(priv, 0x0a, 0x40); in horus3a_attach()
411 horus3a_write_reg(priv, 0x0e, val); in horus3a_attach()