Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclink.c329 #define CCAR SDPIN /* channel command/address register */ macro
1458 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY), in mgsl_isr_receive_data()
1459 info->io_base + CCAR ); in mgsl_isr_receive_data()
1460 DataByte = inb( info->io_base + CCAR ); in mgsl_isr_receive_data()
3514 u16 Ccar = inw( info->io_base + CCAR ); in line_info()
4457 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd()
4461 inw( info->io_base + CCAR ); in usc_RTCmd()
4564 outw( RegAddr + info->loopback_bits, info->io_base + CCAR ); in usc_OutReg()
4565 outw( RegValue, info->io_base + CCAR ); in usc_OutReg()
4569 inw( info->io_base + CCAR ); in usc_OutReg()
[all …]