Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
A Ddw-edma-v0-core.c305 struct dw_edma_v0_llp __iomem *llp; in dw_edma_v0_core_write_chunk() local
341 llp = (void __iomem *)&lli[i]; in dw_edma_v0_core_write_chunk()
347 SET_LL_32(&llp->control, control); in dw_edma_v0_core_write_chunk()
350 SET_LL_64(&llp->llp.reg, chunk->ll_region.paddr); in dw_edma_v0_core_write_chunk()
352 SET_LL_32(&llp->llp.lsb, lower_32_bits(chunk->ll_region.paddr)); in dw_edma_v0_core_write_chunk()
353 SET_LL_32(&llp->llp.msb, upper_32_bits(chunk->ll_region.paddr)); in dw_edma_v0_core_write_chunk()
418 SET_CH_64(dw, chan->dir, chan->id, llp.reg, in dw_edma_v0_core_start()
421 SET_CH_32(dw, chan->dir, chan->id, llp.lsb, in dw_edma_v0_core_start()
423 SET_CH_32(dw, chan->dir, chan->id, llp.msb, in dw_edma_v0_core_start()
A Ddw-edma-v0-regs.h51 } llp; member
230 } llp; member
A Ddw-edma-v0-debugfs.c120 REGISTER(llp.lsb), in dw_edma_debugfs_regs_ch()
121 REGISTER(llp.msb), in dw_edma_debugfs_regs_ch()
/linux/drivers/media/i2c/
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 …]
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 …]
A Dhi556.c92 u32 llp; member
457 .llp = 0x0b00,
469 .llp = 0x0b00,
719 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_init_controls()
908 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_set_format()
A Dhi846.c220 u32 llp; member
1067 .llp = HI846_LINE_LENGTH,
1092 .llp = HI846_LINE_LENGTH,
1118 .llp = HI846_LINE_LENGTH,
1448 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_init_controls()
1785 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_set_format()
/linux/drivers/dma/
A Didma64.c100 channel_writeq(idma64c, LLP, hw->llp); in idma64_chan_start()
214 dma_pool_free(idma64c->pool, hw->lli, hw->llp); in idma64_desc_free()
231 enum dma_transfer_direction direction, u64 llp) in idma64_hw_desc_fill() argument
265 lli->llp = llp; in idma64_hw_desc_fill()
275 u64 llp = 0; in idma64_desc_fill() local
280 idma64_hw_desc_fill(hw, config, desc->direction, llp); in idma64_desc_fill()
281 llp = hw->llp; in idma64_desc_fill()
310 hw->lli = dma_pool_alloc(idma64c->pool, GFP_NOWAIT, &hw->llp); in idma64_prep_slave_sg()
345 u64 llp = channel_readq(idma64c, LLP); in idma64_active_desc_size() local
351 if (hw->llp == llp) in idma64_active_desc_size()
A Didma64.h99 u64 llp; member
108 dma_addr_t llp; member
/linux/drivers/dma/dw-axi-dmac/
A Ddw-axi-dmac-platform.c340 desc->lli->llp = cpu_to_le64(adr); in write_desc_llp()
728 u64 llp = 0; in dw_axi_dma_chan_prep_cyclic() local
769 llp = desc->hw_desc[0].llp; in dw_axi_dma_chan_prep_cyclic()
775 llp = hw_desc->llp; in dw_axi_dma_chan_prep_cyclic()
806 u64 llp = 0; in dw_axi_dma_chan_prep_slave_sg() local
855 llp = hw_desc->llp; in dw_axi_dma_chan_prep_slave_sg()
878 u64 llp = 0; in dma_chan_prep_dma_memcpy() local
961 llp = hw_desc->llp; in dma_chan_prep_dma_memcpy()
989 le64_to_cpu(desc->lli->llp), in axi_chan_dump_lli()
1040 u64 llp; in axi_chan_block_xfer_complete() local
[all …]
A Ddw-axi-dmac.h81 __le64 llp; member
94 dma_addr_t llp; member
/linux/drivers/dma/dw/
A Dcore.c302 dma_addr_t llp; in dwc_scan_descriptors() local
309 llp = channel_readl(dwc, LLP); in dwc_scan_descriptors()
370 if (desc->txd.phys == DWC_LLP_LOC(llp)) { in dwc_scan_descriptors()
376 if (lli_read(desc, llp) == llp) { in dwc_scan_descriptors()
385 if (lli_read(child, llp) == llp) { in dwc_scan_descriptors()
418 lli_read(desc, llp), in dwc_dump_lli()
594 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_dma_memcpy()
604 prev->lli.llp = 0; in dwc_prep_dma_memcpy()
684 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_slave_sg()
733 lli_write(prev, llp, desc->txd.phys | lms); in dwc_prep_slave_sg()
[all …]
A Dregs.h374 __le32 llp; /* chain to next lli */ member
/linux/drivers/bluetooth/
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()
/linux/arch/powerpc/mm/book3s64/
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()
/linux/arch/powerpc/platforms/cell/
A Dspu_base.c212 u64 llp; in __spu_kernel_slb() local
215 llp = mmu_psize_defs[mmu_linear_psize].sllp; in __spu_kernel_slb()
217 llp = mmu_psize_defs[mmu_virtual_psize].sllp; in __spu_kernel_slb()
220 SLB_VSID_KERNEL | llp; in __spu_kernel_slb()
/linux/arch/powerpc/xmon/
A Dxmon.c3748 unsigned long llp; in dump_segments() local
3766 llp = vsid & SLB_VSID_LLP; in dump_segments()
3771 llp); in dump_segments()
3776 llp); in dump_segments()
/linux/arch/powerpc/kernel/
A Dprocess.c1660 unsigned long llp = mmu_psize_defs[mmu_linear_psize].sllp; in setup_ksp_vsid() local
1671 sp_vsid |= SLB_VSID_KERNEL | llp; in setup_ksp_vsid()
/linux/tools/power/pm-graph/
A Dsleepgraph.py3399 llp = data.lastPhase(2)
3400 if llp.startswith('suspend_machine'):
3401 if 'waking' not in data.dmesg[llp]:
3402 data.dmesg[llp]['waking'] = [0, 0.0]
3403 data.dmesg[llp]['waking'][0] += 1
3404 data.dmesg[llp]['waking'][1] += \

Completed in 89 milliseconds