Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/lx6464es/
Dlx_core.h232 static inline void unpack_pointer(dma_addr_t ptr, u32 *r_low, u32 *r_high) in unpack_pointer() argument
236 *r_high = 0; in unpack_pointer()
238 *r_high = (u32)((u64)ptr>>32); in unpack_pointer()