Lines Matching refs:bsh2
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);
1101 __shpcic_io_write_1(bsh2, off2, value);
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);
1128 __shpcic_io_write_2(bsh2, off2, value);
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);
1155 __shpcic_io_write_4(bsh2, off2, value);
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);
1182 __shpcic_mem_write_1(bsh2, off2, value);
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);
1209 __shpcic_mem_write_2(bsh2, off2, value);
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);
1236 __shpcic_mem_write_4(bsh2, off2, value);