Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_plane.c680 u32 x_off = vc4_state->src_x & tile_w_mask; in vc4_plane_mode_set() local
700 pitch0 |= (VC4_SET_FIELD(x_off, SCALER_PITCH0_SINK_PIX) | in vc4_plane_mode_set()
726 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
754 x_off = vc4_state->src_x % pix_per_tile; in vc4_plane_mode_set()
764 vc4_state->offsets[i] += x_off / in vc4_plane_mode_set()
/Linux-v5.4/net/bluetooth/rfcomm/
Dtty.c864 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local
911 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios()
915 x_off = RFCOMM_RPN_XOFF_CHAR; in rfcomm_tty_set_termios()
994 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes); in rfcomm_tty_set_termios()