Searched refs:LBB (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/dev/drm/ |
| D | i915_suspend.c | 237 dev_priv->saveLBB = (u8) pci_read_config(dev->device, LBB, 1); in i915_save_state() 239 pci_read_config_byte(dev->pdev, LBB, &dev_priv->saveLBB); in i915_save_state() 373 pci_write_config(dev->device, LBB, dev_priv->saveLBB, 1); in i915_restore_state() 375 pci_write_config_byte(dev->pdev, LBB, dev_priv->saveLBB); in i915_restore_state()
|
| D | i915_reg.h | 71 #define LBB 0xf4 macro
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 420 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details() local 421 if (LBB) in print_details() 422 OS << LBB->getName() << " "; in print_details()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 246 if (const BasicBlock *LBB = getBasicBlock()) in getName() local 247 return LBB->getName(); in getName() 278 if (const BasicBlock *LBB = getBasicBlock()) { in print() local 280 WriteAsOperand(OS, LBB, /*PrintType=*/false); in print()
|
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | i915_suspend.c | 805 dev_priv->saveLBB = pci_read_config(dev->dev, LBB, 1); in i915_save_state() 859 pci_write_config(dev->dev, LBB, dev_priv->saveLBB, 1); in i915_restore_state()
|
| D | i915_reg.h | 80 #define LBB 0xf4 macro
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | ChangeLog-1994 | 2640 fix the unmatched LBB/LBE in stabs.
|