Searched refs:UNM_NIC_PCI_READ_32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.h73 *(uint32_t *)(Y) = UNM_NIC_PCI_READ_32(addr);
H A Dunm_nic_hw.c371 while ((tmp = UNM_NIC_PCI_READ_32((void*) offset)) !=
460 win_read = UNM_NIC_PCI_READ_32((void *)
611 return (UNM_NIC_PCI_READ_32(CRB_NORMALIZE(adapter, off)));
631 *data = UNM_NIC_PCI_READ_32((void *)
776 *(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
828 *(__uint32_t *)data = UNM_NIC_PCI_READ_32((void *) (uptr_t)off);
884 *(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
969 (void) UNM_NIC_PCI_READ_32((void *)
1157 *(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
1308 temp = UNM_NIC_PCI_READ_32((voi
[all...]
H A Dniu.c192 result = UNM_NIC_PCI_READ_32((void *)pci_base_offset(adapter,
194 result |= ((uint64_t)UNM_NIC_PCI_READ_32((void *)pci_base_offset(
H A Dunm_nic.h135 #define UNM_NIC_PCI_READ_32(ADDRESS) \ macro

Completed in 241 milliseconds