Searched refs:Sp804 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Dtimer_sp804.hh44 #include "params/Sp804.hh"
47 * This implements the dual Sp804 timer block
52 class Sp804 : public AmbaPioDevice class in inherits:AmbaPioDevice
83 Sp804 *parent;
114 Timer(std::string __name, Sp804 *parent, int int_num, Tick clock);
146 Sp804(Params *p);
H A Dtimer_sp804.cc50 Sp804::Sp804(Params *p) function in class:Sp804
57 Sp804::Timer::Timer(std::string __name, Sp804 *_parent, int int_num, Tick _clock)
66 Sp804::read(PacketPtr pkt)
85 Sp804::Timer::read(PacketPtr pkt, Addr daddr)
121 Sp804::write(PacketPtr pkt)
139 Sp804::Timer::write(PacketPtr pkt, Addr daddr)
176 Sp804::Timer::restartCounter(uint32_t val)
197 Sp804
[all...]
H A DRealView.py375 class Sp804(AmbaPioDevice): class in inherits:AmbaPioDevice
376 type = 'Sp804'
628 timer0 = Sp804(int_num0=36, int_num1=36, pio_addr=0x10011000)
629 timer1 = Sp804(int_num0=37, int_num1=37, pio_addr=0x10012000)
803 timer0 = Sp804(int_num0=34, int_num1=34, pio_addr=0x1C110000, clock0='1MHz', clock1='1MHz')
804 timer1 = Sp804(int_num0=35, int_num1=35, pio_addr=0x1C120000, clock0='1MHz', clock1='1MHz')

Completed in 11 milliseconds