Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sn/
HDif_sn.c376 uint16_t numPages; in snstart_locked() local
435 numPages = (length + 6) >> 8; in snstart_locked()
442 CSR_WRITE_2(sc, MMU_CMD_REG_W, MMUCR_ALLOC | numPages); in snstart_locked()
472 sc->pages_wanted = numPages; in snstart_locked()
595 uint16_t numPages; in snresume() local
652 numPages = (length + 6) >> 8; in snresume()
676 if (pages_wanted != numPages) { in snresume()