Searched refs:PCIR_HT_COMMAND (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/powerpc/powermac/ |
| D | cpcht.c | 262 val = PCIB_READ_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 2); in cpcht_configure_htbridge() 267 PCIB_WRITE_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 0x1, 1); in cpcht_configure_htbridge() 275 ptr + PCIR_HT_COMMAND, 0x10 + (i << 1), 1); in cpcht_configure_htbridge() 291 ptr + PCIR_HT_COMMAND, 0x11 + (i << 1), 1); in cpcht_configure_htbridge() 621 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_config() 659 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_enable() 688 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_unmask() 724 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_eoi()
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | pcireg.h | 658 #define PCIR_HT_COMMAND 0x2 macro
|
| D | pci.c | 736 val = REG(ptr + PCIR_HT_COMMAND, 2); in pci_read_cap() 839 WREG(cfg->ht.ht_msimap + PCIR_HT_COMMAND, cfg->ht.ht_msictrl, in pci_read_cap() 1268 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_htcap_method() 1904 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi() 1911 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi()
|
| /freebsd-10-stable/usr.sbin/pciconf/ |
| D | cap.c | 224 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2); in cap_ht()
|