Lines Matching refs:phandle_t

54 ofw_bus_gen_setup_devinfo(struct ofw_bus_devinfo *obd, phandle_t node)
143 phandle_t
191 ofw_bus_node_status_okay(phandle_t node)
235 ofw_bus_node_is_compatible(phandle_t node, const char *compatstr)
256 phandle_t node;
308 phandle_t node;
317 ofw_bus_setup_iinfo(phandle_t node, struct ofw_bus_iinfo *ii, int intrsz)
342 ofw_bus_lookup_imap(phandle_t node, struct ofw_bus_iinfo *ii, void *reg,
344 phandle_t *iparent)
384 int rintrsz, phandle_t *iparent)
386 phandle_t parent;
429 tsz = physsz + intrsz + sizeof(phandle_t) + paddrsz + pintrsz;
447 ofw_bus_msimap(phandle_t node, uint16_t pci_rid, phandle_t *msi_parent,
498 ofw_bus_reg_to_rl_helper(device_t dev, phandle_t node, pcell_t acells, pcell_t scells,
547 ofw_bus_reg_to_rl(device_t dev, phandle_t node, pcell_t acells, pcell_t scells,
555 ofw_bus_assigned_addresses_to_rl(device_t dev, phandle_t node, pcell_t acells,
567 phandle_t
568 ofw_bus_find_iparent(phandle_t node)
570 phandle_t iparent;
585 ofw_bus_intr_to_rl(device_t dev, phandle_t node,
588 phandle_t iparent;
651 ofw_bus_intr_by_rid(device_t dev, phandle_t node, int wanted_rid,
652 phandle_t *producer, int *ncells, pcell_t **cells)
654 phandle_t iparent;
721 phandle_t
722 ofw_bus_find_child(phandle_t start, const char *child_name)
726 phandle_t child;
743 phandle_t
744 ofw_bus_find_compatible(phandle_t node, const char *onecompat)
746 phandle_t child, ret;
770 * @param node The phandle_t to look for.
773 ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node)
820 ofw_bus_parse_xref_list_internal(phandle_t node, const char *list_name,
821 const char *cells_name, int idx, phandle_t *producer, int *ncells,
824 phandle_t pnode;
825 phandle_t *elems;
882 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
883 const char *cells_name, int idx, phandle_t *producer, int *ncells,
906 ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name,
918 ofw_bus_find_string_index(phandle_t node, const char *list_name,
948 ofw_bus_string_list_to_array(phandle_t node, const char *list_name,