Searched refs:cma (Results 1 – 4 of 4) sorted by relevance
/drivers/base/ |
D | dma-contiguous.c | 37 struct cma *dma_contiguous_default_area; 163 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area() 248 struct cma *cma; in rmem_cma_setup() local 260 err = cma_init_reserved_mem(rmem->base, rmem->size, 0, &cma); in rmem_cma_setup() 269 dma_contiguous_set_default(cma); in rmem_cma_setup() 272 rmem->priv = cma; in rmem_cma_setup() 279 RESERVEDMEM_OF_DECLARE(cma, "shared-dma-pool", rmem_cma_setup);
|
D | Kconfig | 258 You can disable CMA by specifying "cma=0" on the kernel's command
|
/drivers/isdn/hardware/eicon/ |
D | di.c | 570 byte *cma = NULL; in isdn_ind() local 609 (int)a->rx_stream[this->Id], (void **)&cma, &d); in isdn_ind() 611 cma = &a->stream_buffer[0]; in isdn_ind() 612 cma[0] = cma[1] = cma[2] = cma[3] = 0; in isdn_ind() 614 this->RLength = MLength = (word)*(dword *)cma; in isdn_ind() 615 cma += 4; in isdn_ind() 618 cma = &a->stream_buffer[0]; in isdn_ind() 621 cma, in isdn_ind() 631 memcpy(IoAdapter->RBuffer.P, cma, IoAdapter->RBuffer.length); in isdn_ind() 635 if (!cma) { in isdn_ind() [all …]
|
/drivers/infiniband/core/ |
D | Makefile | 23 rdma_cm-y := cma.o
|