Home
last modified time | relevance | path

Searched refs:MPCIE_SW (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c39 #define MPCIE_SW 100 macro
361 if (gpio_request(MPCIE_SW, "mpcie_sw")) { in board_late_init()
362 printf("failed to export GPIO %d\n", MPCIE_SW); in board_late_init()
365 if (gpio_direction_output(MPCIE_SW, 1)) { in board_late_init()
366 printf("failed to set GPIO %d direction\n", MPCIE_SW); in board_late_init()