Searched refs:pl030 (Results 1 – 3 of 3) sorted by relevance
18 pub mod pl030; module50 pub use self::pl030::Pl030;
28 use devices::pl030::PL030_AMBA_ID;
463 let rtc = Arc::new(Mutex::new(devices::pl030::Pl030::new(rtc_evt))); in add_arch_devs()