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

/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_opregion.c503 u32 asls, mboxes; local
506 asls = pci_read_config(dev->device, PCI_ASLS, 4);
507 DRM_DEBUG("graphic opregion physical addr: 0x%x\n", asls);
508 if (asls == 0) {
513 base = (void *)pmap_mapbios(asls, OPREGION_SIZE);

Completed in 57 milliseconds