Searched refs:llp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | idma64.c | 104 channel_writeq(idma64c, LLP, hw->llp); in idma64_chan_start() 227 dma_pool_free(idma64c->pool, hw->lli, hw->llp); in idma64_desc_free() 244 enum dma_transfer_direction direction, u64 llp) in idma64_hw_desc_fill() argument 278 lli->llp = llp; in idma64_hw_desc_fill() 279 return hw->llp; in idma64_hw_desc_fill() 288 u64 llp = 0; in idma64_desc_fill() local 294 llp = idma64_hw_desc_fill(hw, config, desc->direction, llp); in idma64_desc_fill() 320 hw->lli = dma_pool_alloc(idma64c->pool, GFP_NOWAIT, &hw->llp); in idma64_prep_slave_sg() 355 u64 llp = channel_readq(idma64c, LLP); in idma64_active_desc_size() local 361 if (hw->llp == llp) in idma64_active_desc_size()
|
D | idma64.h | 101 u64 llp; member 110 dma_addr_t llp; member
|
/linux-4.4.14/drivers/dma/dw/ |
D | core.c | 346 dma_addr_t llp; in dwc_scan_descriptors() local 353 llp = channel_readl(dwc, LLP); in dwc_scan_descriptors() 410 dev_vdbg(chan2dev(&dwc->chan), "%s: llp=%pad\n", __func__, &llp); in dwc_scan_descriptors() 417 if (desc->txd.phys == llp) { in dwc_scan_descriptors() 423 if (desc->lli.llp == llp) { in dwc_scan_descriptors() 432 if (child->lli.llp == llp) { in dwc_scan_descriptors() 463 lli->sar, lli->dar, lli->llp, lli->ctlhi, lli->ctllo); in dwc_dump_lli() 738 prev->lli.llp = desc->txd.phys; in dwc_prep_dma_memcpy() 749 prev->lli.llp = 0; in dwc_prep_dma_memcpy() 835 prev->lli.llp = desc->txd.phys; in dwc_prep_slave_sg() [all …]
|
D | regs.h | 316 u32 llp; /* chain to next lli */ member
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_ll.c | 508 static const struct hci_uart_proto llp = { variable 521 return hci_uart_register_proto(&llp); in ll_init() 526 return hci_uart_unregister_proto(&llp); in ll_deinit()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_base.c | 223 u64 llp; in __spu_kernel_slb() local 226 llp = mmu_psize_defs[mmu_linear_psize].sllp; in __spu_kernel_slb() 228 llp = mmu_psize_defs[mmu_virtual_psize].sllp; in __spu_kernel_slb() 231 SLB_VSID_KERNEL | llp; in __spu_kernel_slb()
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 2805 unsigned long llp; in dump_segments() local 2815 llp = vsid & SLB_VSID_LLP; in dump_segments() 2820 llp); in dump_segments() 2825 llp); in dump_segments()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 1114 unsigned long llp = mmu_psize_defs[mmu_linear_psize].sllp; in setup_ksp_vsid() local 1122 sp_vsid |= SLB_VSID_KERNEL | llp; in setup_ksp_vsid()
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 221 ftp://ftp.llp.fu-berlin.de/pub/linux/LINUX-LAB/whitepapers/pcip.ps.gz 231 ftp://ftp.llp.fu-berlin.de/pub/linux/LINUX-LAB/whitepapers/drivers.ps.gz
|