Lines Matching refs:analog
25 unsigned int analog:1;
47 * monitor analog input, digital input, and digital output. The corresponding
273 .num_dacs = 8, /* DAC1 - analog out
274 DAC2 - analog in monitor
605 * it seems that the analog doughter board detection does not work reliably, so
606 * force the analog flag; it should be very rare (if ever) to come at Juli@
607 * used without the analog daughter board
609 spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1;
611 spec->analog = 1;
614 if (spec->analog) {
615 dev_info(ice->card->dev, "juli@: analog I/O detected\n");