Home
last modified time | relevance | path

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

/Linux-v5.4/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()
3513 u16 Ccar = inw( info->io_base + CCAR ); in line_info()
4420 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd()
4424 inw( info->io_base + CCAR ); in usc_RTCmd()
4527 outw( RegAddr + info->loopback_bits, info->io_base + CCAR ); in usc_OutReg()
4528 outw( RegValue, info->io_base + CCAR ); in usc_OutReg()
4532 inw( info->io_base + CCAR ); in usc_OutReg()
[all …]