Lines Matching +full:early +full:- +full:to +full:- +full:mid
1 /* SPDX-License-Identifier: GPL-2.0 */
19 /* Enumeration to describe the prom major version we have detected. */
22 PROM_V2, /* sun4c and early sun4m V2 prom */
23 PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
36 /* Pointer to prom structure containing the device tree traversal
37 * and usage utility functions. Only prom-lib should use these,
45 * preferably as early as possible. Pass it the romvec pointer.
65 /* Enter the prom, with no chance of continuation for the stand-alone
70 /* Set the PROM 'sync' callback function to the passed function pointer.
74 * XXX The arguments are different on V0 vs. V2->higher proms, grrr! XXX
94 /* Write a buffer of characters to the console. */
123 * Returns -1 on error (ie. no such property at this node).
128 * the number of bytes the prom put into your buffer or -1 on error.
168 /* Apply promlib probes OBIO ranges to registers. */
171 /* Apply ranges of any prom node (and optionally parent node as well) to registers. */
178 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid);
179 int cpu_find_by_mid(int mid, phandle *prom_node);