Home
last modified time | relevance | path

Searched refs:UART_MCR (Results 1 – 25 of 38) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/uart/hal/kano/uart/
H A DregUART.h178 #define UART_MCR 4 // Out: Modem Control Register macro
192 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
H A DhalUART.c1158 UART_REG8(UART_MCR) |= 0x10; in HAL_UART_PIU_Set_Baudrate()
1175 UART_REG8(UART_MCR) &= ~0x10; in HAL_UART_PIU_Set_Baudrate()
/utopia/UTPA2-700.0.x/modules/uart/hal/macan/uart/
H A DregUART.h199 #define UART_MCR 4 // Out: Modem Control Register macro
213 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/curry/uart/
H A DregUART.h178 #define UART_MCR 4 // Out: Modem Control Register macro
192 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
H A DhalUART.c1158 UART_REG8(UART_MCR) |= 0x10; in HAL_UART_PIU_Set_Baudrate()
1175 UART_REG8(UART_MCR) &= ~0x10; in HAL_UART_PIU_Set_Baudrate()
/utopia/UTPA2-700.0.x/modules/uart/hal/mooney/uart/
H A DregUART.h177 #define UART_MCR 4 // Out: Modem Control Register macro
191 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
H A DhalUART.c1177 UART_REG8(UART_MCR) |= 0x10; in HAL_UART_PIU_Set_Baudrate()
1194 UART_REG8(UART_MCR) &= ~0x10; in HAL_UART_PIU_Set_Baudrate()
/utopia/UTPA2-700.0.x/modules/uart/hal/messi/uart/
H A DregUART.h177 #define UART_MCR 4 // Out: Modem Control Register macro
191 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maldives/uart/
H A DregUART.h179 #define UART_MCR 4 // Out: Modem Control Register macro
193 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/mustang/uart/
H A DregUART.h184 #define UART_MCR 4 // Out: Modem Control Register macro
198 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/k6lite/uart/
H A DregUART.h178 #define UART_MCR 4 // Out: Modem Control Register macro
192 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
H A DhalUART.c1159 UART_REG8(UART_MCR) |= 0x10; in HAL_UART_PIU_Set_Baudrate()
1205 UART_REG8(UART_MCR) &= ~0x10; in HAL_UART_PIU_Set_Baudrate()
/utopia/UTPA2-700.0.x/modules/uart/hal/M7821/uart/
H A DregUART.h219 #define UART_MCR 4 // Out: Modem Control Register macro
233 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maserati/uart/
H A DregUART.h215 #define UART_MCR 4 // Out: Modem Control Register macro
229 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/M7621/uart/
H A DregUART.h215 #define UART_MCR 4 // Out: Modem Control Register macro
229 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/manhattan/uart/
H A DregUART.h215 #define UART_MCR 4 // Out: Modem Control Register macro
229 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/mainz/uart/
H A DregUART.h177 #define UART_MCR 4 // Out: Modem Control Register macro
191 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maxim/uart/
H A DregUART.h215 #define UART_MCR 4 // Out: Modem Control Register macro
229 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
/utopia/UTPA2-700.0.x/modules/uart/hal/k6/uart/
H A DregUART.h199 #define UART_MCR 4 // Out: Modem Control Register macro
213 #define UART_MCR (4 * 2) // Out: Modem Control Register macro
H A DhalUART.c1207 UART_REG8(UART_MCR) |= 0x10; in HAL_UART_PIU_Set_Baudrate()
1224 UART_REG8(UART_MCR) &= ~0x10; in HAL_UART_PIU_Set_Baudrate()
/utopia/UTPA2-700.0.x/modules/sc/hal/k6lite/sc/
H A DhalSC.c849 SC_WRITE(u8SCID,UART_MCR, 0); in HAL_SC_SetUartDiv()
871 SC_WRITE(u8SCID,UART_MCR, UART_MCR_FAST); // UART_MCR_FAST on mode in HAL_SC_SetUartDiv()
/utopia/UTPA2-700.0.x/modules/sc/hal/k6/sc/
H A DhalSC.c858 SC_WRITE(u8SCID,UART_MCR, 0); in HAL_SC_SetUartDiv()
880 SC_WRITE(u8SCID,UART_MCR, UART_MCR_FAST); // UART_MCR_FAST on mode in HAL_SC_SetUartDiv()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dserial_reg.h102 #define UART_MCR 4 /* Out: Modem Control Register */ macro
/utopia/UTPA2-700.0.x/modules/sc/hal/maserati/sc/
H A DregSC.h170 #define UART_MCR (0x00000004UL) // Out: … macro
/utopia/UTPA2-700.0.x/modules/sc/hal/M7621/sc/
H A DregSC.h170 #define UART_MCR (0x00000004UL) // Out: … macro

12