Searched refs:IndexAddr (Results 1 – 2 of 2) sorted by relevance
/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 | 1193 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset() 2750 ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR; in sInitChan() 2766 out32(ChP->IndexAddr, R); in sInitChan() 2789 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan() 2795 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan() 2801 out32(ChP->IndexAddr, ChP->RxControl); in sInitChan() 2807 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan() 2813 out32(ChP->IndexAddr, ChP->TxCompare); in sInitChan() 2819 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan() 2825 out32(ChP->IndexAddr, ChP->TxReplace2); in sInitChan() [all …]
|