Searched refs:IndexAddr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | rocket_int.h | 341 DWordIO_t IndexAddr; member 385 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 397 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 410 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 484 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 496 out32((ChP)->IndexAddr,&(ChP)->R[0x0c]); \ 510 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 522 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 535 out32((ChP)->IndexAddr,&(ChP)->R[0x30]); \ 562 out32((ChP)->IndexAddr,(ChP)->TxControl); \ [all …]
|
D | rocket.c | 1159 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset() 2703 ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR; in sInitChan() 2719 out32(ChP->IndexAddr, R); in sInitChan() 2742 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan() 2748 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan() 2754 out32(ChP->IndexAddr, ChP->RxControl); in sInitChan() 2760 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan() 2766 out32(ChP->IndexAddr, ChP->TxCompare); in sInitChan() 2772 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan() 2778 out32(ChP->IndexAddr, ChP->TxReplace2); in sInitChan() [all …]
|