Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dearly_uart.c44 uint32_t pconf0_addr = score_pconf0(pad); in score_select_func() local
46 reg = readl(pconf0_addr); in score_select_func()
49 writel(reg, pconf0_addr); in score_select_func()
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dearly_uart.c42 uint32_t pconf0_addr = gpio_pconf0(community, family, pad); in gpio_select_func() local
44 clrsetbits_le32(pconf0_addr, 0xf << 16, func << 16); in gpio_select_func()