Home
last modified time | relevance | path

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

/openbmc/u-boot/board/armadeus/apf27/
H A Dapf27.c124 gpio_request(PC_PWRON, "pc_pwron"); in apf27_devices_init()
125 gpio_set_value(PC_PWRON, 1); in apf27_devices_init()
H A Dapf27.h23 #define PC_PWRON (GPIO_PORTF | 16) macro