emdtv_gpio_ctl
emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, false);
emdtv_gpio_ctl(sc, EMDTV_GPIO_TS1_ON, false);
emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, true);
emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_ON, true);
emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, false);
emdtv_gpio_ctl(sc, EMDTV_GPIO_TS1_ON, true);
emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_ON, true);
emdtv_gpio_ctl(sc, EMDTV_GPIO_DEMOD1_RESET, true);
emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_RESET, true);
bool emdtv_gpio_ctl(struct emdtv_softc *, emdtv_gpio_reg_t, bool);