Lines Matching refs:tseq
56 u8 tseq[16]; member
199 if (!(priv->tseq[4] & HP_SDC_USE_LOOP)) in hp_sdc_mlc_cts()
207 priv->tseq[0] = in hp_sdc_mlc_cts()
209 priv->tseq[1] = HP_SDC_CMD_READ_USE; in hp_sdc_mlc_cts()
210 priv->tseq[2] = 1; in hp_sdc_mlc_cts()
211 priv->tseq[3] = 0; in hp_sdc_mlc_cts()
212 priv->tseq[4] = 0; in hp_sdc_mlc_cts()
247 priv->tseq[0] = in hp_sdc_mlc_out()
249 priv->tseq[1] = 0x7; in hp_sdc_mlc_out()
250 priv->tseq[2] = in hp_sdc_mlc_out()
254 priv->tseq[3] = in hp_sdc_mlc_out()
257 priv->tseq[4] = 0; /* No timeout */ in hp_sdc_mlc_out()
258 if (priv->tseq[3] == HIL_CMD_DHR) in hp_sdc_mlc_out()
259 priv->tseq[4] = 1; in hp_sdc_mlc_out()
260 priv->tseq[5] = HP_SDC_CMD_DO_HIL; in hp_sdc_mlc_out()
288 priv->tseq[0] = in hp_sdc_mlc_out()
290 priv->tseq[1] = HP_SDC_CMD_SET_LPC; in hp_sdc_mlc_out()
291 priv->tseq[2] = 1; in hp_sdc_mlc_out()
293 priv->tseq[3] = 0; in hp_sdc_mlc_out()
295 priv->tseq[3] |= HP_SDC_LPC_APE_IPF; in hp_sdc_mlc_out()
315 hp_sdc_mlc_priv.trans.seq = hp_sdc_mlc_priv.tseq; in hp_sdc_mlc_init()