Lines Matching refs:iores
108 struct resource *iores; member
775 bus_write_1(sc->iores, NCT_IO_GSR, grpnum); in nct_io_set_group()
786 val = bus_read_1(sc->iores, reg); in nct_io_read()
799 bus_write_1(sc->iores, reg, val); in nct_io_write()
807 if (sc->iores != NULL) in nct_get_ioreg()
834 if (sc->iores != NULL) in nct_read_reg()
868 if (sc->iores != NULL) { in nct_write_reg()
1169 sc->iores = bus_alloc_resource_any(dev, SYS_RES_IOPORT, in nct_attach()
1171 if (sc->iores == NULL) { in nct_attach()
1182 sc->iores, (sc->iores ? "direct" : "indirect")); in nct_attach()
1279 if (sc->iores != NULL) in nct_detach()
1280 bus_release_resource(dev, SYS_RES_IOPORT, sc->iorid, sc->iores); in nct_detach()