Searched refs:old_ctl (Results 1 – 3 of 3) sorted by relevance
305 uint32_t old_ctl = s->cntp_ctl; in sse_timer_write() local308 if ((old_ctl ^ s->cntp_ctl) & R_CNTP_CTL_ENABLE_MASK) { in sse_timer_write()325 uint32_t old_ctl = s->cntp_aival_ctl; in sse_timer_write() local333 if ((old_ctl ^ s->cntp_aival_ctl) & R_CNTP_AIVAL_CTL_EN_MASK) { in sse_timer_write()
89 uint32_t old_ctl; member
345 ohci->old_ctl = 0; in ohci_soft_reset()1230 if (ohci->old_ctl & (~ohci->ctl) & (OHCI_CTL_BLE | OHCI_CTL_CLE)) { in ohci_frame_boundary()1233 ohci->old_ctl = ohci->ctl; in ohci_frame_boundary()2026 VMSTATE_UINT32(old_ctl, OHCIState),
Completed in 12 milliseconds