Lines Matching defs:bsh2
1202 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1205 u_long addr2 = bsh2 + off2;
1211 __shpcic_io_write_1(bsh2, off2, value);
1220 __shpcic_io_write_1(bsh2, off2, value);
1229 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1232 u_long addr2 = bsh2 + off2;
1238 __shpcic_io_write_2(bsh2, off2, value);
1247 __shpcic_io_write_2(bsh2, off2, value);
1256 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1259 u_long addr2 = bsh2 + off2;
1265 __shpcic_io_write_4(bsh2, off2, value);
1274 __shpcic_io_write_4(bsh2, off2, value);
1283 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1286 u_long addr2 = bsh2 + off2;
1292 __shpcic_mem_write_1(bsh2, off2, value);
1301 __shpcic_mem_write_1(bsh2, off2, value);
1310 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1313 u_long addr2 = bsh2 + off2;
1319 __shpcic_mem_write_2(bsh2, off2, value);
1328 __shpcic_mem_write_2(bsh2, off2, value);
1337 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1340 u_long addr2 = bsh2 + off2;
1346 __shpcic_mem_write_4(bsh2, off2, value);
1355 __shpcic_mem_write_4(bsh2, off2, value);