Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/fd/
HDfdc.h66 struct resource *res_ioport, *res_ctl, *res_irq, *res_drq; member
HDfd.c592 fdc->res_ctl = bus_alloc_resource(dev, SYS_RES_IOPORT, in fdc_alloc_resources()
595 if (fdc->res_ctl == NULL) { in fdc_alloc_resources()
600 fdc->ctlt = rman_get_bustag(fdc->res_ctl); in fdc_alloc_resources()
601 fdc->ctlh = rman_get_bushandle(fdc->res_ctl); in fdc_alloc_resources()
638 if (fdc->res_ctl != NULL) { in fdc_release_resources()
640 fdc->res_ctl); in fdc_release_resources()
642 fdc->res_ctl); in fdc_release_resources()