Home
last modified time | relevance | path

Searched refs:out_phase (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/usb/usx2y/
H A Dusb_stream.h29 unsigned int out_phase; member
H A Dusb_stream.c17 sk->out_phase_peeked = (sk->out_phase & 0xffff) + sk->freqn; in usb_stream_next_packet_size()
32 sk->out_phase = sk->out_phase_peeked; in playback_prep_freqn()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c568 static int calc_phase_step(uint32_t src, uint32_t dst, uint32_t *out_phase) in calc_phase_step() argument
585 *out_phase = mult_frac(unit, src, dst); in calc_phase_step()