Searched refs:regh (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-swapper.c38 * @regh: BAR0 mapped memory handle (Solaris), or simply PCI device @pdev
52 pci_reg_h regh,
64 "pdev = 0x"VXGE_OS_STXFMT", regh = 0x"VXGE_OS_STXFMT", "
65 "legacy_reg = 0x"VXGE_OS_STXFMT, (ptr_t) pdev, (ptr_t) regh,
68 val64 = vxge_os_pio_mem_read64(pdev, regh, &legacy_reg->toc_swapper_fb);
80 vxge_os_pio_mem_write64(pdev, regh,
83 vxge_os_pio_mem_write64(pdev, regh,
86 vxge_os_pio_mem_write64(pdev, regh,
89 vxge_os_pio_mem_write64(pdev, regh,
95 vxge_os_pio_mem_write64(pdev, regh,
50 __hal_legacy_swapper_set( pci_dev_h pdev, pci_reg_h regh, vxge_hal_legacy_reg_t *legacy_reg) argument
[all...]
H A Dvxgehal-swapper.h58 pci_reg_h regh,
H A Dvxgehal-device.h197 pci_reg_h regh,
203 pci_reg_h regh,
219 pci_reg_h regh,
227 pci_reg_h regh,
H A Dvxgehal-device.c43 vxge_hal_pio_mem_write32_upper(pci_dev_h pdev, pci_reg_h regh, u32 val, void *addr) argument
46 vxge_os_pio_mem_write32(pdev, regh, val, addr);
48 vxge_os_pio_mem_write32(pdev, regh, val, (void *) ((char *) addr + 4));
60 vxge_hal_pio_mem_write32_lower(pci_dev_h pdev, pci_reg_h regh, u32 val, argument
64 vxge_os_pio_mem_write32(pdev, regh, val,
67 vxge_os_pio_mem_write32(pdev, regh, val, addr);
337 * @regh: BAR mapped memory handle (Solaris), or simply PCI device @pdev
350 pci_reg_h regh,
363 val64 = vxge_os_pio_mem_read64(pdev, regh, reg);
372 val64 = vxge_os_pio_mem_read64(pdev, regh, re
348 vxge_hal_device_register_poll( pci_dev_h pdev, pci_reg_h regh, u64 *reg, u32 op, u64 mask, u32 max_millis) argument
398 __hal_device_register_stall( pci_dev_h pdev, pci_reg_h regh, u64 *reg, u32 op, u64 mask, u32 max_millis) argument
435 vxge_hal_device_get_legacy_reg(pci_dev_h pdev, pci_reg_h regh, u8 *bar0) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h431 vxge_os_pci_res_len(pci_dev_h pdev, pci_reg_h regh) argument
433 return (((vxge_bus_res_t *) regh)->bus_res_len);
437 vxge_os_pio_mem_read8(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
440 (caddr_t) (((vxge_bus_res_t *) (regh))->bar_start_addr);
442 return bus_space_read_1(((vxge_bus_res_t *) regh)->bus_space_tag,
443 ((vxge_bus_res_t *) regh)->bus_space_handle,
448 vxge_os_pio_mem_read16(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
451 (caddr_t) (((vxge_bus_res_t *) (regh))->bar_start_addr);
453 return bus_space_read_2(((vxge_bus_res_t *) regh)->bus_space_tag,
454 ((vxge_bus_res_t *) regh)
459 vxge_os_pio_mem_read32(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
470 vxge_os_pio_mem_read64(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
490 vxge_os_pio_mem_write8(pci_dev_h pdev, pci_reg_h regh, u8 val, void *addr) argument
501 vxge_os_pio_mem_write16(pci_dev_h pdev, pci_reg_h regh, u16 val, void *addr) argument
512 vxge_os_pio_mem_write32(pci_dev_h pdev, pci_reg_h regh, u32 val, void *addr) argument
523 vxge_os_pio_mem_write64(pci_dev_h pdev, pci_reg_h regh, u64 val, void *addr) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h430 * Read byte value from the specified @regh PCI configuration space at the
514 * @regh: PCI configuration space handle.
520 xge_os_pio_mem_read8(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
523 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
525 (bus_space_handle_t)(((xge_bus_resource_t *)regh)->bus_handle);
527 (((xge_bus_resource_t *)(regh))->bar_start_addr);
536 * @regh: PCI configuration space handle.
543 xge_os_pio_mem_write8(pci_dev_h pdev, pci_reg_h regh, u8 val, void *addr) argument
546 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
548 (bus_space_handle_t)(((xge_bus_resource_t *)regh)
565 xge_os_pio_mem_read16(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
588 xge_os_pio_mem_write16(pci_dev_h pdev, pci_reg_h regh, u16 val, void *addr) argument
609 xge_os_pio_mem_read32(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
632 xge_os_pio_mem_write32(pci_dev_h pdev, pci_reg_h regh, u32 val, void *addr) argument
652 xge_os_pio_mem_read64(pci_dev_h pdev, pci_reg_h regh, void *addr) argument
681 xge_os_pio_mem_write64(pci_dev_h pdev, pci_reg_h regh, u64 val, void *addr) argument
[all...]
/freebsd-11-stable/sys/dev/tws/
H A Dtws_hdm.c86 u_int32_t regh, regl; local
99 regh = tws_read_reg(sc, TWS_I2O0_IOPOBQPH, 4);
101 reg = (((u_int64_t)regh) << 32) | regl;
103 if ( regh == TWS_FIFO_EMPTY32 )
279 u_int32_t regl, regh; local
294 regh = (u_int32_t)(req->cmd_pkt_phy >> 32);
295 /* regh = regh | TWS_MSG_ACC_MASK; */
296 mfa = regh;
302 regh
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h423 void __hal_pio_mem_write32_upper(pci_dev_h pdev, pci_reg_h regh, u32 val,
426 void __hal_pio_mem_write32_lower(pci_dev_h pdev, pci_reg_h regh, u32 val,
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c87 __hal_pio_mem_write32_upper(pci_dev_h pdev, pci_reg_h regh, u32 val, void *addr) argument
90 xge_os_pio_mem_write32(pdev, regh, val, addr);
92 xge_os_pio_mem_write32(pdev, regh, val, (void *)((char *)addr + 4));
104 __hal_pio_mem_write32_lower(pci_dev_h pdev, pci_reg_h regh, u32 val, argument
108 xge_os_pio_mem_write32(pdev, regh, val,
111 xge_os_pio_mem_write32(pdev, regh, val, addr);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h227 vxge_hal_device_get_legacy_reg(pci_dev_h pdev, pci_reg_h regh, u8 *bar0);

Completed in 168 milliseconds