Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c23 writel(MUX_M0, &pmx0->iomg[48]); /* UART0_RXD */ in hi6220_uart_config()
24 writel(MUX_M0, &pmx0->iomg[49]); /* UART0_TXD */ in hi6220_uart_config()
31 writel(MUX_M0, &pmx0->iomg[50]); /* UART1_CTS_N */ in hi6220_uart_config()
32 writel(MUX_M0, &pmx0->iomg[51]); /* UART1_RTS_N */ in hi6220_uart_config()
33 writel(MUX_M0, &pmx0->iomg[52]); /* UART1_RXD */ in hi6220_uart_config()
34 writel(MUX_M0, &pmx0->iomg[53]); /* UART1_TXD */ in hi6220_uart_config()
45 writel(MUX_M0, &pmx0->iomg[56]); /* UART2_RXD */ in hi6220_uart_config()
46 writel(MUX_M0, &pmx0->iomg[57]); /* UART2_TXD */ in hi6220_uart_config()
57 writel(MUX_M1, &pmx0->iomg[98]); /* UART3_RXD */ in hi6220_uart_config()
140 writel(MUX_M0, &pmx0->iomg[3]); /* SD_CLK */ in hi6220_mmc_config()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h61 uint32_t iomg[REG_NUM]; member