chmap_exist       251 drivers/dma/ti/edma.c 	bool				chmap_exist;
chmap_exist       440 drivers/dma/ti/edma.c 	if (ecc->chmap_exist) {
chmap_exist       504 drivers/dma/ti/edma.c 		if (ecc->chmap_exist && slot < ecc->num_channels)
chmap_exist       509 drivers/dma/ti/edma.c 		if (ecc->chmap_exist)
chmap_exist      2009 drivers/dma/ti/edma.c 	ecc->chmap_exist = (cccfg & CHMAP_EXIST) ? true : false;
chmap_exist      2017 drivers/dma/ti/edma.c 	dev_dbg(dev, "chmap_exist: %s\n", ecc->chmap_exist ? "yes" : "no");