Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dsynclink.c328 #define CCAR SDPIN /* channel command/address register */ macro
1457 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY), in mgsl_isr_receive_data()
1458 info->io_base + CCAR ); in mgsl_isr_receive_data()
1459 DataByte = inb( info->io_base + CCAR ); in mgsl_isr_receive_data()
3506 u16 Ccar = inw( info->io_base + CCAR ); in line_info()
4333 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd()
4336 inw( info->io_base + CCAR ); in usc_RTCmd()
4437 outw( RegAddr + info->loopback_bits, info->io_base + CCAR ); in usc_OutReg()
4438 outw( RegValue, info->io_base + CCAR ); in usc_OutReg()
4441 inw( info->io_base + CCAR ); in usc_OutReg()
[all …]