Searched refs:x_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vc4/ |
D | vc4_plane.c | 911 u32 x_off = vc4_state->src_x & tile_w_mask; in vc4_plane_mode_set() local 931 pitch0 |= (VC4_SET_FIELD(x_off, SCALER_PITCH0_SINK_PIX) | in vc4_plane_mode_set() 996 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local 1011 x_off = aligned * 16 + last_bits; in vc4_plane_mode_set() 1029 x_off = (vc4_state->src_x % pix_per_tile) / in vc4_plane_mode_set() 1040 vc4_state->offsets[i] += x_off & ~(i ? 1 : 0); in vc4_plane_mode_set()
|
/linux-6.12.1/net/bluetooth/rfcomm/ |
D | tty.c | 862 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local 909 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios() 913 x_off = RFCOMM_RPN_XOFF_CHAR; in rfcomm_tty_set_termios() 992 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes); in rfcomm_tty_set_termios()
|