Searched refs:nr_masters (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/dma/dw/ |
D | of.c | 37 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()
|
D | internal.h | 66 .nr_masters = 1, 82 .nr_masters = 1,
|
D | core.c | 1097 pdata->nr_masters = (dw_params >> DW_PARAMS_NR_MASTER & 3) + 1; in do_dma_probe() 1098 for (i = 0; i < pdata->nr_masters; i++) { in do_dma_probe()
|
/linux-6.1.9/include/linux/platform_data/ |
D | dma-dw.h | 58 u32 nr_masters; member
|
/linux-6.1.9/drivers/dma/dw-axi-dmac/ |
D | dw-axi-dmac.h | 27 u32 nr_masters; member
|
D | dw-axi-dmac-platform.c | 590 if (desc->chan->chip->dw->hdata->nr_masters > 1) in set_desc_dest_master() 1322 chip->dw->hdata->nr_masters = tmp; in parse_device_properties()
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_lpss.c | 197 .nr_masters = 1,
|