Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink.c330 #define CCAR SDPIN /* channel command/address register */ macro
1460 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY), in mgsl_isr_receive_data()
1461 info->io_base + CCAR ); in mgsl_isr_receive_data()
1462 DataByte = inb( info->io_base + CCAR ); in mgsl_isr_receive_data()
3540 u16 Ccar = inw( info->io_base + CCAR ); in line_info()
4496 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd()
4500 inw( info->io_base + CCAR ); in usc_RTCmd()
4603 outw( RegAddr + info->loopback_bits, info->io_base + CCAR ); in usc_OutReg()
4604 outw( RegValue, info->io_base + CCAR ); in usc_OutReg()
4608 inw( info->io_base + CCAR ); in usc_OutReg()
[all …]