Lines Matching defs:off2
1083 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1086 u_long addr2 = bsh2 + off2;
1092 __shpcic_io_write_1(bsh2, off2, value);
1094 off2 += 1;
1098 off2 += (count - 1) * 1;
1101 __shpcic_io_write_1(bsh2, off2, value);
1103 off2 -= 1;
1110 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1113 u_long addr2 = bsh2 + off2;
1119 __shpcic_io_write_2(bsh2, off2, value);
1121 off2 += 2;
1125 off2 += (count - 1) * 2;
1128 __shpcic_io_write_2(bsh2, off2, value);
1130 off2 -= 2;
1137 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1140 u_long addr2 = bsh2 + off2;
1146 __shpcic_io_write_4(bsh2, off2, value);
1148 off2 += 4;
1152 off2 += (count - 1) * 4;
1155 __shpcic_io_write_4(bsh2, off2, value);
1157 off2 -= 4;
1164 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1167 u_long addr2 = bsh2 + off2;
1173 __shpcic_mem_write_1(bsh2, off2, value);
1175 off2 += 1;
1179 off2 += (count - 1) * 1;
1182 __shpcic_mem_write_1(bsh2, off2, value);
1184 off2 -= 1;
1191 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1194 u_long addr2 = bsh2 + off2;
1200 __shpcic_mem_write_2(bsh2, off2, value);
1202 off2 += 2;
1206 off2 += (count - 1) * 2;
1209 __shpcic_mem_write_2(bsh2, off2, value);
1211 off2 -= 2;
1218 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1221 u_long addr2 = bsh2 + off2;
1227 __shpcic_mem_write_4(bsh2, off2, value);
1229 off2 += 4;
1233 off2 += (count - 1) * 4;
1236 __shpcic_mem_write_4(bsh2, off2, value);
1238 off2 -= 4;