Home
last modified time | relevance | path

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

/NextBSD/sys/dev/rp/
HDrp_isa.c127 static CONTROLLER_t *rp_controller; variable
195 if (rp_controller != NULL) { in rp_probe()
196 controller = rp_controller; in rp_probe()
199 controller = rp_controller = ctlp; in rp_probe()
218 if (rp_controller == NULL) in rp_probe()
219 rp_controller = controller; in rp_probe()
247 rp_controller, in rp_attach()
257 sEnAiop(rp_controller, ctlp, aiop); in rp_attach()
280 if (ctlp == rp_controller) in rp_isareleaseresource()
281 rp_controller = NULL; in rp_isareleaseresource()
[all …]