Searched refs:atrs (Results 1 – 2 of 2) sorted by relevance
332 sc->fc.ats = &sc->atrs.xferq; in fwohci_init()337 sc->atrs.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE); in fwohci_init()342 sc->atrs.xferq.start = fwohci_start_ats; in fwohci_init()347 sc->atrs.xferq.buf = NULL; in fwohci_init()352 sc->atrs.xferq.dmach = -1; in fwohci_init()357 sc->atrs.ndesc = 2; in fwohci_init()362 sc->atrs.ndb = NDB / 2; in fwohci_init()367 sc->atrs.off = OHCI_ATSOFF; in fwohci_init()491 fwohci_db_init(sc, &sc->atrs); in fwohci_attach()492 if ((sc->atrs.flags & FWOHCI_DBCH_INIT) == 0) in fwohci_attach()[all …]
64 } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; member