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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp565 UInt8 IOPCIDevice::configRead8( IOPCIAddressSpace _space, function in class:IOPCIDevice
568 return (parent->configRead8(_space, offset));
618 UInt8 IOPCIDevice::configRead8( UInt8 offset ) function in class:IOPCIDevice
621 return (parent->configRead8(space, offset));
671 return (configRead8(_space, offset));
H A DIOPCIConfigurator.cpp1778 child->headerType = configRead8(child, kIOPCIConfigHeaderType) & 0x7f;
2238 bridge->secBusNum = configRead8(bridge, kPCI2PCISecondaryBus);
2239 bridge->subBusNum = configRead8(bridge, kPCI2PCISubordinateBus);
3540 configRead8(bridge, kPCI2PCIPrimaryBus),
3541 configRead8(bridge, kPCI2PCISecondaryBus),
3542 configRead8(bridge, kPCI2PCISubordinateBus));
3552 configRead8(bridge, kPCI2PCIPrimaryBus),
3553 configRead8(bridge, kPCI2PCISecondaryBus),
3554 configRead8(bridge, kPCI2PCISubordinateBus));
3721 cls = configRead8(devic
3980 uint8_t CLASS::configRead8( IOPCIConfigEntry * device, uint32_t offset ) function in class:CLASS
[all...]
H A DIOPCIBridge.cpp2013 nub->reserved->headerType = (0x7F & nub->configRead8(kIOPCIConfigHeaderType));
3345 return fBridgeDevice->configRead8( kPCI2PCISecondaryBus );
3350 return fBridgeDevice->configRead8( kPCI2PCISubordinateBus );
3382 UInt8 IOPCI2PCIBridge::configRead8( IOPCIAddressSpace space, function in class:IOPCI2PCIBridge
3385 return (fBridgeDevice->configRead8(space, offset));
3447 pin = nub->configRead8( kIOPCIConfigInterruptPin );
3472 irq = nub->configRead8( kIOPCIConfigInterruptLine );
4004 params->value = owner->configRead8(space, params->address.pci.offset);
H A DIOPCIMessagedInterruptController.cpp378 uint8_t line = device->configRead8(kIOPCIConfigInterruptLine);
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h509 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
518 virtual UInt8 configRead8( UInt8 offset );
542 /*! @function configRead8
548 UInt8 configRead8( IOByteCount offset ) { return (extendedConfigRead8(offset)); } function in class:IOPCIDevice
H A DIOPCIBridge.h210 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset ) = 0;
411 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
H A DIOPCIConfigurator.h409 uint8_t configRead8( IOPCIConfigEntry * device, uint32_t offset);

Completed in 106 milliseconds