Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ie/
HDif_ie_isa.c480 if ((kvtop(sc->iomembot) < 0xC0000) || in ie_isa_ee16_attach()
481 (kvtop(sc->iomembot) + sc->iosize > 0xF0000)) { in ie_isa_ee16_attach()
483 (void *)sc->iomembot); in ie_isa_ee16_attach()
488 pg = ((kvtop(sc->iomembot)) & 0x3C000) >> 14; in ie_isa_ee16_attach()
503 (void) kvtop(sc->iomembot); in ie_isa_ee16_attach()
510 bzero(sc->iomembot, 32); in ie_isa_ee16_attach()
511 bzero(sc->iomembot, sc->iosize); in ie_isa_ee16_attach()
HDif_ievar.h45 caddr_t iomembot; /* memory base address */ member
HDif_ie.c1010 realbase = (uintptr_t) sc->iomembot + sc->iosize - (1 << 24); in check_ie_present()
1022 iscp = (volatile struct ie_int_sys_conf_ptr *) sc->iomembot; in check_ie_present()
1025 scb = (volatile struct ie_sys_ctl_block *) sc->iomembot; in check_ie_present()
1646 sc->iomembot = rman_get_virtual(sc->mem_res); in ie_alloc_resources()