Lines Matching +full:1 +full:a01000
10 * 1. Redistributions of source code must retain the above copyright
106 if ((node = OF_finddevice(nodepath)) == -1) in fix_node_iparent()
124 gicnode = OF_finddevice("/soc/interrupt-controller@00a01000"); in fix_fdt_interrupt_data()
125 if (gicnode == -1) in fix_fdt_interrupt_data()
126 gicnode = OF_finddevice("/soc/interrupt-controller@a01000"); in fix_fdt_interrupt_data()
127 if (gicnode == -1) { in fix_fdt_interrupt_data()
128 gicnode = OF_finddevice("/interrupt-controller@00a01000"); in fix_fdt_interrupt_data()
129 if (gicnode == -1) in fix_fdt_interrupt_data()
130 gicnode = OF_finddevice("/interrupt-controller@a01000"); in fix_fdt_interrupt_data()
131 if (gicnode == -1) in fix_fdt_interrupt_data()
143 if (gpcnode == -1) in fix_fdt_interrupt_data()
145 if (gpcnode == -1) in fix_fdt_interrupt_data()
147 if (gpcnode == -1) in fix_fdt_interrupt_data()
188 if (node == -1) in fix_fdt_iomuxc_data()
190 if (node != -1) in fix_fdt_iomuxc_data()
221 * This attempts to cover the most-used devices with 1MB section mappings, which
225 * L2 cache controller. Most of the 1MB range is unused reserved space.
274 * register may be ncpu-1.
365 const uint32_t UART_TXRDY = (1 << 3);