Searched defs:rtc_pl031_softc (Results 1 – 1 of 1) sorted by relevance
63 struct rtc_pl031_softc { struct64 pthread_mutex_t mtx;66 time_t last_tick;67 uint32_t dr;68 uint32_t mr;69 uint32_t lr;70 uint8_t imsc;71 uint8_t ris;72 uint8_t prev_mis;74 struct mevent *mevp;[all …]