Lines Matching defs:CtlP

96 	(rp_readaiop1((chp)->CtlP, (chp)->AiopNum, offset))
98 (rp_readaiop2((chp)->CtlP, (chp)->AiopNum, offset))
100 (rp_readaiop4((chp)->CtlP, (chp)->AiopNum, offset))
102 (rp_readmultiaiop1((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
104 (rp_readmultiaiop2((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
106 (rp_readmultiaiop4((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
108 (rp_writeaiop1((chp)->CtlP, (chp)->AiopNum, offset, data))
110 (rp_writeaiop2((chp)->CtlP, (chp)->AiopNum, offset, data))
112 (rp_writeaiop4((chp)->CtlP, (chp)->AiopNum, offset, data))
114 (rp_writemultiaiop1((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
116 (rp_writemultiaiop2((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
118 (rp_writemultiaiop4((chp)->CtlP, (chp)->AiopNum, offset, addr, count))
394 CONTROLLER_t *CtlP;
664 Call: sGetAiopIntStatus(CtlP,AiopNum)
665 CONTROLLER_T *CtlP; Ptr to controller structure
671 #define sGetAiopIntStatus(CtlP,AIOPNUM) rp_readaiop1(CtlP,AIOPNUM,_INT_CHAN)
676 Call: sGetAiopNumChan(CtlP,AiopNum)
677 CONTROLLER_T *CtlP; Ptr to controller structure
681 #define sGetAiopNumChan(CtlP,AIOPNUM) CtlP->AiopNumChan[AIOPNUM]
795 (ChP)->CtlP = NULLCTLPTR; \
996 int sReadAiopID(CONTROLLER_T *CtlP, int aiop);
997 int sReadAiopNumChan(CONTROLLER_T *CtlP, int aiop);
998 int sInitChan( CONTROLLER_T *CtlP,
1013 rp_lock(CONTROLLER_T *CtlP)
1015 if (CtlP->hwmtx_init != 0)
1016 mtx_lock(&CtlP->hwmtx);
1019 rp_unlock(CONTROLLER_T *CtlP)
1021 if (CtlP->hwmtx_init != 0)
1022 mtx_unlock(&CtlP->hwmtx);