Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_plane.c811 u32 x_off = vc4_state->src_x & tile_w_mask; in vc4_plane_mode_set() local
831 pitch0 |= (VC4_SET_FIELD(x_off, SCALER_PITCH0_SINK_PIX) | in vc4_plane_mode_set()
896 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
911 x_off = aligned * 16 + last_bits; in vc4_plane_mode_set()
929 x_off = (vc4_state->src_x % pix_per_tile) / in vc4_plane_mode_set()
940 vc4_state->offsets[i] += x_off & ~(i ? 1 : 0); in vc4_plane_mode_set()
/linux-6.1.9/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()