Home
last modified time | relevance | path

Searched refs:UART_SCCR_RST (Results 1 – 25 of 32) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c721 SC_AND(u8SCID,UART_SCCR, ~UART_SCCR_RST);//active low in _SC_Reset()
723 SC_OR(u8SCID,UART_SCCR, UART_SCCR_RST);//active high in _SC_Reset()
1474 SC_AND(u8SCID,UART_SCCR, ~UART_SCCR_RST);//Pull RSTIN low in _SC_Activate()
1482 SC_OR(u8SCID,UART_SCCR, UART_SCCR_RST);//active high in _SC_Activate()
1538 SC_AND(u8SCID, UART_SCCR, ~UART_SCCR_RST);//active low in _SC_Deactivate()
2215 SC_AND(u8SCID, UART_SCCR, ~UART_SCCR_RST);//reset active low in _SC_Task_Proc()
2252 SC_AND(u8SCID,UART_SCCR, ~UART_SCCR_RST);//Pull RSTIN low in _SC_Task_Proc()
2339 SC_AND(u8SCID, UART_SCCR, ~UART_SCCR_RST);//active low in _SC_Task_Proc()
2380 SC_AND(u8SCID,UART_SCCR, ~UART_SCCR_RST);//Pull RSTIN low in _SC_Task_Proc()
2743 SC_AND(i,UART_SCCR, ~UART_SCCR_RST);//reset active low in MDrv_SC_Task_Proc()
[all …]
/utopia/UTPA2-700.0.x/modules/sc/hal/k6lite/sc/
H A DhalSC.c1074 SC_OR(u8SCID, UART_SCCR, UART_SCCR_RST);//Pull RSTIN high in HAL_SC_ResetPadCtrl()
1078 SC_AND(u8SCID, UART_SCCR, ~UART_SCCR_RST);//Pull RSTIN low in HAL_SC_ResetPadCtrl()
/utopia/UTPA2-700.0.x/modules/sc/hal/k6/sc/
H A DhalSC.c1083 SC_OR(u8SCID, UART_SCCR, UART_SCCR_RST);//Pull RSTIN high in HAL_SC_ResetPadCtrl()
1087 SC_AND(u8SCID, UART_SCCR, ~UART_SCCR_RST);//Pull RSTIN low in HAL_SC_ResetPadCtrl()
/utopia/UTPA2-700.0.x/modules/uart/hal/kano/uart/
H A DregUART.h359 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/macan/uart/
H A DregUART.h380 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/curry/uart/
H A DregUART.h359 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/mooney/uart/
H A DregUART.h358 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/messi/uart/
H A DregUART.h358 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maldives/uart/
H A DregUART.h360 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/mustang/uart/
H A DregUART.h365 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/k6lite/uart/
H A DregUART.h359 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/M7821/uart/
H A DregUART.h400 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maserati/uart/
H A DregUART.h396 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/M7621/uart/
H A DregUART.h396 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/manhattan/uart/
H A DregUART.h396 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/mainz/uart/
H A DregUART.h358 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/maxim/uart/
H A DregUART.h396 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/uart/hal/k6/uart/
H A DregUART.h380 #define UART_SCCR_RST 0x10 // Smartcard reset 0->1, UART Rx enable 1 macro
/utopia/UTPA2-700.0.x/modules/sc/hal/maserati/sc/
H A DregSC.h326 #define UART_SCCR_RST (0x00000010UL) // Smartcard reset 0->1, UAR… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/M7621/sc/
H A DregSC.h326 #define UART_SCCR_RST (0x00000010UL) // Smartcard reset 0->1, UAR… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/maldives/sc/
H A DregSC.h316 #define UART_SCCR_RST (0x10UL) // Smartcard reset 0->1, UART Rx e… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/mainz/sc/
H A DregSC.h326 #define UART_SCCR_RST (0x00000010UL) // Smartcard reset 0->1, UAR… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/mustang/sc/
H A DregSC.h316 #define UART_SCCR_RST (0x10UL) // Smartcard reset 0->1, UART Rx e… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/messi/sc/
H A DregSC.h326 #define UART_SCCR_RST (0x00000010UL) // Smartcard reset 0->1, UAR… macro
/utopia/UTPA2-700.0.x/modules/sc/hal/manhattan/sc/
H A DregSC.h326 #define UART_SCCR_RST (0x00000010UL) // Smartcard reset 0->1, UAR… macro

12