Searched refs:fdma (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/arm/mach-rpc/ |
D | dma.c | 263 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_enable_dma() local 268 if (fdma->dma.sg) in floppy_enable_dma() 271 if (fdma->dma.dma_mode == DMA_MODE_READ) { in floppy_enable_dma() 281 regs.ARM_r9 = fdma->dma.count; in floppy_enable_dma() 282 regs.ARM_r10 = (unsigned long)fdma->dma.addr; in floppy_enable_dma() 292 enable_fiq(fdma->fiq); in floppy_enable_dma() 297 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_disable_dma() local 298 disable_fiq(fdma->fiq); in floppy_disable_dma()
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | st_fdma.txt | 11 - st,stih407-fdma-mpe31-11, "st,slim-rproc"; 12 - st,stih407-fdma-mpe31-12, "st,slim-rproc"; 13 - st,stih407-fdma-mpe31-13, "st,slim-rproc"; 26 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc"; 50 3. A 32bit mask specifying (see include/linux/platform_data/dma-st-fdma.h)
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | stih407-family.dtsi | 848 /* fdma audio */ 850 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc"; 865 /* fdma app */ 867 compatible = "st,stih407-fdma-mpe31-12", "st,slim-rproc"; 885 /* fdma free running */ 887 compatible = "st,stih407-fdma-mpe31-13", "st,slim-rproc";
|
D | stih418-clock.dtsi | 149 "clk-fdma",
|
D | stih407-clock.dtsi | 151 "clk-fdma",
|
D | stih410-clock.dtsi | 152 "clk-fdma",
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_processor.c | 127 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 137 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
D | processor_idle.c | 483 else if (errata.piix4.fdma) { in acpi_processor_power_verify_c3()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/st/ |
D | st,flexgen.txt | 92 "clk-fdma",
|
/Linux-v4.19/include/acpi/ |
D | processor.h | 239 u8 fdma:1; member
|