Lines Matching full:ht
217 * implement self-view of the HT host yet
628 * to reassign bus numbers for HT. If we ever have P2P bridges in setup_u3_agp()
631 * HT childs. in setup_u3_agp()
714 printk(KERN_ERR "PCI: Failed to get U3/U4 HT resources !\n"); in setup_u3_ht()
725 * /ht node doesn't expose a "ranges" property, we read the register in setup_u3_ht()
741 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht()
746 * That means that we are incorrectly attributing it to HT. in setup_u3_ht()
748 * In a similar vein, region 0xf4000000 is actually the HT IO space but in setup_u3_ht()
808 } else if (of_device_is_compatible(dev, "u3-ht")) { in pmac_add_bridge()
810 disp_name = "U3-HT"; in pmac_add_bridge()
906 struct device_node *ht __maybe_unused = NULL; in pmac_pci_init()
923 if (of_node_name_eq(np, "ht")) { in pmac_pci_init()
925 ht = np; in pmac_pci_init()
931 /* Probe HT last as it relies on the agp resources to be already in pmac_pci_init()
934 if (ht && pmac_add_bridge(ht) != 0) in pmac_pci_init()
935 of_node_put(ht); in pmac_pci_init()
999 * 64 bits as some of these have strange values behind the HT in pmac_pci_enable_device_hook()
1244 * Same for the PCIe host on U4 and the HT host bridge. in pmac_pci_probe_mode()
1248 of_device_is_compatible(node, "u3-ht"))) in pmac_pci_probe_mode()