Lines Matching refs:IndexAddr
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()
2785 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sInitChan()
2792 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sInitChan()
2794 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sInitChan()
2797 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioCnt); in sInitChan()
2800 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioPtr); in sInitChan()
2834 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2871 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sFlushRxFIFO()
2873 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sFlushRxFIFO()
2913 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sFlushTxFIFO()
2937 register DWordIO_t IndexAddr; in sWriteTxPrioByte() local
2940 IndexAddr = ChP->IndexAddr; in sWriteTxPrioByte()
2941 sOutW((WordIO_t) IndexAddr, ChP->TxPrioCnt); /* get priority buffer status */ in sWriteTxPrioByte()
2949 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
2955 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
3002 out32(ChP->IndexAddr, ChP->RxControl); in sEnInterrupts()
3006 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3045 out32(ChP->IndexAddr, ChP->RxControl); in sDisInterrupts()
3047 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()