Lines Matching refs:au_writel
53 au_writel(0x00000000, 0xAE00001C); in board_reset()
65 au_writel(pin_func, SYS_PINFUNC); in board_setup()
68 au_writel(0x01, UART3_ADDR+UART_MOD_CNTRL); // clock enable (CE) in board_setup()
70 au_writel(0x03, UART3_ADDR+UART_MOD_CNTRL); // CE and "enable" in board_setup()
74 au_writel(0x01, UART3_ADDR+UART_MCR); //? UART_MCR_DTR is 0x01??? in board_setup()
78 au_writel(0, SYS_PININPUTEN); in board_setup()
81 au_writel(1 | (1<<1) | (1<<4), SYS_TRIOUTCLR); in board_setup()
84 au_writel(1, GPIO2_ENABLE); in board_setup()
86 au_writel((1<<8) | (1<<9) | (1<<10) | (1<<11), GPIO2_DIR); in board_setup()
89 au_writel((au_readl(GPIO2_PINSTATE) & ~(1<<14))|(1<<30), GPIO2_OUTPUT); in board_setup()
95 au_writel(0xf | (2<<6) | (1<<4), Au1500_PCI_CFG); in board_setup()
97 au_writel(0xf, Au1500_PCI_CFG); in board_setup()