Lines Matching defs:param
1148 u8 ctrl, param[6];
1158 param[0] = 5; /* TOA 5 db */
1160 PMOD_DTMF_TRANS, 1, param);
1162 param[0] = 40; /* REL -46 dbm */
1164 PMOD_DTMF, 1, param);
1171 param[5] = PV32P6_CTN;
1173 param[5] = PV32P6_ATN;
1175 param[0] = 6; /* 6 db */
1176 param[1] = PV32P2_V23R | PV32P2_V22A | PV32P2_V22B |
1178 param[2] = PV32P3_AMOD | PV32P3_V32B | PV32P3_V23B;
1179 param[3] = PV32P4_UT144;
1180 param[4] = PV32P5_UT144;
1181 send_mbox(ch->is, dps | ISAR_HIS_PUMPCFG, ctrl, 6, param);
1187 param[1] = PFAXP2_CTN;
1189 param[1] = PFAXP2_ATN;
1191 param[0] = 6; /* 6 db */
1192 send_mbox(ch->is, dps | ISAR_HIS_PUMPCFG, ctrl, 2, param);
1207 u8 ctrl, param[2] = {0, 0};
1217 2, param);
1222 1, param);
1226 param[0] = S_P1_CHS_8;
1227 param[1] = S_P2_BFT_DEF;
1228 send_mbox(ch->is, dps | ISAR_HIS_SARTCFG, ctrl, 2, param);