Lines Matching +full:0 +full:x002c0000
41 __asm__ __volatile__("jr\t%0" : : "r"(0xbfc00000)); in mtx1_reset()
57 alchemy_gpio_direction_output(204, 0); in board_setup()
64 alchemy_wrsys(~0, AU1000_SYS_TRIOUTCLR); in board_setup()
65 alchemy_gpio_direction_output(0, 0); /* Disable M66EN (PCI 66MHz) */ in board_setup()
68 alchemy_gpio_direction_output(5, 0); /* Disable eth PHY TX_ER */ in board_setup()
72 alchemy_gpio_direction_output(212, 0); /* red off */ in board_setup()
105 .dev_id = "mtx1-wdt.0",
115 .id = 0,
144 .size = 0x01C00000,
145 .offset = 0,
149 .size = 0x00100000,
155 .size = 0x002c0000,
160 .size = 0x00040000,
172 .start = 0x1e000000,
173 .end = 0x1fffffff,
187 [0] = {
189 .end = AU1500_PCI_PHYS_ADDR + 0xfff,
202 if (assert && devsel != 0) in mtx1_pci_idsel()
204 alchemy_gpio_set_value(1, 0); /* set EXT_IO3 OFF */ in mtx1_pci_idsel()
213 [0] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 00 - AdapterA-Slot0 (top) */
214 …[1] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 01 - AdapterA-Slot1 (bottom) …
215 [2] = { -1, AU1500_PCI_INTC, AU1500_PCI_INTD, 0xff, 0xff }, /* IDSEL 02 - AdapterB-Slot0 (top) */
216 …[3] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 03 - AdapterB-Slot1 (bottom) …
217 [4] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, 0xff, 0xff }, /* IDSEL 04 - AdapterC-Slot0 (top) */
218 …[5] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 05 - AdapterC-Slot1 (bottom) …
219 [6] = { -1, AU1500_PCI_INTC, AU1500_PCI_INTD, 0xff, 0xff }, /* IDSEL 06 - AdapterD-Slot0 (top) */
220 …[7] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 07 - AdapterD-Slot1 (bottom) …
236 0,
243 .id = 0,
271 au1xxx_override_eth_cfg(0, &mtx1_au1000_eth0_pdata); in mtx1_register_devices()
273 rc = gpio_request(mtx1_gpio_button[0].gpio, in mtx1_register_devices()
274 mtx1_gpio_button[0].desc); in mtx1_register_devices()
275 if (rc < 0) { in mtx1_register_devices()
277 mtx1_gpio_button[0].gpio); in mtx1_register_devices()
280 gpio_direction_input(mtx1_gpio_button[0].gpio); in mtx1_register_devices()