Lines Matching refs:IBusPeripheral
67 public void Unregister(IBusPeripheral peripheral) in Unregister()
76 public void Unregister(IBusRegistered<IBusPeripheral> busRegisteredPeripheral) in Unregister()
104 public void Register(IBusPeripheral peripheral, BusRangeRegistration registrationPoint) in Register()
135 public void Register(IBusPeripheral peripheral, BusMultiRegistration registrationPoint) in Register()
140 … public void Register(IBusPeripheral peripheral, BusParametrizedRegistration registrationPoint) in Register()
145 …void IPeripheralRegister<IBusPeripheral, BusMultiRegistration>.Unregister(IBusPeripheral periphera… in Unregister()
157 Unregister((IBusPeripheral)peripheral); in Unregister()
160 …IBusPeripheral peripheral, BusRangeRegistration newRegistration, ICPU context, Func<IEnumerable<IB… in MoveRegistrationWithinContext() argument
172 IBusRegistered<IBusPeripheral> busRegistered; in MoveRegistrationWithinContext()
297 public void LogPeripheralAccess(IBusPeripheral busPeripheral, bool enable = true) in LogPeripheralAccess()
332 public void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()
551 public IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt()
570 .Convert<IBusPeripheral, MappedMemory>() in FindMemory()
584 .Convert<IBusPeripheral, IMapped>(); in GetMappedPeripherals()
587 …public IEnumerable<IBusRegistered<IBusPeripheral>> GetRegistrationsForPeripheralType<T>(IPeriphera… in GetRegistrationsForPeripheralType()
593 …public IEnumerable<IBusRegistered<IBusPeripheral>> GetRegisteredPeripherals(IPeripheral context = … in GetRegisteredPeripherals()
844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory()
975 …public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral, ICPU con… in GetRegistrationPoints()
983 public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral) in GetRegistrationPoints()
1186 public IEnumerable<IRegistered<IBusPeripheral, BusRangeRegistration>> Children
1253 private void UnregisterInner(IBusPeripheral peripheral) in UnregisterInner()
1276 private void UnregisterInner(IBusRegistered<IBusPeripheral> busRegistered) in UnregisterInner()
1305 private IEnumerable<IBusRegistered<IBusPeripheral>> GetPeripheralsForCurrentCPU() in GetPeripheralsForCurrentCPU()
1315 …private IEnumerable<IBusRegistered<IBusPeripheral>> GetAccessiblePeripheralsForContext(IPeripheral… in GetAccessiblePeripheralsForContext()
1321 …private void FillAccessMethodsWithTaggedMethods(IBusPeripheral peripheral, string tag, ref Periphe… in FillAccessMethodsWithTaggedMethods()
1373 …private void FillAccessMethodsWithDefaultMethods(IBusPeripheral peripheral, ref PeripheralAccessMe… in FillAccessMethodsWithDefaultMethods()
1663 …private void RegisterInner(IBusPeripheral peripheral, PeripheralAccessMethods methods, BusRangeReg… in RegisterInner()
1685 … var registeredPeripheral = new BusRegistered<IBusPeripheral>(peripheral, registrationPoint); in RegisterInner()
1879 mappingsForPeripheral = new Dictionary<IBusPeripheral, List<MappedSegmentWrapper>>(); in InitStructures()
1892 … private void AddMappings(IEnumerable<MappedSegmentWrapper> newMappings, IBusPeripheral owner) in AddMappings()
1919 …private void AddMappingsForPeripheral(IBusPeripheral peripheral, BusRangeRegistration registration… in AddMappingsForPeripheral()
1941 private bool RemoveMappingsForPeripheral(IBusPeripheral peripheral) in RemoveMappingsForPeripheral()
2238 private Dictionary<IBusPeripheral, List<MappedSegmentWrapper>> mappingsForPeripheral;
2371 public IBusRegistered<IBusPeripheral> What;