Lines Matching defs:specifier
198 const u_int *specifier;
201 specifier = get_specifier_by_index(phandle, index, &ihandle);
202 if (specifier == NULL)
205 return fdtbus_intr_establish_raw(ihandle, specifier, ipl,
225 fdtbus_intr_establish_raw(int ihandle, const u_int *specifier, int ipl,
252 ih = ic->ic_funcs->establish(ic->ic_dev, __UNCONST(specifier),
338 const u_int *specifier;
341 specifier = get_specifier_by_index(phandle, index, &ihandle);
342 if (specifier == NULL)
345 return fdtbus_intr_str_raw(ihandle, specifier, buf, buflen);
349 fdtbus_intr_str_raw(int ihandle, const u_int *specifier, char *buf, size_t buflen)
357 return ic->ic_funcs->intrstr(ic->ic_dev, __UNCONST(specifier), buf, buflen);
397 /* child interrupt specifier: #interrupt-cells of the nexus node */
400 /* Offset (in cells) from map entry to child unit address specifier */
402 /* Offset (in cells) from map entry to child interrupt specifier */
406 /* Offset (in cells) from map entry to parent unit specifier */
414 /* parent unit specifier: #address-cells of the interrupt parent */
416 /* parent interrupt specifier: #interrupt-cells of the interrupt parent */
419 /* Offset (in cells) from map entry to parent interrupt specifier */