Searched refs:bus (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | pci.py | 46 def MakeMemMappedPciCfgAddr(bus, dev, func, offs): argument 55 return GetMemMappedPciCfgAddrBase() | (bus << 20) | (dev << 15) | (func << 12) | offs 57 def DoPciCfgRead(bits, bus, dev, func, offs): argument 65 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 68 def DoPciCfgWrite(bits, bus, dev, func, offs, val): argument 76 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 79 def ShowPciCfgBytes(bus, dev, func, offset): argument 86 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offset) 87 read_vals = [DoPciCfgRead(32, bus, dev, func, offset + byte) 104 def DoPciCfgDump(bus, dev, func): argument [all …]
|
| /xnu-10002.41.9/libsyscall/mach/ |
| H A D | err_iokit.sub | 93 "(iokit/common) bus bandwidth would be exceeded", // 0x2ec 123 "(iokit/usb) Transaction was not sent on the bus", // 0x00e 124 "(iokit/usb) Transaction was not sent on the bus", // 0x00f 186 "(iokit/firewire) bus reset occurred, generation does not match", // 020
|