Lines Matching refs:IndexAddr
1184 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset()
2737 ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR; in sInitChan()
2753 out32(ChP->IndexAddr, R); in sInitChan()
2776 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan()
2782 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan()
2788 out32(ChP->IndexAddr, ChP->RxControl); in sInitChan()
2794 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan()
2800 out32(ChP->IndexAddr, ChP->TxCompare); in sInitChan()
2806 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan()
2812 out32(ChP->IndexAddr, ChP->TxReplace2); in sInitChan()
2819 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sInitChan()
2826 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sInitChan()
2828 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sInitChan()
2831 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioCnt); in sInitChan()
2834 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxPrioPtr); in sInitChan()
2868 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2905 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sFlushRxFIFO()
2907 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sFlushRxFIFO()
2947 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sFlushTxFIFO()
2971 register DWordIO_t IndexAddr; in sWriteTxPrioByte() local
2974 IndexAddr = ChP->IndexAddr; in sWriteTxPrioByte()
2975 sOutW((WordIO_t) IndexAddr, ChP->TxPrioCnt); /* get priority buffer status */ in sWriteTxPrioByte()
2983 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
2989 out32(IndexAddr, DWBuf); /* write it out */ in sWriteTxPrioByte()
3036 out32(ChP->IndexAddr, ChP->RxControl); in sEnInterrupts()
3040 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3079 out32(ChP->IndexAddr, ChP->RxControl); in sDisInterrupts()
3081 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()