Searched refs:ctlp (Results 1 – 2 of 2) sorted by relevance
483 CONTROLLER_t *ctlp; in rp_do_poll() local498 ctlp= sCtlNumToCtlPtr(ctrl); in rp_do_poll()501 if(ctlp->BusType == isPCI) in rp_do_poll()502 CtlMask= sPCIGetControllerIntStatus(ctlp); in rp_do_poll()505 CtlMask= sGetControllerIntStatus(ctlp); in rp_do_poll()508 AiopMask= sGetAiopIntStatus(ctlp, aiop); in rp_do_poll()575 CONTROLLER_T *ctlp; in init_r_port() local580 ctlp= sCtlNumToCtlPtr(board); in init_r_port()591 info->ctlp = ctlp; in init_r_port()604 if (sInitChan(ctlp, &info->channel, aiop, chan) == 0) { in init_r_port()[all …]
1121 CONTROLLER_t *ctlp; member