Lines Matching refs:core
61 * the first bus core.
62 * @param base_addr Address of the first bus core.
65 * within the first core, this parameter should be
121 * @param[out] cores The table of parsed core descriptors.
122 * @param[out] num_cores The number of core records in @p cores.
138 * @param cores A core table allocated by @p erom.
146 * Locate the first core table entry in @p erom that matches @p desc.
149 * @param desc A core match descriptor.
150 * @param[out] core On success, the matching core info record.
153 * @retval ENOENT No core matching @p desc was found.
159 struct bhnd_core_info *core;
163 * Locate the first core table entry in @p erom that matches @p desc,
166 * If a core matching @p desc is not found, or the requested port region
167 * is not mapped to the matching core, ENOENT is returned.
170 * @param desc A core match descriptor.
174 * @param[out] core If not NULL, will be populated with the matched core
180 * @retval ENOENT No core matching @p desc was found.
191 struct bhnd_core_info *core;