Lines Matching defs:host
267 * if the range cannot be matched to any host bridge IO space (our case here).
516 * Whenever the translation fails, the *host pointer will be set to the
523 struct device_node **host)
536 *host = NULL;
580 *host = of_node_get(dev);
615 struct device_node *host;
619 in_addr, "ranges", &host);
620 if (host) {
621 of_node_put(host);
659 struct device_node *host;
663 in_addr, "dma-ranges", &host);
665 if (host) {
666 of_node_put(host);
814 struct device_node *host;
817 in_addr, "ranges", &host);
818 if (host) {
819 /* host-specific port access */
820 port = logic_pio_trans_hwaddr(&host->fwnode, taddr, size);
821 of_node_put(host);
864 * can't be matched to any host bridge IO space