Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
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()
/Linux-v6.6/drivers/gpu/drm/i915/display/
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()