Lines Matching refs:IndexAddr
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()
2798 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sInitChan()
2805 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sInitChan()
2807 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sInitChan()
2810 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioCnt); in sInitChan()
2813 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioPtr); in sInitChan()
2847 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2884 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sFlushRxFIFO()
2886 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sFlushRxFIFO()
2926 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sFlushTxFIFO()
2950 register DWordIO_t IndexAddr; in sWriteTxPrioByte() local
2953 IndexAddr = ChP->IndexAddr; in sWriteTxPrioByte()
2954 sOutW((WordIO_t) IndexAddr, ChP->TxPrioCnt); /* get priority buffer status */ in sWriteTxPrioByte()
2962 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
2968 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
3015 out32(ChP->IndexAddr, ChP->RxControl); in sEnInterrupts()
3019 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3058 out32(ChP->IndexAddr, ChP->RxControl); in sDisInterrupts()
3060 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()