Searched refs:nr_masters (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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; tmp++) in dw_dma_parse_dt() 91 } else if (!of_property_read_u32_array(np, "data_width", arr, nr_masters)) { in dw_dma_parse_dt() 92 for (tmp = 0; tmp < nr_masters; tmp++) in dw_dma_parse_dt()
|
| 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()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | dma-dw.h | 65 unsigned char nr_masters; member
|
| /OK3568_Linux_fs/kernel/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() 769 chip->dw->hdata->nr_masters = tmp; in parse_device_properties()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_lpss.c | 186 .nr_masters = 1,
|