Home | History | Annotate | Download | only in fdt

Lines Matching defs:ihandle

199 	int ihandle;
201 specifier = get_specifier_by_index(phandle, index, &ihandle);
205 return fdtbus_intr_establish_raw(ihandle, specifier, ipl,
225 fdtbus_intr_establish_raw(int ihandle, const u_int *specifier, int ipl,
232 ic = fdtbus_get_interrupt_controller(ihandle);
234 printf("%s: ihandle %d is not a controller\n",__func__,ihandle);
339 int ihandle;
341 specifier = get_specifier_by_index(phandle, index, &ihandle);
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)
353 ic = fdtbus_get_interrupt_controller(ihandle);