Searched refs:multi_block (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/dma/dw/ |
H A D | of.c | 88 memset32(pdata->multi_block, 1, nr_channels); in dw_dma_parse_dt() 89 of_property_read_u32_array(np, "multi-block", pdata->multi_block, nr_channels); in dw_dma_parse_dt()
|
H A D | internal.h | 72 .multi_block = {1, 1, 1, 1, 1, 1, 1, 1},
|
H A D | core.c | 1295 dwc->nollp = !pdata->multi_block[i]; in do_dma_probe()
|
/linux/include/linux/platform_data/ |
H A D | dma-dw.h | 68 u32 multi_block[DW_DMA_MAX_NR_CHANNELS]; member
|
/linux/drivers/mmc/core/ |
H A D | sdio_io.c | 255 if (func->card->cccr.multi_block) { in sdio_align_size() 326 if (func->card->cccr.multi_block && (size > sdio_max_byte_size(func))) { in sdio_io_rw_ext_helper()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 199 .multi_block = {0},
|