Lines Matching refs:bus

303         node.appendCompatible("arm,vexpress,config-bus")
336 node.appendCompatible("arm,vexpress,config-bus")
553 def _attach_device(self, device, bus, dma_ports=None):
555 device.pio = bus.master
558 device.dma = bus.slave
583 def attachOnChipIO(self, bus, bridge=None, *args, **kwargs):
584 self._attach_io(self._on_chip_devices(), bus, *args, **kwargs)
668 def attachOnChipIO(self, bus, bridge):
669 self.gic.pio = bus.master
670 self.l2x0_fake.pio = bus.master
671 self.a9scu.pio = bus.master
672 self.global_timer.pio = bus.master
673 self.local_cpu_timer.pio = bus.master
690 # Attach I/O devices to specified bus object. Can't do this
691 # earlier, since the bus object itself is typically defined at the
693 def attachIO(self, bus):
694 self.uart.pio = bus.master
695 self.realview_io.pio = bus.master
696 self.pci_host.pio = bus.master
697 self.timer0.pio = bus.master
698 self.timer1.pio = bus.master
699 self.clcd.pio = bus.master
700 self.clcd.dma = bus.slave
701 self.kmi0.pio = bus.master
702 self.kmi1.pio = bus.master
703 self.cf_ctrl.pio = bus.master
704 self.cf_ctrl.dma = bus.slave
705 self.dmac_fake.pio = bus.master
706 self.uart1_fake.pio = bus.master
707 self.uart2_fake.pio = bus.master
708 self.uart3_fake.pio = bus.master
709 self.smc_fake.pio = bus.master
710 self.sp810_fake.pio = bus.master
711 self.watchdog_fake.pio = bus.master
712 self.gpio0_fake.pio = bus.master
713 self.gpio1_fake.pio = bus.master
714 self.gpio2_fake.pio = bus.master
715 self.ssp_fake.pio = bus.master
716 self.sci_fake.pio = bus.master
717 self.aaci_fake.pio = bus.master
718 self.mmc_fake.pio = bus.master
719 self.rtc.pio = bus.master
720 self.flash_fake.pio = bus.master
721 self.energy_ctrl.pio = bus.master