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

/freebsd-11.0-release/sys/dev/fdc/
H A Dfdc_cbus.c69 fdc->ioff[i] = i;
83 fdc->ioff[3] = 0;
96 fdc->ioff[4] = 0;
H A Dfdc_isa.c108 fdc->ioff[i + j] = j;
126 fdc->ioff[7] = fdc->ioff[2] + 5;
131 fdc->ioff[7] = rman_get_start(res) & 7;
H A Dfdcvar.h67 int ioff[FDC_MAXREG]; member in struct:fdc_data
H A Dfdc_pccard.c67 fdc->ioff[i] = i;
H A Dfdc.c383 bus_space_write_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg], v);
390 return bus_space_read_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg]);
875 fdc->ioff[FD_YE_DATAPORT], cptr, count);
878 fdc->ioff[FD_YE_DATAPORT], cptr, count);
/freebsd-11.0-release/contrib/gcc/
H A Demit-rtl.c1622 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1);
1623 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT;
1627 offset = GEN_INT (ioff);
1615 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1); local

Completed in 119 milliseconds