Home
last modified time | relevance | path

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

/linux/drivers/dma/dw/
A Dof.c37 slave.m_master >= dw->pdata->nr_masters || in dw_dma_of_xlate()
38 slave.p_master >= dw->pdata->nr_masters || in dw_dma_of_xlate()
54 u32 nr_masters; in dw_dma_parse_dt() local
57 if (of_property_read_u32(np, "dma-masters", &nr_masters)) in dw_dma_parse_dt()
59 if (nr_masters < 1 || nr_masters > DW_DMA_MAX_NR_MASTERS) in dw_dma_parse_dt()
71 pdata->nr_masters = nr_masters; in dw_dma_parse_dt()
80 if (!of_property_read_u32_array(np, "data_width", arr, nr_masters)) { in dw_dma_parse_dt()
81 for (tmp = 0; tmp < nr_masters; tmp++) in dw_dma_parse_dt()
86 of_property_read_u32_array(np, "data-width", pdata->data_width, nr_masters); in dw_dma_parse_dt()
A Dinternal.h66 .nr_masters = 1,
82 .nr_masters = 1,
A Dcore.c1100 pdata->nr_masters = (dw_params >> DW_PARAMS_NR_MASTER & 3) + 1; in do_dma_probe()
1101 for (i = 0; i < pdata->nr_masters; i++) { in do_dma_probe()
/linux/include/linux/platform_data/
A Ddma-dw.h58 u32 nr_masters; member
/linux/drivers/dma/dw-axi-dmac/
A Ddw-axi-dmac.h27 u32 nr_masters; member
A Ddw-axi-dmac-platform.c590 if (desc->chan->chip->dw->hdata->nr_masters > 1) in set_desc_dest_master()
1303 chip->dw->hdata->nr_masters = tmp; in parse_device_properties()
/linux/drivers/tty/serial/8250/
A D8250_lpss.c179 .nr_masters = 1,

Completed in 13 milliseconds