Lines Matching +full:0 +full:x00080000
48 HWVER_100 = 0,
54 u32 reflection_low; /* 0x0000 */
55 u32 versions; /* 0x0004 */
56 u32 fpga_version; /* 0x0008 */
57 u32 fpga_features; /* 0x000c */
58 u32 reserved[4]; /* 0x0010 */
59 u32 control; /* 0x0020 */
64 { 0x6d5e, 0xcdc0 },
77 clrsetbits_be32(&gur->pmuxcr, 0x00600000, 0x80000000); in board_early_init_f()
80 setbits_be32(&gur->pmuxcr, 0x00001000); in board_early_init_f()
83 setbits_be32(&gur->pmuxcr, 0x00000010); in board_early_init_f()
86 setbits_be32(&gur->pmuxcr, 0x00000020); in board_early_init_f()
89 setbits_be32(&gur->pmuxcr, 0x000000c0); in board_early_init_f()
92 setbits_be32(&gur->pmuxcr2, 0x03000000); in board_early_init_f()
95 clrbits_be32(&gur->pmuxcr, 0x00000300); in board_early_init_f()
98 setbits_be32(&gur->pmuxcr, 0x000000F0); in board_early_init_f()
104 clrbits_be32(&gur->pmuxcr2, 0x001F8000); in board_early_init_f()
110 setbits_be32(&pgpio->gpdir, 0x00200000); in board_early_init_f()
111 clrbits_be32(&pgpio->gpdat, 0x00200000); in board_early_init_f()
113 setbits_be32(&pgpio->gpdat, 0x00200000); in board_early_init_f()
115 clrbits_be32(&pgpio->gpdat, 0x00200000); in board_early_init_f()
121 setbits_be32(&pgpio->gpdir, 0x00100000); in board_early_init_f()
122 clrbits_be32(&pgpio->gpdat, 0x00100000); in board_early_init_f()
127 setbits_be32(&pgpio->gpdir, 0x00000400); in board_early_init_f()
129 return 0; in board_early_init_f()
136 return 0; in checkboard()
141 return 0; in misc_init_r()
175 [0x01] = { [PCIE3] = SLOT_PCIE4, [PCIE2] = SLOT_PCIE5 },
176 [0x02] = { [SATA1] = SLOT_SATA1, [SATA2] = SLOT_SATA2 },
177 [0x09] = { [PCIE1] = SLOT_PCIE1, [PCIE3] = SLOT_PCIE4,
179 [0x16] = { [PCIE1] = SLOT_PCIE1, [PCIE3] = SLOT_PCIE2,
182 [0x17] = { [PCIE1] = SLOT_PCIE1, [PCIE3] = SLOT_PCIE2,
184 [0x1a] = { [PCIE1] = SLOT_PCIE1, [PCIE2] = SLOT_PCIE3,
187 [0x1c] = { [PCIE1] = SLOT_PCIE1,
189 [0x1e] = { [PCIE1] = SLOT_PCIE1, [PCIE3] = SLOT_PCIE3 },
190 [0x1f] = { [PCIE1] = SLOT_PCIE1 },
217 clrbits_be32(&pgpio->gpdat, 0x00000400); in hw_watchdog_reset()
218 setbits_be32(&pgpio->gpdat, 0x00000400); in hw_watchdog_reset()
234 setbits_be32(&pgpio->gpdir, 0x00080000); in board_early_init_r()
235 setbits_be32(&pgpio->gpodr, 0x00080000); in board_early_init_r()
236 clrbits_be32(&pgpio->gpdat, 0x00080000); in board_early_init_r()
244 return 0; in last_stage_init()
250 fsl_pcie_init_board(0); in pci_init_board()
257 unsigned int k = 0; in board_early_init_r()
261 while (!pca9698_get_value(0x22, 11) && (k++ < 30)) in board_early_init_r()
269 setbits_be32(&pgpio->gpdat, 0x00100000); in board_early_init_r()
278 setbits_be32(&pgpio->gpdir, 0x00080000); in board_early_init_r()
279 setbits_be32(&pgpio->gpodr, 0x00080000); in board_early_init_r()
280 clrbits_be32(&pgpio->gpdat, 0x00080000); in board_early_init_r()
282 return 0; in board_early_init_r()
288 pca9698_direction_output(0x22, 7, 1); in last_stage_init()
291 dp501_powerup(0x08); in last_stage_init()
295 return 0; in last_stage_init()
302 * <0, error
303 * 0, no ethernet devices found
304 * >0, number of ethernet devices initialized
310 unsigned int num = 0; in board_eth_init()
347 return 0; in ft_board_setup()
357 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
394 hardware_version = versions & 0xf; in hydra_initialize()
395 feature_uart_channels = (fpga_features >> 6) & 0x1f; in hydra_initialize()
396 feature_sb_channels = fpga_features & 0x1f; in hydra_initialize()