Home
last modified time | relevance | path

Searched refs:nextphys (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Duha.c364 u_long thiskv, thisphys, nextphys; local
447 nextphys = thisphys;
448 while (datalen && thisphys == nextphys) {
455 nextphys = (thisphys & ~PGOFSET) + NBPG;
456 bytes_this_page = nextphys - thisphys;
/mirbsd/src/sys/dev/isa/
Dwds.c1054 u_long thiskv, thisphys, nextphys; local
1157 nextphys = thisphys;
1158 while (datalen && thisphys == nextphys) {
1172 nextphys = (thisphys & ~PGOFSET) + NBPG;
1173 bytes_this_page = nextphys - thisphys;
/mirbsd/src/sys/dev/usb/
Dehci.c2232 ehci_physaddr_t dataphys, dataphyspage, dataphyslastpage, nextphys; in ehci_alloc_sqtd_chain() local
2293 nextphys = htole32(next->physaddr); in ehci_alloc_sqtd_chain()
2296 nextphys = EHCI_NULL; in ehci_alloc_sqtd_chain()
2313 cur->qtd.qtd_next = cur->qtd.qtd_altnext = nextphys; in ehci_alloc_sqtd_chain()