Home
last modified time | relevance | path

Searched refs:p_mapreq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c730 ddi_map_req_t p_mapreq; in px_map() local
805 p_mapreq = *mp; /* dup the whole structure */ in px_map()
806 p_mapreq.map_type = DDI_MT_REGSPEC; in px_map()
807 p_mapreq.map_obj.rp = &p_regspec; in px_map()
808 px_lib_map_attr_check(&p_mapreq); in px_map()
809 rval = ddi_map(dip, &p_mapreq, 0, 0, addrp); in px_map()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c490 ddi_map_req_t p_mapreq; in pci_map() local
537 p_mapreq = *mp; /* dup the whole structure */ in pci_map()
538 p_mapreq.map_type = DDI_MT_REGSPEC; in pci_map()
539 p_mapreq.map_obj.rp = &p_regspec; in pci_map()
540 rval = ddi_map(dip, &p_mapreq, 0, 0, addrp); in pci_map()
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c373 ddi_map_req_t p_mapreq; in niumx_map() local
394 p_mapreq = *mp; /* dup the whole structure */ in niumx_map()
395 p_mapreq.map_type = DDI_MT_REGSPEC; in niumx_map()
396 p_mapreq.map_obj.rp = &p_regspec; in niumx_map()
443 ret = ddi_map(dip, &p_mapreq, 0, 0, vaddrp); in niumx_map()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c692 ddi_map_req_t p_mapreq; in pcmu_map() local
745 p_mapreq = *mp; /* dup the whole structure */ in pcmu_map()
746 p_mapreq.map_type = DDI_MT_REGSPEC; in pcmu_map()
747 p_mapreq.map_obj.rp = &p_regspec; in pcmu_map()
748 rval = ddi_map(dip, &p_mapreq, 0, 0, addrp); in pcmu_map()