Lines Matching refs:tseq
56 u8 tseq[16]; member
202 if (!(priv->tseq[4] & HP_SDC_USE_LOOP)) in hp_sdc_mlc_cts()
210 priv->tseq[0] = in hp_sdc_mlc_cts()
212 priv->tseq[1] = HP_SDC_CMD_READ_USE; in hp_sdc_mlc_cts()
213 priv->tseq[2] = 1; in hp_sdc_mlc_cts()
214 priv->tseq[3] = 0; in hp_sdc_mlc_cts()
215 priv->tseq[4] = 0; in hp_sdc_mlc_cts()
250 priv->tseq[0] = in hp_sdc_mlc_out()
252 priv->tseq[1] = 0x7; in hp_sdc_mlc_out()
253 priv->tseq[2] = in hp_sdc_mlc_out()
257 priv->tseq[3] = in hp_sdc_mlc_out()
260 priv->tseq[4] = 0; /* No timeout */ in hp_sdc_mlc_out()
261 if (priv->tseq[3] == HIL_CMD_DHR) in hp_sdc_mlc_out()
262 priv->tseq[4] = 1; in hp_sdc_mlc_out()
263 priv->tseq[5] = HP_SDC_CMD_DO_HIL; in hp_sdc_mlc_out()
291 priv->tseq[0] = in hp_sdc_mlc_out()
293 priv->tseq[1] = HP_SDC_CMD_SET_LPC; in hp_sdc_mlc_out()
294 priv->tseq[2] = 1; in hp_sdc_mlc_out()
296 priv->tseq[3] = 0; in hp_sdc_mlc_out()
298 priv->tseq[3] |= HP_SDC_LPC_APE_IPF; in hp_sdc_mlc_out()
318 hp_sdc_mlc_priv.trans.seq = hp_sdc_mlc_priv.tseq; in hp_sdc_mlc_init()