Lines Matching defs:qbase
55 int qbase,
72 if (!qbase || qlirq == -1)
75 if (!request_region(qbase, 0x10, qlogicfas_name)) {
77 qbase);
81 if (!qlogicfas408_detect(qbase, INT_TYPE)) {
84 qbase);
89 " IRQ %d\n", qlogicfas_name, qbase, qlirq);
91 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE);
96 qlogicfas408_setup(qbase, qinitid, INT_TYPE);
102 hreg->io_port = qbase;
107 priv->qbase = qbase;
115 qltyp, qbase, qlirq, QL_TURBO_PDMA);
135 release_region(qbase, 0x10);