Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/boards/atngw100/
Dmrmt.c50 #define PIN_PWR_ON GPIO_PIN_PB(13) macro
269 gpio_set_value( PIN_PWR_ON, 0 ); in mrmt_power_off()
274 gpio_set_value( PIN_PWR_ON, 1 ); /* Ensure PWR_ON is enabled */ in mrmt1_init()
376 at32_select_gpio( PIN_PWR_ON, AT32_GPIOF_OUTPUT ); in mrmt1_early_init()
377 gpio_request( PIN_PWR_ON, "PIN_PWR_ON" ); in mrmt1_early_init()
378 gpio_direction_output( PIN_PWR_ON, 1 ); in mrmt1_early_init()