Home
last modified time | relevance | path

Searched refs:old_ctl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dsse-timer.c305 uint32_t old_ctl = s->cntp_ctl; in sse_timer_write() local
308 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() local
333 if ((old_ctl ^ s->cntp_aival_ctl) & R_CNTP_AIVAL_CTL_EN_MASK) { in sse_timer_write()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h89 uint32_t old_ctl; member
H A Dhcd-ohci.c345 ohci->old_ctl = 0; in ohci_soft_reset()
1225 if (ohci->old_ctl & (~ohci->ctl) & (OHCI_CTL_BLE | OHCI_CTL_CLE)) { in ohci_frame_boundary()
1228 ohci->old_ctl = ohci->ctl; in ohci_frame_boundary()
2046 VMSTATE_UINT32(old_ctl, OHCIState),
/openbmc/linux/drivers/tty/serial/
H A Dowl-uart.c509 u32 old_ctl, val; in owl_uart_port_write() local
524 old_ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_port_write()
525 val = old_ctl | OWL_UART_CTL_TRFS_TX; in owl_uart_port_write()
541 owl_uart_write(port, old_ctl, OWL_UART_CTL); in owl_uart_port_write()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c442 u32 old_ctl = old_plane_state->ctl; in i9xx_must_disable_cxsr() local
469 old_ctl &= ~DISP_TILED; in i9xx_must_disable_cxsr()
473 return old_ctl != new_ctl; in i9xx_must_disable_cxsr()