Lines Matching full:scif
7 * Modified to support SH7720 SCIF. Markus Brunner, Mark Jonas (Jul 2007).
15 * Modified to support SH7300 SCIF. Takashi Kusuda (Jun 2003).
271 * Common SH-2(A) SCIF definitions for ports with FIFO data
297 * It looks like a normal SCIF with FIFO data, but with a
324 * The "SCIF" that is in RZ/V2H(P) SoC is similar to one found on RZ/G2L SoC
355 * Common SH-3 SCIF definitions.
377 * Common SH-4(A) SCIF(B) definitions.
401 * Common SCIF definitions for ports with a Baud Rate Generator for
457 * Common SH-4(A) SCIF(B) definitions for ports without an SCSPTR
481 * Common SH-4(A) SCIF(B) definitions for ports with FIFO data
508 * SH7705-style SCIF(B) ports, lacking both SCSPTR and SCLSR
625 /* Switch irq from SCIF to DMA */ in sci_start_tx()
705 /* SCIFA/SCIFB and SCIF on SH7705/SH7720/SH7721 */ in sci_clear_SCxSR()
1261 /* Switch irq from DMA to SCIF */ in sci_dma_tx_complete()
2768 return "scif"; in sci_type()
3270 .compatible = "renesas,scif-r7s72100",
3274 .compatible = "renesas,scif-r7s9210",
3278 .compatible = "renesas,scif-r9a07g044",
3282 .compatible = "renesas,scif-r9a09g057",
3287 .compatible = "renesas,rcar-gen1-scif",
3290 .compatible = "renesas,rcar-gen2-scif",
3293 .compatible = "renesas,rcar-gen3-scif",
3296 .compatible = "renesas,rcar-gen4-scif",
3301 .compatible = "renesas,scif",
3681 OF_EARLYCON_DECLARE(scif, "renesas,scif", scif_early_console_setup);
3682 OF_EARLYCON_DECLARE(scif, "renesas,scif-r7s9210", rzscifa_early_console_setup);
3683 OF_EARLYCON_DECLARE(scif, "renesas,scif-r9a07g044", rzscifa_early_console_setup);
3684 OF_EARLYCON_DECLARE(scif, "renesas,scif-r9a09g057", rzv2hscif_early_console_setup);