Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c210 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
256 d->next_h = (u32)((u64)desc->bus >> 32); in descriptor_list_create()
263 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
278 d->next_h = 0; in descriptor_list_chain()
281 d->next_h = (u32)((u64)next->bus >> 32); in descriptor_list_chain()
320 d->next_h = (u32)((u64)desc->bus >> 32); in descriptor_list_loopback()
H A Dcobalt-omnitek.h23 u32 next_h; member
/openbmc/linux/drivers/media/pci/pt3/
H A Dpt3_dma.c185 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
196 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()
H A Dpt3.h80 u32 next_h; member