Home
last modified time | relevance | path

Searched refs:nr_masters (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/dw/
H 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; tm in dw_dma_parse_dt()
[all...]
H A Dinternal.h66 .nr_masters = 1,
82 .nr_masters = 1,
H A Dcore.c1096 pdata->nr_masters = (dw_params >> DW_PARAMS_NR_MASTER & 3) + 1; in do_dma_probe()
1097 for (i = 0; i < pdata->nr_masters; i++) { in do_dma_probe()
/kernel/linux/linux-5.10/drivers/dma/dw/
H 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
62 if (of_property_read_u32(np, "dma-masters", &nr_masters)) in dw_dma_parse_dt()
64 if (nr_masters < 1 || nr_masters > DW_DMA_MAX_NR_MASTERS) in dw_dma_parse_dt()
76 pdata->nr_masters = nr_masters; in dw_dma_parse_dt()
88 if (!of_property_read_u32_array(np, "data-width", arr, nr_masters)) { in dw_dma_parse_dt()
89 for (tmp = 0; tmp < nr_masters; tm in dw_dma_parse_dt()
[all...]
H A Dinternal.h66 .nr_masters = 1,
H 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()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Ddma-dw.h48 * @nr_masters: Number of AHB masters supported by the controller
65 unsigned char nr_masters; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Ddma-dw.h44 * @nr_masters: Number of AHB masters supported by the controller
58 u32 nr_masters; member
/kernel/linux/linux-5.10/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h27 u32 nr_masters; member
H A Ddw-axi-dmac-platform.c416 if (desc->chan->chip->dw->hdata->nr_masters > 1) in set_desc_dest_master()
775 chip->dw->hdata->nr_masters = tmp; in parse_device_properties()
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h27 u32 nr_masters; member
H A Ddw-axi-dmac-platform.c594 if (desc->chan->chip->dw->hdata->nr_masters > 1) in set_desc_dest_master()
1326 chip->dw->hdata->nr_masters = tmp; in parse_device_properties()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_lpss.c186 .nr_masters = 1,
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_lpss.c197 .nr_masters = 1,

Completed in 12 milliseconds