Searched refs:ECR_res (Results 1 – 1 of 1) sorted by relevance
2281 struct resource *ECR_res = NULL; in parport_pc_probe_port() local2331 ECR_res = request_region(base_hi, 3, p->name); in parport_pc_probe_port()2332 if (ECR_res) in parport_pc_probe_port()2426 if (ECR_res && (p->modes & PARPORT_MODE_ECP) == 0) { in parport_pc_probe_port()2428 ECR_res = NULL; in parport_pc_probe_port()2495 if (ECR_res) in parport_pc_probe_port()