Searched refs:llp (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Didma64.c104 channel_writeq(idma64c, LLP, hw->llp); idma64_chan_start()
227 dma_pool_free(idma64c->pool, hw->lli, hw->llp); idma64_desc_free()
244 enum dma_transfer_direction direction, u64 llp) idma64_hw_desc_fill()
278 lli->llp = llp; idma64_hw_desc_fill()
279 return hw->llp; idma64_hw_desc_fill()
288 u64 llp = 0; idma64_desc_fill() local
294 llp = idma64_hw_desc_fill(hw, config, desc->direction, llp); idma64_desc_fill()
320 hw->lli = dma_pool_alloc(idma64c->pool, GFP_NOWAIT, &hw->llp); for_each_sg()
355 u64 llp = channel_readq(idma64c, LLP); idma64_active_desc_size() local
361 if (hw->llp == llp) idma64_active_desc_size()
242 idma64_hw_desc_fill(struct idma64_hw_desc *hw, struct dma_slave_config *config, enum dma_transfer_direction direction, u64 llp) idma64_hw_desc_fill() argument
H A Didma64.h101 u64 llp; member in struct:idma64_lli
110 dma_addr_t llp; member in struct:idma64_hw_desc
H A Dat_hdmac.c605 "new cyclic period llp 0x%08x\n", atc_handle_cyclic()
/linux-4.4.14/drivers/dma/dw/
H A Dcore.c346 dma_addr_t llp; dwc_scan_descriptors() local
353 llp = channel_readl(dwc, LLP); dwc_scan_descriptors()
410 dev_vdbg(chan2dev(&dwc->chan), "%s: llp=%pad\n", __func__, &llp); dwc_scan_descriptors()
417 if (desc->txd.phys == llp) { dwc_scan_descriptors()
422 /* Check first descriptors llp */ dwc_scan_descriptors()
423 if (desc->lli.llp == llp) { dwc_scan_descriptors()
432 if (child->lli.llp == llp) { dwc_scan_descriptors()
463 lli->sar, lli->dar, lli->llp, lli->ctlhi, lli->ctllo); dwc_dump_lli()
535 dev_vdbg(chan2dev(&dwc->chan), "new cyclic period llp 0x%08x\n", dwc_handle_cyclic()
738 prev->lli.llp = desc->txd.phys; dwc_prep_dma_memcpy()
749 prev->lli.llp = 0; dwc_prep_dma_memcpy()
835 prev->lli.llp = desc->txd.phys; for_each_sg()
891 prev->lli.llp = desc->txd.phys; for_each_sg()
910 prev->lli.llp = 0;
1432 last->lli.llp = desc->txd.phys; dw_dma_cyclic_prep()
1438 last->lli.llp = cdesc->desc[0]->txd.phys; dw_dma_cyclic_prep()
H A Dregs.h316 u32 llp; /* chain to next lli */ member in struct:dw_lli
/linux-4.4.14/drivers/bluetooth/
H A Dhci_ll.c508 static const struct hci_uart_proto llp = { variable in typeref:struct:hci_uart_proto
521 return hci_uart_register_proto(&llp); ll_init()
526 return hci_uart_unregister_proto(&llp); ll_deinit()
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dspu_base.c223 u64 llp; __spu_kernel_slb() local
226 llp = mmu_psize_defs[mmu_linear_psize].sllp; __spu_kernel_slb()
228 llp = mmu_psize_defs[mmu_virtual_psize].sllp; __spu_kernel_slb()
231 SLB_VSID_KERNEL | llp; __spu_kernel_slb()
/linux-4.4.14/arch/powerpc/xmon/
H A Dxmon.c2805 unsigned long llp; dump_segments() local
2815 llp = vsid & SLB_VSID_LLP; dump_segments()
2820 llp); dump_segments()
2825 llp); dump_segments()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c1114 unsigned long llp = mmu_psize_defs[mmu_linear_psize].sllp; setup_ksp_vsid() local
1122 sp_vsid |= SLB_VSID_KERNEL | llp; setup_ksp_vsid()
/linux-4.4.14/arch/mips/include/asm/sn/sn0/
H A Dhubio.h192 wcr_f_bad_pkt: 1, /* Force bad llp pkt enable */
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dshubio.h3311 wcr_f_bad_pkt:1, /* Force bad llp pkt enable */

Completed in 351 milliseconds