Lines Matching defs:off1
1202 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1204 u_long addr1 = bsh1 + off1;
1210 value = __shpcic_io_read_1(bsh1, off1);
1212 off1 += 1;
1216 off1 += (count - 1) * 1;
1219 value = __shpcic_io_read_1(bsh1, off1);
1221 off1 -= 1;
1229 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1231 u_long addr1 = bsh1 + off1;
1237 value = __shpcic_io_read_2(bsh1, off1);
1239 off1 += 2;
1243 off1 += (count - 1) * 2;
1246 value = __shpcic_io_read_2(bsh1, off1);
1248 off1 -= 2;
1256 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1258 u_long addr1 = bsh1 + off1;
1264 value = __shpcic_io_read_4(bsh1, off1);
1266 off1 += 4;
1270 off1 += (count - 1) * 4;
1273 value = __shpcic_io_read_4(bsh1, off1);
1275 off1 -= 4;
1283 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1285 u_long addr1 = bsh1 + off1;
1291 value = __shpcic_mem_read_1(bsh1, off1);
1293 off1 += 1;
1297 off1 += (count - 1) * 1;
1300 value = __shpcic_mem_read_1(bsh1, off1);
1302 off1 -= 1;
1310 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1312 u_long addr1 = bsh1 + off1;
1318 value = __shpcic_mem_read_2(bsh1, off1);
1320 off1 += 2;
1324 off1 += (count - 1) * 2;
1327 value = __shpcic_mem_read_2(bsh1, off1);
1329 off1 -= 2;
1337 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1339 u_long addr1 = bsh1 + off1;
1345 value = __shpcic_mem_read_4(bsh1, off1);
1347 off1 += 4;
1351 off1 += (count - 1) * 4;
1354 value = __shpcic_mem_read_4(bsh1, off1);
1356 off1 -= 4;