Searched refs:AT91_PIN_PD5 (Results 1 – 8 of 8) sorted by relevance
79 .pullup_pin = AT91_PIN_PD5,
84 .pullup_pin = AT91_PIN_PD5,
102 .det_pin = AT91_PIN_PD5,
444 at91_set_A_periph(AT91_PIN_PD5, 1); /* NWAIT */ in at91_add_device_cf()1326 at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */ in configure_usart2_pins()
667 at91_set_B_periph(AT91_PIN_PD5, 1); /* enable PWM2 */ in at91_add_device_pwm()
1191 at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */ in configure_usart2_pins()
129 #define AT91_PIN_PD5 (PIN_BASE + 0x60 + 5) macro