Lines Matching defs:toggle
1288 * If there are left over TDs we need to update the toggle.
1290 * start the toggle at 0 every time.
1291 * For a short transfer we need to update the toggle for the missing
1296 DPRINTF("toggle update status=0x%08jx nstatus=0x%08jx",
1783 " toggle = %jd ioc = %jd bytes = %#jx c_page = %#jx",
1998 /* toggle state needed for bulk endpoints */
2229 /* Save toggle bit and ping status. */
3115 int length, int isread, int *toggle, ehci_soft_qtd_t **lsqtd)
3121 int tog = *toggle;
3126 DPRINTF("xfer=%#jx len %jd isread %jd toggle %jd", (uintptr_t)xfer,
3232 *toggle = tog;
3646 /* Clear toggle */
3758 /* Clear toggle */
3803 /* Start toggle at 1. */
3804 int toggle = 1;
3807 ehci_reset_sqtd_chain(sc, xfer, len, isread, &toggle, &end);