/src/sys/external/bsd/drm2/i915drm/ |
intel_gtt_subr.c | 85 pci_read16(pci_chipset_tag_t pc, int bus, int dev, int func, bus_size_t reg) function in typeref:typename:uint16_t 160 uint16_t gmch_ctrl = pci_read16(pc, 0, 0, 0, I830_GMCH_CTRL); 180 uint16_t gmch_ctrl = pci_read16(pc, 0, 0, 0, I830_GMCH_CTRL); 284 uint16_t toud = pci_read16(pc, 0, 0, 0, I865_TOUD);
|
intel_gtt_subr.c | 85 pci_read16(pci_chipset_tag_t pc, int bus, int dev, int func, bus_size_t reg) function in typeref:typename:uint16_t 160 uint16_t gmch_ctrl = pci_read16(pc, 0, 0, 0, I830_GMCH_CTRL); 180 uint16_t gmch_ctrl = pci_read16(pc, 0, 0, 0, I830_GMCH_CTRL); 284 uint16_t toud = pci_read16(pc, 0, 0, 0, I865_TOUD);
|