Lines Matching defs:reg_val
40 struct reg_val {
46 reg_write(struct tc90522_state *state, const struct reg_val *regs, int num)
100 struct reg_val set_tsid[] = {
112 struct reg_val rv;
474 static const struct reg_val reset_sat = { 0x03, 0x01 };
475 static const struct reg_val reset_ter = { 0x01, 0x40 };
530 struct reg_val agc_sat[] = {
536 struct reg_val agc_ter[] = {
542 struct reg_val *rv;
562 static const struct reg_val sleep_sat = { 0x17, 0x01 };
563 static const struct reg_val sleep_ter = { 0x03, 0x90 };
589 static const struct reg_val wakeup_sat = { 0x17, 0x00 };
590 static const struct reg_val wakeup_ter = { 0x03, 0x80 };