Home
last modified time | relevance | path

Searched refs:llp (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-hdma-v0-core.c183 struct dw_hdma_v0_llp *llp = chunk->ll_region.vaddr.mem + ofs; in dw_hdma_v0_write_ll_link() local
185 llp->control = control; in dw_hdma_v0_write_ll_link()
186 llp->llp.reg = pointer; in dw_hdma_v0_write_ll_link()
188 struct dw_hdma_v0_llp __iomem *llp = chunk->ll_region.vaddr.io + ofs; in dw_hdma_v0_write_ll_link() local
190 writel(control, &llp->control); in dw_hdma_v0_write_ll_link()
191 writeq(pointer, &llp->llp.reg); in dw_hdma_v0_write_ll_link()
251 SET_CH_32(dw, chan->dir, chan->id, llp.lsb, in dw_hdma_v0_core_start()
253 SET_CH_32(dw, chan->dir, chan->id, llp.msb, in dw_hdma_v0_core_start()
H A Ddw-edma-v0-core.c307 struct dw_edma_v0_llp *llp = chunk->ll_region.vaddr.mem + ofs; in dw_edma_v0_write_ll_link() local
309 llp->control = control; in dw_edma_v0_write_ll_link()
310 llp->llp.reg = pointer; in dw_edma_v0_write_ll_link()
312 struct dw_edma_v0_llp __iomem *llp = chunk->ll_region.vaddr.io + ofs; in dw_edma_v0_write_ll_link() local
314 writel(control, &llp->control); in dw_edma_v0_write_ll_link()
315 writeq(pointer, &llp->llp.reg); in dw_edma_v0_write_ll_link()
424 SET_CH_32(dw, chan->dir, chan->id, llp.lsb, in dw_edma_v0_core_start()
426 SET_CH_32(dw, chan->dir, chan->id, llp.msb, in dw_edma_v0_core_start()
H A Ddw-hdma-v0-regs.h38 } llp; member
126 } llp; member
H A Ddw-edma-v0-regs.h51 } llp; member
230 } llp; member
H A Ddw-hdma-v0-debugfs.c87 CTX_REGISTER(dw, llp.lsb, dir, ch), in dw_hdma_debugfs_regs_ch()
88 CTX_REGISTER(dw, llp.msb, dir, ch), in dw_hdma_debugfs_regs_ch()
H A Ddw-edma-v0-debugfs.c130 CTX_REGISTER(dw, llp.lsb, dir, ch), in dw_edma_debugfs_regs_ch()
131 CTX_REGISTER(dw, llp.msb, dir, ch), in dw_edma_debugfs_regs_ch()
/openbmc/linux/drivers/media/i2c/
H A Dimx355.c85 u32 llp; member
897 .llp = 3672,
909 .llp = 3672,
921 .llp = 3672,
933 .llp = 3672,
945 .llp = 3672,
957 .llp = 3672,
969 .llp = 3672,
981 .llp = 1836,
993 .llp = 1836,
[all …]
H A Dimx319.c99 u32 llp; member
1671 .llp = 3968,
1683 .llp = 3968,
1695 .llp = 3968,
1707 .llp = 3968,
1719 .llp = 2500,
1731 .llp = 2500,
1743 .llp = 2500,
1755 .llp = 2500,
2075 h_blank = mode->llp - imx319->cur_mode->width; in imx319_set_pad_format()
[all …]
H A Dhi556.c103 u32 llp; member
517 .llp = 0x0b00,
535 .llp = 0x0b00,
553 .llp = 0x0b00,
806 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_init_controls()
1076 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_set_format()
H A Dhi847.c107 u32 llp; member
2147 .llp = 0x033C,
2159 .llp = 0x033C,
2515 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_init_controls()
2722 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_set_format()
H A Dhi846.c220 u32 llp; member
1067 .llp = HI846_LINE_LENGTH,
1092 .llp = HI846_LINE_LENGTH,
1118 .llp = HI846_LINE_LENGTH,
1449 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_init_controls()
1789 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_set_format()
/openbmc/linux/drivers/dma/
H A Didma64.c100 channel_writeq(idma64c, LLP, hw->llp); in idma64_chan_start()
222 dma_pool_free(idma64c->pool, hw->lli, hw->llp); in idma64_desc_free()
239 enum dma_transfer_direction direction, u64 llp) in idma64_hw_desc_fill() argument
273 lli->llp = llp; in idma64_hw_desc_fill()
283 u64 llp = 0; in idma64_desc_fill() local
288 idma64_hw_desc_fill(hw, config, desc->direction, llp); in idma64_desc_fill()
289 llp = hw->llp; in idma64_desc_fill()
318 hw->lli = dma_pool_alloc(idma64c->pool, GFP_NOWAIT, &hw->llp); in idma64_prep_slave_sg()
353 u64 llp = channel_readq(idma64c, LLP); in idma64_active_desc_size() local
359 if (hw->llp == llp) in idma64_active_desc_size()
H A Didma64.h99 u64 llp; member
108 dma_addr_t llp; member
/openbmc/linux/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c292 dma_pool_free(chan->desc_pool, hw_desc->lli, hw_desc->llp); in axi_desc_put()
345 desc->lli->llp = cpu_to_le64(adr); in write_desc_llp()
425 write_chan_llp(chan, first->hw_desc[0].llp | lms); in axi_chan_block_xfer_start()
653 hw_desc->lli = axi_desc_get(chan, &hw_desc->llp); in dw_axi_dma_set_hw_desc()
733 u64 llp = 0; in dw_axi_dma_chan_prep_cyclic() local
774 llp = desc->hw_desc[0].llp; in dw_axi_dma_chan_prep_cyclic()
779 write_desc_llp(hw_desc, llp | lms); in dw_axi_dma_chan_prep_cyclic()
780 llp = hw_desc->llp; in dw_axi_dma_chan_prep_cyclic()
811 u64 llp = 0; in dw_axi_dma_chan_prep_slave_sg() local
859 write_desc_llp(hw_desc, llp | lms); in dw_axi_dma_chan_prep_slave_sg()
[all …]
H A Ddw-axi-dmac.h82 __le64 llp; member
95 dma_addr_t llp; member
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_fdma.c116 dcb->llp = 0; in ocelot_fdma_dcb_set_data()
177 dcb->llp = ocelot_fdma_idx_dma(rx_ring->dcbs_dma, idx); in ocelot_fdma_alloc_rx_buffs()
210 u32 llp; in ocelot_fdma_check_stop_rx() local
213 llp = ocelot_fdma_readl(ocelot, MSCC_FDMA_DCB_LLP(MSCC_FDMA_XTR_CHAN)); in ocelot_fdma_check_stop_rx()
214 if (unlikely(llp)) in ocelot_fdma_check_stop_rx()
231 dcb->llp = 0; in ocelot_fdma_rx_set_llp()
511 dcb_llp = dcb->llp; in ocelot_fdma_tx_cleanup()
545 dcb->llp = 0; in ocelot_fdma_tx_cleanup()
579 u32 ident, llp, frm, err, err_code; in ocelot_fdma_interrupt() local
584 llp = ocelot_fdma_readl(ocelot, MSCC_FDMA_INTR_LLP); in ocelot_fdma_interrupt()
[all …]
H A Docelot_fdma.h65 u32 llp; member
/openbmc/u-boot/cmd/
H A Dmem.c371 volatile u64 *llp; in do_mem_loop() local
405 llp = (u64 *)buf; in do_mem_loop()
407 i = *llp; in do_mem_loop()
428 llp = (u64 *)buf; in do_mem_loop()
431 *llp++; in do_mem_loop()
469 volatile u64 *llp; in do_mem_loopw() local
513 llp = (u64 *)buf; in do_mem_loopw()
515 *llp = data; in do_mem_loopw()
536 llp = (u64 *)buf; in do_mem_loopw()
539 *llp++ = data; in do_mem_loopw()
/openbmc/linux/drivers/dma/dw/
H A Dcore.c300 dma_addr_t llp; in dwc_scan_descriptors() local
307 llp = channel_readl(dwc, LLP); in dwc_scan_descriptors()
361 dev_vdbg(chan2dev(&dwc->chan), "%s: llp=%pad\n", __func__, &llp); in dwc_scan_descriptors()
368 if (desc->txd.phys == DWC_LLP_LOC(llp)) { in dwc_scan_descriptors()
374 if (lli_read(desc, llp) == llp) { in dwc_scan_descriptors()
383 if (lli_read(child, llp) == llp) { in dwc_scan_descriptors()
416 lli_read(desc, llp), in dwc_dump_lli()
592 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_dma_memcpy()
602 prev->lli.llp = 0; in dwc_prep_dma_memcpy()
680 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_slave_sg()
[all …]
H A Dregs.h374 __le32 llp; /* chain to next lli */ member
/openbmc/linux/drivers/bluetooth/
H A Dhci_ll.c683 static const struct hci_uart_proto llp; variable
759 return hci_uart_register_device(hu, &llp); in hci_ti_probe()
798 static const struct hci_uart_proto llp = { variable
814 return hci_uart_register_proto(&llp); in ll_init()
821 return hci_uart_unregister_proto(&llp); in ll_deinit()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c924 uint64_t llp; in get_vrma_llp() local
943 llp = (l << SLB_VSID_L_SHIFT) | (lp << SLB_VSID_LP_SHIFT); in get_vrma_llp()
950 llp = (vrmasd << SLB_VSID_LP_SHIFT) & SLB_VSID_LLP_MASK; in get_vrma_llp()
953 return llp; in get_vrma_llp()
958 uint64_t llp = get_vrma_llp(cpu); in build_vrma_slbe() local
959 target_ulong vsid = SLB_VSID_VRMA | llp; in build_vrma_slbe()
977 error_report("Bad VRMA page size encoding 0x" TARGET_FMT_lx, llp); in build_vrma_slbe()
/openbmc/linux/sound/soc/sof/
H A Dipc4-pcm.c781 struct sof_ipc4_llp_reading_slot llp; in sof_ipc4_pcm_delay() local
817 sof_mailbox_read(sdev, time_info->llp_offset, &llp, sizeof(llp)); in sof_ipc4_pcm_delay()
818 tmp_ptr = ((u64)llp.reading.llp_u << 32) | llp.reading.llp_l; in sof_ipc4_pcm_delay()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dslb.c226 unsigned long llp; in slb_dump_contents() local
247 llp = v & SLB_VSID_LLP; in slb_dump_contents()
251 (v & ~SLB_VSID_B) >> SLB_VSID_SHIFT_1T, llp); in slb_dump_contents()
255 (v & ~SLB_VSID_B) >> SLB_VSID_SHIFT, llp); in slb_dump_contents()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c211 u64 llp; in __spu_kernel_slb() local
214 llp = mmu_psize_defs[mmu_linear_psize].sllp; in __spu_kernel_slb()
216 llp = mmu_psize_defs[mmu_virtual_psize].sllp; in __spu_kernel_slb()
219 SLB_VSID_KERNEL | llp; in __spu_kernel_slb()

12