Lines Matching defs:base
32 static unsigned int base[max_num_isa_dev(CIO_DAC_EXTENT)];
34 module_param_hw_array(base, uint, ioport, &num_cio_dac, 0);
35 MODULE_PARM_DESC(base, "Measurement Computing CIO-DAC base addresses");
40 * @base: base port address of the IIO device
44 unsigned int base;
74 outw(val, priv->base + chan_addr_offset);
101 if (!devm_request_region(dev, base[id], CIO_DAC_EXTENT,
104 base[id], base[id] + CIO_DAC_EXTENT);
115 priv->base = base[id];
119 outw(0, base[id] + i);