Searched refs:IndexAddr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/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 | 1162 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset() 2716 ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR; in sInitChan() 2732 out32(ChP->IndexAddr, R); in sInitChan() 2755 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan() 2761 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan() 2767 out32(ChP->IndexAddr, ChP->RxControl); in sInitChan() 2773 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan() 2779 out32(ChP->IndexAddr, ChP->TxCompare); in sInitChan() 2785 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan() 2791 out32(ChP->IndexAddr, ChP->TxReplace2); in sInitChan() [all …]
|