Home | History | Annotate | Download | only in ic

Lines Matching defs:bufh

1078 	bus_space_handle_t bufh = sc->sc_bufh;
1081 bus_space_set_region_1(buft, bufh, sc->mem_start, 0, sc->mem_size);
1084 if (bus_space_read_1(buft, bufh, sc->mem_start + i)) {
1101 bus_space_handle_t bufh = sc->sc_bufh;
1107 hdrp->rsr = bus_space_read_1(buft, bufh, src);
1108 hdrp->next_packet = bus_space_read_1(buft, bufh, src + 1);
1109 hdrp->count = bus_space_read_1(buft, bufh, src + 2) |
1110 (bus_space_read_1(buft, bufh, src + 3) << 8);
1122 bus_space_handle_t bufh = sc->sc_bufh;
1130 bus_space_read_region_1(buft, bufh, src, dst, tmp_amount);
1136 bus_space_read_region_1(buft, bufh, src, dst, amount);
1151 bus_space_handle_t bufh = sc->sc_bufh;
1159 bus_space_write_region_1(buft, bufh, buf, data, len);
1165 bus_space_set_region_1(buft, bufh, buf, 0,