Home | History | Annotate | Download | only in dev

Lines Matching refs:off1

1083     bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1085 u_long addr1 = bsh1 + off1;
1091 value = __shpcic_io_read_1(bsh1, off1);
1093 off1 += 1;
1097 off1 += (count - 1) * 1;
1100 value = __shpcic_io_read_1(bsh1, off1);
1102 off1 -= 1;
1110 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1112 u_long addr1 = bsh1 + off1;
1118 value = __shpcic_io_read_2(bsh1, off1);
1120 off1 += 2;
1124 off1 += (count - 1) * 2;
1127 value = __shpcic_io_read_2(bsh1, off1);
1129 off1 -= 2;
1137 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1139 u_long addr1 = bsh1 + off1;
1145 value = __shpcic_io_read_4(bsh1, off1);
1147 off1 += 4;
1151 off1 += (count - 1) * 4;
1154 value = __shpcic_io_read_4(bsh1, off1);
1156 off1 -= 4;
1164 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1166 u_long addr1 = bsh1 + off1;
1172 value = __shpcic_mem_read_1(bsh1, off1);
1174 off1 += 1;
1178 off1 += (count - 1) * 1;
1181 value = __shpcic_mem_read_1(bsh1, off1);
1183 off1 -= 1;
1191 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1193 u_long addr1 = bsh1 + off1;
1199 value = __shpcic_mem_read_2(bsh1, off1);
1201 off1 += 2;
1205 off1 += (count - 1) * 2;
1208 value = __shpcic_mem_read_2(bsh1, off1);
1210 off1 -= 2;
1218 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1220 u_long addr1 = bsh1 + off1;
1226 value = __shpcic_mem_read_4(bsh1, off1);
1228 off1 += 4;
1232 off1 += (count - 1) * 4;
1235 value = __shpcic_mem_read_4(bsh1, off1);
1237 off1 -= 4;