Searched refs:next_l (Results 1 – 4 of 4) sorted by relevance
211 d->next_l = (u32)next | in descriptor_list_create()257 d->next_l = (u32)desc->bus | in descriptor_list_create()264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()275 u32 direction = d->next_l & WRITE_TO_PCI; in descriptor_list_chain()279 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN; in descriptor_list_chain()282 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain()306 d->next_l |= INTERRUPT_ENABLE; in descriptor_list_interrupt_enable()313 d->next_l &= ~INTERRUPT_ENABLE; in descriptor_list_interrupt_disable()321 d->next_l = (u32)desc->bus | (d->next_l & DESCRIPTOR_FLAG_MSK); in descriptor_list_loopback()328 d->next_l |= END_OF_CHAIN; in descriptor_list_end_of_chain()
22 u32 next_l; member
184 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()195 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()204 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
79 u32 next_l; /* bus address of the next xfer_desc */ member