Home
last modified time | relevance | path

Searched refs:uptr_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c488 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_write_ioctl_128M()
547 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_write_wx_128M()
621 (void *) (uptr_t)(PCI_OFFSET_SECOND_RANGE(adapter, off))); in unm_nic_pci_write_immediate_128M()
632 (uptr_t)(pci_base_offset(adapter, off))); in unm_nic_pci_read_immediate_128M()
713 UNM_NIC_PCI_WRITE_8(*(__uint8_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
716 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
719 UNM_NIC_PCI_WRITE_32(*(__uint32_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
722 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
730 UNM_NIC_HW_BLOCK_WRITE_64(data, (uptr_t)off, (len>>3)); in unm_nic_hw_write_wx_2M()
758 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_read_ioctl_128M()
[all …]
H A Dunm_nic.h85 typedef unsigned long uptr_t; typedef