Searched refs:tseq (Results 1 – 2 of 2) sorted by relevance
86 t.seq = tseq; in hp_sdc_rtc_do_read_bbrtc()97 if (!((tseq[83] | tseq[90] | tseq[69] | tseq[76] | in hp_sdc_rtc_do_read_bbrtc()98 tseq[55] | tseq[62] | tseq[34] | tseq[41] | in hp_sdc_rtc_do_read_bbrtc()99 tseq[20] | tseq[27] | tseq[6] | tseq[13]) & 0x0f)) in hp_sdc_rtc_do_read_bbrtc()103 rtctm->tm_year = (tseq[83] & 0x0f) + (tseq[90] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()104 rtctm->tm_mon = (tseq[69] & 0x0f) + (tseq[76] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()105 rtctm->tm_mday = (tseq[55] & 0x0f) + (tseq[62] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()107 rtctm->tm_hour = (tseq[34] & 0x0f) + (tseq[41] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()108 rtctm->tm_min = (tseq[20] & 0x0f) + (tseq[27] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()109 rtctm->tm_sec = (tseq[6] & 0x0f) + (tseq[13] & 0x0f) * 10; in hp_sdc_rtc_do_read_bbrtc()[all …]
56 u8 tseq[16]; member207 priv->tseq[0] = 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()250 priv->tseq[2] = in hp_sdc_mlc_out()254 priv->tseq[3] = in hp_sdc_mlc_out()288 priv->tseq[0] = in hp_sdc_mlc_out()291 priv->tseq[2] = 1; in hp_sdc_mlc_out()[all …]
Completed in 7 milliseconds