Home
last modified time | relevance | path

Searched refs:Ser2UTCR3 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/irda/
Dsa1100_ir.c247 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_sirtxdma_irq()
277 Ser2UTCR3 = UTCR3_TXE; in sa1100_irda_sir_tx_start()
564 Ser2UTCR3 = 0; in sa1100_irda_set_speed()
574 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_set_speed()
596 Ser2UTCR3 = 0; in sa1100_irda_set_speed()
754 Ser2UTCR3 = 0; in sa1100_irda_startup()
767 Ser2UTCR3 = 0; in sa1100_irda_startup()
786 Ser2UTCR3 = 0; in sa1100_irda_shutdown()
999 Ser2UTCR3 = 0; in sa1100_irda_probe()
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
DSA-1100.h286 #define Ser2UTCR3 _UTCR3 (2) /* Ser. port 2 UART Control Reg. 3 */ macro