Searched refs:nextphys (Results 1 – 3 of 3) sorted by relevance
364 u_long thiskv, thisphys, nextphys; local447 nextphys = thisphys;448 while (datalen && thisphys == nextphys) {455 nextphys = (thisphys & ~PGOFSET) + NBPG;456 bytes_this_page = nextphys - thisphys;
1054 u_long thiskv, thisphys, nextphys; local1157 nextphys = thisphys;1158 while (datalen && thisphys == nextphys) {1172 nextphys = (thisphys & ~PGOFSET) + NBPG;1173 bytes_this_page = nextphys - thisphys;
2232 ehci_physaddr_t dataphys, dataphyspage, dataphyslastpage, nextphys; in ehci_alloc_sqtd_chain() local2293 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()