Searched refs:dbs (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0007_let_dma_memory_map_function_take_MemTxAttrs_argument.patch | 216 while (dbs->sg_cur_index < dbs->sg->nsg) { 217 cur_addr = dbs->sg->sg[dbs->sg_cur_index].base + dbs->sg_cur_byte; 218 cur_len = dbs->sg->sg[dbs->sg_cur_index].len - dbs->sg_cur_byte; 219 - mem = dma_memory_map(dbs->sg->as, cur_addr, &cur_len, dbs->dir); 220 + mem = dma_memory_map(dbs->sg->as, cur_addr, &cur_len, dbs->dir,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | docbook.am | 30 --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 52 --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \
|
| H A D | ChangeLog | 91055 Install target dbs alongside generated documents 91058 the target dbs into the same location as the generated documents. 91060 The target dbs are now installed alongside the generated documents. 91061 Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_sdias.c | 123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count() 190 sccb->evbuf.dbs = 1; in sclp_sdias_copy()
|
| H A D | sclp_sdias.h | 39 u16 dbs; member
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | sa11x0-dma.c | 112 u32 dbs[2]; member 1021 p->dbs[0] = readl_relaxed(p->base + DMA_DBSB); in sa11x0_dma_suspend() 1023 p->dbs[1] = readl_relaxed(p->base + DMA_DBSA); in sa11x0_dma_suspend() 1028 p->dbs[0] = readl_relaxed(p->base + DMA_DBSA); in sa11x0_dma_suspend() 1030 p->dbs[1] = readl_relaxed(p->base + DMA_DBSB); in sa11x0_dma_suspend() 1064 writel_relaxed(p->dbs[0], p->base + DMA_DBSA); in sa11x0_dma_resume() 1066 writel_relaxed(p->dbs[1], p->base + DMA_DBSB); in sa11x0_dma_resume()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 15 packagegroup-meta-oe-dbs \ 16 packagegroup-meta-oe-dbs-python2 \ 42 packagegroup-meta-oe-dbs \ 43 …${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "packagegroup-meta-oe-dbs-python2", "",… 214 RDEPENDS:packagegroup-meta-oe-dbs ="\ 226 RDEPENDS:packagegroup-meta-oe-dbs:remove:libc-musl:powerpc = "rocksdb" 228 RDEPENDS:packagegroup-meta-oe-dbs-python2 ="\
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.c | 263 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_alloc_queue() 344 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_init_queue() 870 ndev->dbs = ((void __iomem *)ndev->bar) + 4096; in nvme_probe()
|
| H A D | nvme.h | 610 u32 __iomem *dbs; member
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | pci.c | 116 u32 __iomem *dbs; member 1529 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_alloc_queue() 1564 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_init_queue() 1706 dev->dbs = dev->bar + NVME_REG_DBS; in nvme_remap_bar() 2208 adminq->q_db = dev->dbs; in nvme_setup_io_queues() 2404 dev->dbs = dev->bar + 4096; in nvme_pci_enable()
|
| /OK3568_Linux_fs/external/xserver/doc/dtrace/ |
| H A D | Makefile.in | 566 …R_DTRACE_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 577 …ER_DTRACE_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \
|