Lines Matching refs:IndexAddr
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()
2832 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sInitChan()
2839 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sInitChan()
2841 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sInitChan()
2844 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioCnt); in sInitChan()
2847 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioPtr); in sInitChan()
2881 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2918 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sFlushRxFIFO()
2920 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sFlushRxFIFO()
2960 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sFlushTxFIFO()
2984 register DWordIO_t IndexAddr; in sWriteTxPrioByte() local
2987 IndexAddr = ChP->IndexAddr; in sWriteTxPrioByte()
2988 sOutW((WordIO_t) IndexAddr, ChP->TxPrioCnt); /* get priority buffer status */ in sWriteTxPrioByte()
2996 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
3002 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
3049 out32(ChP->IndexAddr, ChP->RxControl); in sEnInterrupts()
3053 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3092 out32(ChP->IndexAddr, ChP->RxControl); in sDisInterrupts()
3094 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()