Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-omnitek.c222 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
268 d->next_h = (u32)((u64)desc->bus >> 32); in descriptor_list_create()
275 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
290 d->next_h = 0; in descriptor_list_chain()
293 d->next_h = (u32)((u64)next->bus >> 32); in descriptor_list_chain()
332 d->next_h = (u32)((u64)desc->bus >> 32); in descriptor_list_loopback()
Dcobalt-omnitek.h35 u32 next_h; member
/linux-4.4.14/drivers/media/pci/pt3/
Dpt3_dma.c194 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
205 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
214 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
Dpt3.h89 u32 next_h; member