Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nuvoton/npcm845x/
Dnpcm845x_serial_port.c70 volatile struct npcm845x_gcr *gcr_ctl_obj = in UART_Init() local
120 gcr_ctl_obj->mfsel4 &= ~(1 << 1); in UART_Init()
121 gcr_ctl_obj->mfsel1 |= 1 << 9; in UART_Init()
124 gcr_ctl_obj->mfsel4 &= ~(1 << 1); in UART_Init()
125 gcr_ctl_obj->mfsel1 |= 1 << 11; in UART_Init()
126 gcr_ctl_obj->spswc &= (7 << 0); in UART_Init()
127 gcr_ctl_obj->spswc |= (2 << 0); in UART_Init()