Searched refs:CyTDR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/m68k/mvme16x/ |
D | config.c | 164 #define CyTDR (0xf8) macro 246 base_addr[CyTDR] = '\n'; in mvme16x_cons_write() 252 base_addr[CyTDR] = '\r'; in mvme16x_cons_write() 256 base_addr[CyTDR] = *str++; in mvme16x_cons_write()
|
/Linux-v4.19/include/linux/ |
D | cyclades.h | 243 #define CyTDR (0x63*2) macro
|
/Linux-v4.19/drivers/tty/ |
D | cyclades.c | 599 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx() 607 cyy_writeb(info, CyTDR, 0); in cyy_chip_tx() 608 cyy_writeb(info, CyTDR, 0x81); in cyy_chip_tx() 613 cyy_writeb(info, CyTDR, 0); in cyy_chip_tx() 614 cyy_writeb(info, CyTDR, 0x83); in cyy_chip_tx() 655 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx() 662 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx() 663 cyy_writeb(info, CyTDR, 0); in cyy_chip_tx()
|