Searched refs:nr_masters (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A 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; tm in dw_dma_parse_dt() [all...] |
H A D | internal.h | 66 .nr_masters = 1, 82 .nr_masters = 1,
|
H A D | core.c | 1096 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 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 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 D | internal.h | 66 .nr_masters = 1,
|
H A D | core.c | 1100 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 D | dma-dw.h | 48 * @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 D | dma-dw.h | 44 * @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 D | dw-axi-dmac.h | 27 u32 nr_masters; member
|
H A D | dw-axi-dmac-platform.c | 416 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 D | dw-axi-dmac.h | 27 u32 nr_masters; member
|
H A D | dw-axi-dmac-platform.c | 594 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 D | 8250_lpss.c | 186 .nr_masters = 1,
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 197 .nr_masters = 1,
|
Completed in 13 milliseconds