Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ti/
H A Dedma.c241 bool chmap_exist; member
394 if (ecc->chmap_exist) { in edma_set_chmap()
458 if (ecc->chmap_exist && slot < ecc->num_channels) in edma_alloc_slot()
463 if (ecc->chmap_exist) in edma_alloc_slot()
2042 ecc->chmap_exist = (cccfg & CHMAP_EXIST) ? true : false; in edma_setup_from_hw()
2050 dev_dbg(dev, "chmap_exist: %s\n", ecc->chmap_exist ? "yes" : "no"); in edma_setup_from_hw()