Searched defs:assign_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c182 uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M; local
187 if (space_type == assign_type) { /* exact match */
194 assign_type == PCI_ADDR_MEM32) {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c184 uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M; local
189 if (space_type == assign_type) { /* exact match */
194 assign_type == PCI_ADDR_MEM32) {

Completed in 55 milliseconds