Home
last modified time | relevance | path

Searched refs:dba (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dau-Wollongong4 # - http://www.dba.org.au/index.asp?sectionID=120
8 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+North
77 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Illawarra
134 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Stanwell%20P…
H A Dau-Sutherland4 # - http://www.dba.org.au/index.asp?sectionID=120
8 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+North
H A Dau-GoldCoast2 # See http://www.dba.org.au/index.asp?sectionID=22&recLocation=Gold+Coast
3 # and http://www.dba.org.au/index.asp?sectionID=120
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c605 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local
619 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
620 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf()
623 return dba; in vb2_dma_sg_attach_dmabuf()
628 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
H A Dvideobuf2-dma-contig.c660 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local
674 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
675 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()
678 return dba; in vb2_dc_attach_dmabuf()
683 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
H A Dvideobuf2-cma-sg.c641 struct dma_buf_attachment *dba; in vb2_cma_sg_attach_dmabuf() local
655 dba = dma_buf_attach(dbuf, buf->dev); in vb2_cma_sg_attach_dmabuf()
656 if (IS_ERR(dba)) { in vb2_cma_sg_attach_dmabuf()
659 return dba; in vb2_cma_sg_attach_dmabuf()
664 buf->db_attach = dba; in vb2_cma_sg_attach_dmabuf()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstm32-timers.c63 u32 dbl, dba; in stm32_timers_dma_burst_read() local
114 dba = FIELD_PREP(TIM_DCR_DBA, reg >> 2); in stm32_timers_dma_burst_read()
115 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.h221 __le32 dba; /* Data base address, 4 bytes aligned */ member
H A Dfsl_sata.c357 prde->dba = cpu_to_le32((u32)buffer & ~0x3); in fsl_ata_exec_ata_cmd()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.h281 __le32 dba; member
H A Dmtip32xx.c1475 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
3469 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h291 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
H A Dcoresight-tmc-core.c272 coresight_tmc_reg64(dba, TMC_DBALO, TMC_DBAHI);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_fsl.c260 u32 dba; member
474 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg()
481 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg()
485 ttl_dwords, prd->dba, prd->ddc_and_ext); in sata_fsl_fill_sg()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/hu.lproj/
H A DLocalizable.strings8 "Enter RandR mode?" = "Belépés RandR módba?";
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c296 xhci_writel(&ctrl->dba->doorbell[0], DB_VALUE_HOST); in xhci_queue_command()
377 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb()
H A Dxhci-mem.c539 ctrl->dba = (struct xhci_doorbell_array *)((char *)hccr + val); in xhci_mem_init()
/OK3568_Linux_fs/buildroot/package/php/
H A Dphp.mk275 PHP_CONF_OPTS += --enable-dba
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1220 struct xhci_doorbell_array *dba; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c311 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
313 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
433 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
H A Dxhci.h1766 struct xhci_doorbell_array __iomem *dba; member
H A Dxhci-mem.c2629 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv1663 \�����~uy������~��qWMIPZ`dba\ZUHENVfxztuxz|�|wrnmnnkgd]H?'/F3(14<=7…