HomeSort by: relevance | last modified time | path
    Searched defs:gpio_value (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
emdtv.c 389 uint16_t gpio_value, reg; local in function:emdtv_gpio_ctl
397 gpio_value = emdtv_read_1(sc, 0x02, 0xa0);
402 gpio_value = r->ts1_on;
405 gpio_value = r->a_on;
408 gpio_value = r->t1_on;
411 gpio_value = r->t1_reset;
414 gpio_value = r->d1_reset;
423 if ((gpio_value & 0x80) == 0) {
429 reg = gpio_value & 0x10 ? 0x04 : 0x08;
431 if ((gpio_value & 0x40) == 0)
    [all...]

Completed in 12 milliseconds