Home
last modified time | relevance | path

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

/linux-3.4.99/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()
997 Ser2UTCR3 = 0; in sa1100_irda_probe()
/linux-3.4.99/drivers/staging/media/lirc/
Dlirc_sir.c308 Ser2UTCR3 = 0; in lirc_write()
327 Ser2UTCR3 = 0; in lirc_write()
331 Ser2UTCR3 = UTCR3_RXE|UTCR3_RIE; in lirc_write()
802 sr.utcr3 = Ser2UTCR3; in init_hardware()
817 Ser2UTCR3 = 0; in init_hardware()
832 Ser2UTCR3 = UTCR3_RXE|UTCR3_RIE; in init_hardware()
935 Ser2UTCR3 = 0; in drop_hardware()
941 Ser2UTCR3 = sr.utcr3; in drop_hardware()
/linux-3.4.99/arch/arm/mach-sa1100/include/mach/
DSA-1100.h286 #define Ser2UTCR3 _UTCR3 (2) /* Ser. port 2 UART Control Reg. 3 */ macro