Searched refs:PCIR_HT_COMMAND (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/powerpc/powermac/ |
| H A D | cpcht.c | 266 val = PCIB_READ_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 2); in cpcht_configure_htbridge() 271 PCIB_WRITE_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 0x1, 1); in cpcht_configure_htbridge() 279 ptr + PCIR_HT_COMMAND, 0x10 + (i << 1), 1); in cpcht_configure_htbridge() 295 ptr + PCIR_HT_COMMAND, 0x11 + (i << 1), 1); in cpcht_configure_htbridge() 627 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_config() 665 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_enable() 694 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_unmask() 730 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_eoi()
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pcireg.h | 746 #define PCIR_HT_COMMAND 0x2 macro
|
| H A D | pci.c | 894 val = REG(ptr + PCIR_HT_COMMAND, 2); in pci_read_cap() 1001 WREG(cfg->ht.ht_msimap + PCIR_HT_COMMAND, cfg->ht.ht_msictrl, in pci_read_cap() 1442 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_htcap_method() 1487 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_next_htcap_method() 2188 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi() 2195 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi()
|
| /freebsd-14.2/usr.sbin/pciconf/ |
| H A D | cap.c | 226 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2); in cap_ht()
|