Lines Matching refs:au_writel
58 au_writel(au_readl(SYS_PINFUNC) & (u32)(~0x8000), SYS_PINFUNC); in board_setup()
61 au_writel( au_readl(GPIO2_DIR) | 0x10, GPIO2_DIR ); in board_setup()
62 au_writel( 0x100000, GPIO2_OUTPUT ); in board_setup()
67 au_writel(0xf | (2<<6) | (1<<4), Au1500_PCI_CFG); in board_setup()
69 au_writel(0xf, Au1500_PCI_CFG); in board_setup()
76 au_writel( SYS_PF_NI2 | SYS_PF_U3, SYS_PINFUNC ); in board_setup()
79 au_writel( 0xFFFFFFFF, SYS_TRIOUTCLR ); in board_setup()
80 au_writel( 0x00000001, SYS_OUTPUTCLR ); // set M66EN (PCI 66MHz) to OFF in board_setup()
81 au_writel( 0x00000008, SYS_OUTPUTSET ); // set PCI CLKRUN# to OFF in board_setup()
82 au_writel( 0x00000020, SYS_OUTPUTCLR ); // set eth PHY TX_ER to OFF in board_setup()
85 au_writel( au_readl(GPIO2_DIR) | 0x1800, GPIO2_DIR ); in board_setup()
86 au_writel( 0x18000800, GPIO2_OUTPUT ); in board_setup()