Lines Matching defs:handle

59 static int 	empb_bsms(bus_space_handle_t handle, bus_size_t offset, 
61 static void empb_bsu(bus_space_handle_t handle,
158 empb_bsms(bus_space_handle_t handle,
161 *nhandlep = handle + offset;
166 empb_bsu(bus_space_handle_t handle, bus_size_t size)
174 empb_bsr1(bus_space_handle_t handle, bus_size_t offset)
180 wp = empb_switch_window(empb_sc, handle);
183 p = (uint8_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp) + offset);
190 empb_bsw1(bus_space_handle_t handle, bus_size_t offset, unsigned value)
195 wp = empb_switch_window(empb_sc, handle);
196 p = (uint8_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp) + offset);
201 empb_bsrm1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer,
207 wp = empb_switch_window(empb_sc, handle);
209 (handle - wp) + offset);
219 empb_bswm1(bus_space_handle_t handle, bus_size_t offset,
225 wp = empb_switch_window(empb_sc, handle);
227 (handle - wp) + offset);
237 empb_bsrr1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer,
243 wp = empb_switch_window(empb_sc, handle);
245 (handle - wp) + offset);
256 empb_bswr1(bus_space_handle_t handle, bus_size_t offset,
262 wp = empb_switch_window(empb_sc, handle);
264 (handle - wp) + offset);
275 empb_bssr1(bus_space_handle_t handle, bus_size_t offset, unsigned value,
281 wp = empb_switch_window(empb_sc, handle);
283 (handle - wp) + offset);
319 empb_bsr2(bus_space_handle_t handle, bus_size_t offset)
325 wp = empb_switch_window(empb_sc, handle);
327 p = (uint16_t*) ((empb_sc->pci_mem_win_t->base) + (handle - wp)
335 empb_bsr2_swap(bus_space_handle_t handle, bus_size_t offset)
341 wp = empb_switch_window(empb_sc, handle);
343 p = (uint16_t*) ((empb_sc->pci_mem_win_t->base) + (handle - wp)
352 empb_bsw2(bus_space_handle_t handle, bus_size_t offset, unsigned value)
357 wp = empb_switch_window(empb_sc, handle);
358 p = (uint16_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp)
364 empb_bsw2_swap(bus_space_handle_t handle, bus_size_t offset, unsigned value)
369 wp = empb_switch_window(empb_sc, handle);
370 p = (uint16_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp)
376 empb_bsrm2(bus_space_handle_t handle, bus_size_t offset, u_int16_t *pointer,
382 wp = empb_switch_window(empb_sc, handle);
384 (handle - wp) + offset);
394 empb_bsrm2_swap(bus_space_handle_t handle, bus_size_t offset,
400 wp = empb_switch_window(empb_sc, handle);
402 (handle - wp) + offset);
412 empb_bswm2(bus_space_handle_t handle, bus_size_t offset,
418 wp = empb_switch_window(empb_sc, handle);
420 (handle - wp) + offset);
430 empb_bswm2_swap(bus_space_handle_t handle, bus_size_t offset,
436 wp = empb_switch_window(empb_sc, handle);
438 (handle - wp) + offset);
448 empb_bsrr2(bus_space_handle_t handle, bus_size_t offset, u_int16_t *pointer,
454 wp = empb_switch_window(empb_sc, handle);
456 (handle - wp) + offset);
467 empb_bsrr2_swap(bus_space_handle_t handle, bus_size_t offset,
473 wp = empb_switch_window(empb_sc, handle);
475 (handle - wp) + offset);
486 empb_bssr2_swap(bus_space_handle_t handle, bus_size_t offset, unsigned value,
492 wp = empb_switch_window(empb_sc, handle);
494 (handle - wp) + offset);
505 empb_bswr2(bus_space_handle_t handle, bus_size_t offset,
511 wp = empb_switch_window(empb_sc, handle);
513 (handle - wp) + offset);
524 empb_bswr2_swap(bus_space_handle_t handle, bus_size_t offset,
530 wp = empb_switch_window(empb_sc, handle);
532 + (handle - wp) + offset);
568 empb_bsr4(bus_space_handle_t handle, bus_size_t offset)
574 wp = empb_switch_window(empb_sc, handle);
577 + (handle - wp) + offset);
584 empb_bsr4_swap(bus_space_handle_t handle, bus_size_t offset)
590 wp = empb_switch_window(empb_sc, handle);
592 p = (uint32_t*) ((empb_sc->pci_mem_win_t->base) + (handle - wp)
601 empb_bsw4(bus_space_handle_t handle, bus_size_t offset, unsigned value)
606 wp = empb_switch_window(empb_sc, handle);
607 p = (uint32_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp)
613 empb_bsw4_swap(bus_space_handle_t handle, bus_size_t offset, unsigned value)
618 wp = empb_switch_window(empb_sc, handle);
619 p = (uint32_t*)((empb_sc->pci_mem_win_t->base) + (handle - wp)
625 empb_bsrm4(bus_space_handle_t handle, bus_size_t offset, u_int32_t *pointer,
631 wp = empb_switch_window(empb_sc, handle);
633 (handle - wp) + offset);
643 empb_bsrm4_swap(bus_space_handle_t handle, bus_size_t offset,
649 wp = empb_switch_window(empb_sc, handle);
651 (handle - wp) + offset);
661 empb_bswm4(bus_space_handle_t handle, bus_size_t offset,
667 wp = empb_switch_window(empb_sc, handle);
669 (handle - wp) + offset);
679 empb_bswm4_swap(bus_space_handle_t handle, bus_size_t offset,
685 wp = empb_switch_window(empb_sc, handle);
687 (handle - wp) + offset);
697 empb_bsrr4(bus_space_handle_t handle, bus_size_t offset, u_int32_t *pointer,
703 wp = empb_switch_window(empb_sc, handle);
705 (handle - wp) + offset);
716 empb_bsrr4_swap(bus_space_handle_t handle, bus_size_t offset,
722 wp = empb_switch_window(empb_sc, handle);
724 + (handle - wp) + offset);
735 empb_bssr4_swap(bus_space_handle_t handle, bus_size_t offset, unsigned value,
741 wp = empb_switch_window(empb_sc, handle);
743 (handle - wp) + offset);
754 empb_bswr4(bus_space_handle_t handle, bus_size_t offset,
760 wp = empb_switch_window(empb_sc, handle);
762 + (handle - wp) + offset);
773 empb_bswr4_swap(bus_space_handle_t handle, bus_size_t offset,
779 wp = empb_switch_window(empb_sc, handle);
781 + (handle - wp) + offset);