Searched refs:clksel (Results 1 – 2 of 2) sorted by relevance
73 clk_ctl_obj->clksel = clk_ctl_obj->clksel & ~(0x3 << 8); in UART_Init()74 clk_ctl_obj->clksel = clk_ctl_obj->clksel | (0x2 << 8); in UART_Init()
12 unsigned int clksel; member