HomeSort by relevance Sort by last modified time
    Searched refs:rs485en (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/gateworks/gw_ventana/
common.h 69 int rs485en; member in struct:ventana
common.c 803 .rs485en = IMX_GPIO_NR(3, 24),
892 .rs485en = IMX_GPIO_NR(7, 1),
1056 if (gpio_cfg[board].rs485en) {
1057 gpio_request(gpio_cfg[board].rs485en, "rs485_en");
1058 gpio_direction_output(gpio_cfg[board].rs485en, 0);
    [all...]

Completed in 320 milliseconds