Searched refs:at91rm9200_config_uart (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/arm/at91/
H A Dboard_kb920x.c48 at91rm9200_config_uart(AT91_ID_DBGU, 0, 0); /* DBGU just Tx and Rx */
49 at91rm9200_config_uart(AT91RM9200_ID_USART0, 1, 0); /* Tx and Rx */
50 at91rm9200_config_uart(AT91RM9200_ID_USART1, 2, 0); /* Tx and Rx - IRDA */
51 at91rm9200_config_uart(AT91RM9200_ID_USART3, 3, /* Tx, Rx, CTS, RTS - RS485 */
H A Dboard_tsc4370.c46 at91rm9200_config_uart(AT91_ID_DBGU, 0, 0); /* DBGU just Tx and Rx */
47 at91rm9200_config_uart(AT91RM9200_ID_USART0, 1, 0); /* Tx and Rx */
48 at91rm9200_config_uart(AT91RM9200_ID_USART1, 2, 0); /* Tx and Rx */
49 at91rm9200_config_uart(AT91RM9200_ID_USART2, 3, 0); /* Tx and Rx */
50 at91rm9200_config_uart(AT91RM9200_ID_USART3, 4, 0); /* Tx and Rx */
H A Dboard_eb9200.c48 at91rm9200_config_uart(AT91_ID_DBGU, 0, 0); /* DBGU just Tx and Rx */
49 at91rm9200_config_uart(AT91RM9200_ID_USART0, 1,
52 at91rm9200_config_uart(AT91RM9200_ID_USART1, 2, 0);
H A Dboard_hl200.c49 at91rm9200_config_uart(AT91_ID_DBGU, 0, 0); /* DBGU just Tx and Rx */
50 at91rm9200_config_uart(AT91RM9200_ID_USART0, 1, 0); /* Tx and Rx */
H A Dat91rm9200var.h51 void at91rm9200_config_uart(unsigned devid, unsigned unit, unsigned pinmask);
H A Dboard_bwct.c46 at91rm9200_config_uart(AT91_ID_DBGU, 0, 0); /* DBGU just Tx and Rx */
H A Dat91rm9200_devices.c69 at91rm9200_config_uart(unsigned devid, unsigned unit, unsigned pinmask) function

Completed in 53 milliseconds