Searched refs:IndexAddr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | rocket_int.h | 340 DWordIO_t IndexAddr; member 384 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 396 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 409 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 483 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 495 out32((ChP)->IndexAddr,&(ChP)->R[0x0c]); \ 509 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 521 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 534 out32((ChP)->IndexAddr,&(ChP)->R[0x30]); \ 561 out32((ChP)->IndexAddr,(ChP)->TxControl); \ [all …]
|
D | rocket.c | 1184 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset() 2737 ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR; in sInitChan() 2753 out32(ChP->IndexAddr, R); in sInitChan() 2776 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan() 2782 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan() 2788 out32(ChP->IndexAddr, ChP->RxControl); in sInitChan() 2794 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan() 2800 out32(ChP->IndexAddr, ChP->TxCompare); in sInitChan() 2806 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan() 2812 out32(ChP->IndexAddr, ChP->TxReplace2); in sInitChan() [all …]
|