Searched refs:fdma (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/arch/arm/mach-rpc/ |
D | dma.c | 267 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_enable_dma() local 272 if (fdma->dma.sg) in floppy_enable_dma() 275 if (fdma->dma.dma_mode == DMA_MODE_READ) { in floppy_enable_dma() 285 regs.ARM_r9 = fdma->dma.count; in floppy_enable_dma() 286 regs.ARM_r10 = (unsigned long)fdma->dma.addr; in floppy_enable_dma() 296 enable_fiq(fdma->fiq); in floppy_enable_dma() 301 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_disable_dma() local 302 disable_fiq(fdma->fiq); in floppy_disable_dma()
|
/Linux-v5.10/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-v5.10/arch/arm/boot/dts/ |
D | stih407-family.dtsi | 831 /* fdma audio */ 833 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc"; 848 /* fdma app */ 850 compatible = "st,stih407-fdma-mpe31-12", "st,slim-rproc"; 868 /* fdma free running */ 870 compatible = "st,stih407-fdma-mpe31-13", "st,slim-rproc";
|
D | stih410-clock.dtsi | 149 "clk-fdma",
|
D | stih418-clock.dtsi | 146 "clk-fdma",
|
D | stih407-clock.dtsi | 148 "clk-fdma",
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/st/ |
D | st,flexgen.txt | 92 "clk-fdma",
|
/Linux-v5.10/drivers/acpi/ |
D | acpi_processor.c | 124 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 134 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
D | processor_idle.c | 327 else if (errata.piix4.fdma) { in acpi_processor_power_verify_c3()
|
/Linux-v5.10/include/acpi/ |
D | processor.h | 243 u8 fdma:1; member
|