Searched refs:llp (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | idma64.c | 104 channel_writeq(idma64c, LLP, hw->llp); in idma64_chan_start() 219 dma_pool_free(idma64c->pool, hw->lli, hw->llp); in idma64_desc_free() 236 enum dma_transfer_direction direction, u64 llp) in idma64_hw_desc_fill() argument 270 lli->llp = llp; in idma64_hw_desc_fill() 280 u64 llp = 0; in idma64_desc_fill() local 285 idma64_hw_desc_fill(hw, config, desc->direction, llp); in idma64_desc_fill() 286 llp = hw->llp; in idma64_desc_fill() 315 hw->lli = dma_pool_alloc(idma64c->pool, GFP_NOWAIT, &hw->llp); in idma64_prep_slave_sg() 350 u64 llp = channel_readq(idma64c, LLP); in idma64_active_desc_size() local 356 if (hw->llp == llp) in idma64_active_desc_size()
|
D | idma64.h | 102 u64 llp; member 111 dma_addr_t llp; member
|
/Linux-v4.19/drivers/dma/dw/ |
D | core.c | 400 dma_addr_t llp; in dwc_scan_descriptors() local 407 llp = channel_readl(dwc, LLP); in dwc_scan_descriptors() 461 dev_vdbg(chan2dev(&dwc->chan), "%s: llp=%pad\n", __func__, &llp); in dwc_scan_descriptors() 468 if (desc->txd.phys == DWC_LLP_LOC(llp)) { in dwc_scan_descriptors() 474 if (lli_read(desc, llp) == llp) { in dwc_scan_descriptors() 483 if (lli_read(child, llp) == llp) { in dwc_scan_descriptors() 516 lli_read(desc, llp), in dwc_dump_lli() 690 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_dma_memcpy() 700 prev->lli.llp = 0; in dwc_prep_dma_memcpy() 778 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_slave_sg() [all …]
|
D | regs.h | 345 __le32 llp; /* chain to next lli */ member
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_ll.c | 675 static const struct hci_uart_proto llp; variable 749 return hci_uart_register_device(hu, &llp); in hci_ti_probe() 788 static const struct hci_uart_proto llp = { variable 804 return hci_uart_register_proto(&llp); in ll_init() 811 return hci_uart_unregister_proto(&llp); in ll_deinit()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | spu_base.c | 225 u64 llp; in __spu_kernel_slb() local 228 llp = mmu_psize_defs[mmu_linear_psize].sllp; in __spu_kernel_slb() 230 llp = mmu_psize_defs[mmu_virtual_psize].sllp; in __spu_kernel_slb() 233 SLB_VSID_KERNEL | llp; in __spu_kernel_slb()
|
/Linux-v4.19/drivers/dma/dw-axi-dmac/ |
D | dw-axi-dmac.h | 72 __le64 llp; member
|
D | dw-axi-dmac-platform.c | 263 desc->lli.llp = cpu_to_le64(adr); in write_desc_llp() 526 le64_to_cpu(desc->lli.llp), in axi_chan_dump_lli()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 3448 unsigned long llp; in dump_segments() local 3466 llp = vsid & SLB_VSID_LLP; in dump_segments() 3471 llp); in dump_segments() 3476 llp); in dump_segments()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | process.c | 1605 unsigned long llp = mmu_psize_defs[mmu_linear_psize].sllp; in setup_ksp_vsid() local 1616 sp_vsid |= SLB_VSID_KERNEL | llp; in setup_ksp_vsid()
|