Lines Matching +full:wait +full:- +full:pin
1 // SPDX-License-Identifier: GPL-2.0+
25 /* CS2: Ethernet (0xA8000000 - 0xABFFFFFF) */ in board_init()
27 __raw_writel(0x000003c0, CS2WCR); /* (WR:8), no ext. wait */ in board_init()
29 /* CS4: CAN1 (0xB0000000 - 0xB3FFFFFF) */ in board_init()
31 __raw_writel(0x00100981, CS4WCR); /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in board_init()
33 /* CS5a: CAN2 (0xB4000000 - 0xB5FFFFFF) */ in board_init()
35 __raw_writel(0x00100981, CS5AWCR); /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in board_init()
37 /* CS5b: CAN3 (0xB6000000 - 0xB7FFFFFF) */ in board_init()
39 __raw_writel(0x00100981, CS5BWCR); /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in board_init()
41 /* CS6a: Rotary (0xB8000000 - 0xB9FFFFFF) */ in board_init()
43 __raw_writel(0x001009C1, CS6AWCR); /* (SW:1.5 WR:3 HW:1.5), no ext. wait */ in board_init()
45 …/* set Pin Select Register A: /PCC_CD1, /PCC_CD2, PCC_BVD1, PCC_BVD2, /IOIS16, IRQ4, IRQ5, USB1d_S… in board_init()
48 …/* set Pin Select Register B: /SCIF0_RTS, /SCIF0_CTS, LCD_VCPWC, LCD_VEPWC, IIC_SDA, IIC_SCL, Rese… in board_init()
51 /* set Pin Select Register C: SIOF1_SCK, SIOF1_RxD, SCIF1_RxD, SCIF1_TxD, Reserved */ in board_init()
54 …/* set Pin Select Register D: Reserved, SIOF1_TxD, Reserved, SIOF1_MCLK, Reserved, SIOF1_SYNC, Res… in board_init()
60 * GPI+: (10) General Purpose Input with internal pull-up in board_init()
61 *------------------------------------------------------- in board_init()