Lines Matching +full:1 +full:a01000
10 * 1. Redistributions of source code must retain the above copyright
107 if ((node = OF_finddevice(nodepath)) == -1) in fix_node_iparent()
125 gicnode = OF_finddevice("/soc/interrupt-controller@00a01000"); in fix_fdt_interrupt_data()
126 if (gicnode == -1) in fix_fdt_interrupt_data()
127 gicnode = OF_finddevice("/soc/interrupt-controller@a01000"); in fix_fdt_interrupt_data()
128 if (gicnode == -1) { in fix_fdt_interrupt_data()
129 gicnode = OF_finddevice("/interrupt-controller@00a01000"); in fix_fdt_interrupt_data()
130 if (gicnode == -1) in fix_fdt_interrupt_data()
131 gicnode = OF_finddevice("/interrupt-controller@a01000"); in fix_fdt_interrupt_data()
132 if (gicnode == -1) in fix_fdt_interrupt_data()
144 if (gpcnode == -1) in fix_fdt_interrupt_data()
146 if (gpcnode == -1) in fix_fdt_interrupt_data()
148 if (gpcnode == -1) in fix_fdt_interrupt_data()
189 if (node == -1) in fix_fdt_iomuxc_data()
191 if (node != -1) in fix_fdt_iomuxc_data()
222 * This attempts to cover the most-used devices with 1MB section mappings, which
226 * L2 cache controller. Most of the 1MB range is unused reserved space.
275 * register may be ncpu-1.
367 const uint32_t UART_TXRDY = (1 << 3);