HomeSort by: relevance | last modified time | path
    Searched refs:elink (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/isa/
elink.c 1 /* $NetBSD: elink.c,v 1.19 2022/09/25 17:11:48 thorpej Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: elink.c,v 1.19 2022/09/25 17:11:48 thorpej Exp $");
46 #include <dev/isa/elink.h>
if_ep_isa.c 93 #include <dev/isa/elink.h>
if_ef.c 59 #include <dev/isa/elink.h>
503 DPRINTF(("\n%s: Can't map Elink ID port!\n",
if_eg.c 80 #include <dev/isa/elink.h>
  /src/sys/dev/usb/
uhcivar.h 124 uhci_soft_td_t *elink; /* soft version of qh_elink */ member in struct:uhci_soft_qh
uhci.c 493 lsqh->elink = std;
505 bsqh->elink = NULL;
517 chsqh->elink = NULL;
529 clsqh->elink = NULL;
554 sqh->elink = NULL;
851 DPRINTF("QH(%#jx) at 0x%08jx: hlink=%08jx elink=%08jx", (uintptr_t)sqh,
906 if (sqh->elink != NULL && !(le32toh(sqh->qh.qh_elink) & UHCI_PTR_T))
907 uhci_dump_tds(sqh->elink);
1161 uint32_t elink; local in function:uhci_remove_hs_ctrl
1171 * The T bit should be set in the elink of the QH so that the H
1240 uint32_t elink; local in function:uhci_remove_ls_ctrl
    [all...]

Completed in 43 milliseconds