Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/pc98/cbus/
Dpcrtc.c121 int port_rid1, port_rid2; member
162 sc->port_rid2 = 1; in pcrtc_attach()
163 bus_set_resource(dev, SYS_RES_IOPORT, sc->port_rid2, 0x33, 1); in pcrtc_attach()
165 &sc->port_rid2, 0x33, 0x33, 1, RF_ACTIVE))) in pcrtc_attach()
/freebsd-9-stable/sys/x86/isa/
Dclock.c113 int port_rid2; member
633 sc->port_rid2 = 4; in pc98_alloc_resource()
634 bus_set_resource(dev, SYS_RES_IOPORT, sc->port_rid2, TIMER_CNTR1, 1); in pc98_alloc_resource()
636 &sc->port_rid2, iat2, 2, RF_ACTIVE); in pc98_alloc_resource()
654 bus_release_resource(dev, SYS_RES_IOPORT, sc->port_rid2, in pc98_release_resource()