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

/freebsd-10.3-release/sys/dev/fdc/
H A Dfdc_isa.c87 fdc->resio[i] = NULL;
106 fdc->resio[i + j] = res;
112 if (fdc->resio[2] == NULL) {
116 fdc->iot = rman_get_bustag(fdc->resio[2]);
117 if (fdc->resio[7] == NULL) {
118 port = (rman_get_start(fdc->resio[2]) & ~0x7) + 7;
124 fdc->resio[7] = fdc->resio[2];
129 fdc->resio[7] = res;
H A Dfdcvar.h62 struct resource *resio[FDC_MAXREG]; member in struct:fdc_data
H A Dfdc_pccard.c66 fdc->resio[i] = res;
H A Dfdc.c1610 if (fdc->resio[i] != NULL && fdc->resio[i] != last) {
1612 fdc->ridio[i], fdc->resio[i]);
1613 last = fdc->resio[i];
1614 fdc->resio[i] = NULL;

Completed in 100 milliseconds