Searched refs:mse_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mse/
H A Dmse_cbus.c135 static bus_addr_t mse_port[] = {0, 2, 4, 6}; variable
167 sc->sc_port = isa_alloc_resourcev(dev, SYS_RES_IOPORT, &rid, mse_port,
171 if (isa_load_resourcev(sc->sc_port, mse_port, MSE_IOSIZE)) {
208 sc->sc_port = isa_alloc_resourcev(dev, SYS_RES_IOPORT, &rid, mse_port,
212 if (isa_load_resourcev(sc->sc_port, mse_port, MSE_IOSIZE)) {

Completed in 45 milliseconds