Home
last modified time | relevance | path

Searched refs:CONTROLLER_T (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/rp/
HDrpreg.h143 #define NULLCTLPTR (CONTROLLER_T *)0 /* identifies non-existant controller */
388 typedef struct CONTROLLER_str CONTROLLER_T; typedef
389 typedef CONTROLLER_T CONTROLLER_t;
996 int sReadAiopID(CONTROLLER_T *CtlP, int aiop);
997 int sReadAiopNumChan(CONTROLLER_T *CtlP, int aiop);
998 int sInitChan( CONTROLLER_T *CtlP,
1010 int rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports);
1013 rp_lock(CONTROLLER_T *CtlP) in rp_lock()
1019 rp_unlock(CONTROLLER_T *CtlP) in rp_unlock()
1027 extern CONTROLLER_T sController[CTL_SIZE];
HDrp_isa.c133 static int sInitController(CONTROLLER_T *CtlP,
134 CONTROLLER_T *MudbacCtlP,
365 sInitController( CONTROLLER_T *CtlP, in sInitController()
366 CONTROLLER_T *MudbacCtlP, in sInitController()
HDrp.c134 int sReadAiopID(CONTROLLER_T *CtlP, int aiop) in sReadAiopID()
161 int sReadAiopNumChan(CONTROLLER_T *CtlP, int aiop) in sReadAiopNumChan()
191 int sInitChan( CONTROLLER_T *CtlP, in sInitChan()
716 rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports) in rp_attachcommon()