Searched defs:physical (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_memory.c43 uint_t physical; /* physical address */ member in struct:drm_device_iomap
94 drm_get_pci_index_reg(dev_info_t *devi, uint_t physical, uint_t size, argument
123 if ((uint_t)physical >= base &&
124 (uint_t)physical < (base + regsize)) {
126 *off = (off_t)(physical - base);
160 regnum = drm_get_pci_index_reg(devi, iomap->physical,
164 " start=0x%x, size=0x%x", iomap->physical, iomap->size);
192 iomap.physical = map->offset;
H A Ddrm_io32.h110 uint32_t physical; /* Physical used by i810 */ member in struct:drm_agp_buffer32
H A Ddrm.h315 unsigned long long offset; /**< Requested physical address (0 for SAREA)*/
319 unsigned long size; /**< Requested physical size (bytes) */
643 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
667 unsigned long aperture_base; /* physical address */
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h127 uint32_t physical; /* Physical used by i810 */ member in struct:drm_agp_buffer32
H A Ddrm.h223 unsigned long long offset; /**< Requested physical address (0 for SAREA)*/
226 unsigned long size; /**< Requested physical size (bytes) */
558 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
582 unsigned long aperture_base; /* physical address */

Completed in 41 milliseconds