Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c301 chan = ebu_host->dma_rx; in ebu_dma_start()
365 writel(ebu_host->nd_para0, ebu_host->hsnand + HSNAND_PARA0); in ebu_nand_trigger()
569 if (ebu_host->dma_rx) in ebu_dma_cleanup()
572 if (ebu_host->dma_tx) in ebu_dma_cleanup()
588 ebu_host = devm_kzalloc(dev, sizeof(*ebu_host), GFP_KERNEL); in ebu_nand_probe()
589 if (!ebu_host) in ebu_nand_probe()
592 ebu_host->dev = dev; in ebu_nand_probe()
619 ebu_host->cs_num = cs; in ebu_nand_probe()
681 ebu_host->dev = dev; in ebu_nand_probe()
684 nand_set_controller_data(&ebu_host->chip, ebu_host); in ebu_nand_probe()
[all …]