Lines Matching refs:d40_base
234 * @offset: start delta in the lookup_log_chans in d40_base. If equals to
424 struct d40_base;
475 struct d40_base *base;
519 * struct d40_base - The big global struct, one for each probe'd instance.
566 struct d40_base {
1647 struct d40_base *base = data;
2782 static void __init d40_chan_init(struct d40_base *base, struct dma_device *dma,
2814 static void d40_ops_init(struct d40_base *base, struct dma_device *dev)
2846 static int __init d40_dmaengine_init(struct d40_base *base,
2908 struct d40_base *base = dev_get_drvdata(dev);
2922 struct d40_base *base = dev_get_drvdata(dev);
2951 static void d40_save_restore_registers(struct d40_base *base, bool save)
2987 struct d40_base *base = dev_get_drvdata(dev);
3001 struct d40_base *base = dev_get_drvdata(dev);
3020 static int __init d40_phy_res_init(struct d40_base *base)
3104 static struct d40_base * __init d40_hw_detect_init(struct platform_device *pdev)
3110 struct d40_base *base;
3196 base = kzalloc(ALIGN(sizeof(struct d40_base), 4) +
3213 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4);
3318 static void __init d40_hw_init(struct d40_base *base)
3372 static int __init d40_lcla_allocate(struct d40_base *base)
3511 struct d40_base *base;