Home
last modified time | relevance | path

Searched refs:chmap_exist (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c251 bool chmap_exist; member
447 if (ecc->chmap_exist) { in edma_set_chmap()
511 if (ecc->chmap_exist && slot < ecc->num_channels) in edma_alloc_slot()
516 if (ecc->chmap_exist) in edma_alloc_slot()
2101 ecc->chmap_exist = (cccfg & CHMAP_EXIST) ? true : false; in edma_setup_from_hw()
2109 dev_dbg(dev, "chmap_exist: %s\n", ecc->chmap_exist ? "yes" : "no"); in edma_setup_from_hw()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dedma.c242 bool chmap_exist; member
395 if (ecc->chmap_exist) { in edma_set_chmap()
459 if (ecc->chmap_exist && slot < ecc->num_channels) in edma_alloc_slot()
464 if (ecc->chmap_exist) in edma_alloc_slot()
2043 ecc->chmap_exist = (cccfg & CHMAP_EXIST) ? true : false; in edma_setup_from_hw()
2051 dev_dbg(dev, "chmap_exist: %s\n", ecc->chmap_exist ? "yes" : "no"); in edma_setup_from_hw()

Completed in 7 milliseconds