Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dtcic2.c64 #define TCIC_MEM_ALIGN TCIC_MEM_PAGESIZE
796 i * TCIC_MEM_PAGESIZE, in tcic_chip_mem_alloc()
797 sizepg * TCIC_MEM_PAGESIZE, &memh)) in tcic_chip_mem_alloc()
800 addr = h->sc->membase + (i * TCIC_MEM_PAGESIZE); in tcic_chip_mem_alloc()
817 pcmhp->realsize = sizepg * TCIC_MEM_PAGESIZE; in tcic_chip_mem_alloc()
Dtcic2reg.h818 #define TCIC_MEM_PAGESIZE (1<<TCIC_MEM_SHIFT) macro
Dtcic2var.h95 #define TCIC_MEMSIZE TCIC_MEM_PAGES*TCIC_MEM_PAGESIZE
/openbsd/src/sys/dev/isa/
Dtcic2_isa.c213 sc->subregionmask = (1 << (ia->ia_msize / TCIC_MEM_PAGESIZE)) - 1; in tcic_isa_attach()