Searched refs:CtlP (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/rp/
H A Drp_isa.c77 Call: sControllerEOI(MudbacCtlP,CtlP)
79 CONTROLLER_T *CtlP; Ptr to controller structure
81 #define sControllerEOI(MudbacCtlP,CtlP) \
82 rp_writeio1(MudbacCtlP,ISACTL(CtlP)->MBaseIO,ISACTL(CtlP)->MReg2IO,ISACTL(CtlP)->MReg2 | INT_STROB)
87 Call: sDisAiop(MudbacCtlP,CtlP)
89 CONTROLLER_T *CtlP; Ptr to controller structure
92 #define sDisAiop(MudbacCtlP,CtlP,AIOPNUM) \
94 ISACTL(CtlP)
366 sInitController( CONTROLLER_T *CtlP, CONTROLLER_T *MudbacCtlP, int AiopNum, int IRQNum, Byte_t Frequency, int PeriodicOnly) argument
[all...]
H A Drp_pci.c88 Call: sPCIControllerEOI(CtlP)
89 CONTROLLER_T *CtlP; Ptr to controller structure
91 #define sPCIControllerEOI(CtlP) rp_writeio2(CtlP, 0, _PCI_INT_FUNC, PCI_STROB)
96 Call: sPCIGetControllerIntStatus(CtlP)
97 CONTROLLER_T *CtlP; Ptr to controller structure
115 static int sPCIInitController( CONTROLLER_t *CtlP,
255 sPCIInitController( CONTROLLER_t *CtlP, argument
264 CtlP->CtlID = CTLID_0001; /* controller release 1 */
266 sPCIControllerEOI(CtlP);
[all...]
H A Drpreg.h96 (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, (ch
394 CONTROLLER_t *CtlP; member in struct:CHANNEL_str
1013 rp_lock(CONTROLLER_T *CtlP) argument
1019 rp_unlock(CONTROLLER_T *CtlP) argument
[all...]
H A Drp.c125 Call: sReadAiopID(CtlP, aiop)
126 CONTROLLER_T *CtlP; Ptr to controller structure
134 int sReadAiopID(CONTROLLER_T *CtlP, int aiop) argument
138 rp_writeaiop1(CtlP, aiop, _CMD_REG, RESET_ALL); /* reset AIOP */
139 rp_writeaiop1(CtlP, aiop, _CMD_REG, 0x0);
140 AiopID = rp_readaiop1(CtlP, aiop, _CHN_STAT0) & 0x07;
151 Call: sReadAiopNumChan(CtlP, aiop)
152 CONTROLLER_T *CtlP; Ptr to controller structure
161 int sReadAiopNumChan(CONTROLLER_T *CtlP, int aiop) argument
165 rp_writeaiop4(CtlP, aio
191 sInitChan( CONTROLLER_T *CtlP, CHANNEL_T *ChP, int AiopNum, int ChanNum) argument
[all...]

Completed in 181 milliseconds