Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdc/
H A Dfdc_isa.c85 fdc->resio[i] = NULL; in fdc_isa_alloc_resources()
104 fdc->resio[i + j] = res; in fdc_isa_alloc_resources()
110 if (fdc->resio[2] == NULL) { in fdc_isa_alloc_resources()
114 fdc->iot = rman_get_bustag(fdc->resio[2]); in fdc_isa_alloc_resources()
115 if (fdc->resio[7] == NULL) { in fdc_isa_alloc_resources()
116 port = (rman_get_start(fdc->resio[2]) & ~0x7) + 7; in fdc_isa_alloc_resources()
122 fdc->resio[7] = fdc->resio[2]; in fdc_isa_alloc_resources()
127 fdc->resio[7] = res; in fdc_isa_alloc_resources()
H A Dfdcvar.h61 struct resource *resio[FDC_MAXREG]; member
H A Dfdc.c1604 if (fdc->resio[i] != NULL && fdc->resio[i] != last) { in fdc_release_resources()
1606 fdc->ridio[i], fdc->resio[i]); in fdc_release_resources()
1607 last = fdc->resio[i]; in fdc_release_resources()
1608 fdc->resio[i] = NULL; in fdc_release_resources()