Home
last modified time | relevance | path

Searched refs:endidx (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/hil/
Dhp_sdc_rtc.c105 t.endidx = 91; in hp_sdc_rtc_do_read_bbrtc()
171 t.endidx = numreg * 5; in hp_sdc_rtc_read_i8042timer()
174 tseq[t.endidx - 4] |= HP_SDC_ACT_SEMAPHORE; /* numreg assumed > 1 */ in hp_sdc_rtc_read_i8042timer()
292 t.endidx = 10; in hp_sdc_rtc_set_rt()
329 t.endidx = 4; in hp_sdc_rtc_set_fhs()
369 t.endidx = 6; in hp_sdc_rtc_set_i8042timer()
Dhp_sdc_mlc.c205 priv->trans.endidx = 5; in hp_sdc_mlc_cts()
254 priv->trans.endidx = 6; in hp_sdc_mlc_out()
292 priv->trans.endidx = 4; in hp_sdc_mlc_out()
Dhp_sdc.c369 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
380 if (curr->idx >= curr->endidx) { in hp_sdc_put()
516 if (curr->idx >= curr->endidx) { /* This transaction is over. */ in hp_sdc_put()
843 t_sync.endidx = 6; in hp_sdc_init()
918 tq_init.endidx = 5; in hp_sdc_register()
972 tq_init.endidx = 4; in hp_sdc_register()
/linux-2.4.37.9/include/linux/
Dhp_sdc.h65 int endidx; /* transaction is over and done if idx == endidx */ member