Searched refs:PCIR_HT_COMMAND (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/powerpc/powermac/ |
| H A D | cpcht.c | 270 val = PCIB_READ_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 2); in cpcht_configure_htbridge() 275 PCIB_WRITE_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 0x1, 1); in cpcht_configure_htbridge() 283 ptr + PCIR_HT_COMMAND, 0x10 + (i << 1), 1); in cpcht_configure_htbridge() 299 ptr + PCIR_HT_COMMAND, 0x11 + (i << 1), 1); in cpcht_configure_htbridge() 631 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_config() 669 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_enable() 698 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_unmask() 734 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_eoi()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pcireg.h | 745 #define PCIR_HT_COMMAND 0x2 macro
|
| H A D | pci.c | 892 val = REG(ptr + PCIR_HT_COMMAND, 2); in pci_read_cap() 999 WREG(cfg->ht.ht_msimap + PCIR_HT_COMMAND, cfg->ht.ht_msictrl, in pci_read_cap() 1458 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_htcap_method() 1503 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_next_htcap_method() 2204 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi() 2211 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi()
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | cap.c | 231 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2); in cap_ht()
|