Searched refs:ldp_l (Results 1 - 1 of 1) sorted by last modified time

/linux-master/sound/soc/sof/intel/
H A Dhda-stream.c1120 u32 ldp_l, ldp_u; local
1131 ldp_l = readl(hext_stream->pphc_addr + AZX_REG_PPHCLDPL);
1134 return ((u64)ldp_u << 32) | ldp_l;

Completed in 159 milliseconds