Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daac.c663 ip->HostPhysMemPages = ctob(physmem) / AAC_PAGE_SIZE; in aac_init()
665 ip->HostPhysMemPages = in aac_init()
666 (ip->HostPhysMemPages + AAC_PAGE_SIZE) / AAC_PAGE_SIZE; in aac_init()
H A Daacreg.h157 u_int32_t HostPhysMemPages; member