Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/lx6464es/
Dlx_core.h229 static inline void unpack_pointer(dma_addr_t ptr, u32 *r_low, u32 *r_high) in unpack_pointer() argument
233 *r_high = 0; in unpack_pointer()
235 *r_high = (u32)((u64)ptr>>32); in unpack_pointer()