Searched refs:x_off (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c911 u32 x_off = vc4_state->src_x & tile_w_mask; local
931 pitch0 |= (VC4_SET_FIELD(x_off, SCALER_PITCH0_SINK_PIX) |
996 u32 tile_w, tile, x_off, pix_per_tile; local
1011 x_off = aligned * 16 + last_bits;
1029 x_off = (vc4_state->src_x % pix_per_tile) /
1040 vc4_state->offsets[i] += x_off & ~(i ? 1 : 0);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c865 u8 baud, data_bits, stop_bits, parity, x_on, x_off; local
900 /* Setting the x_on / x_off characters */
912 x_off = new->c_cc[VSTART];
916 x_off = RFCOMM_RPN_XOFF_CHAR;
995 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes);

Completed in 204 milliseconds