Searched refs:PCIR_HT_COMMAND (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/powerpc/powermac/ |
| H A D | cpcht.c | 265 val = PCIB_READ_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 2); in cpcht_configure_htbridge() 270 PCIB_WRITE_CONFIG(dev, b, s, f, ptr + PCIR_HT_COMMAND, 0x1, 1); in cpcht_configure_htbridge() 278 ptr + PCIR_HT_COMMAND, 0x10 + (i << 1), 1); in cpcht_configure_htbridge() 294 ptr + PCIR_HT_COMMAND, 0x11 + (i << 1), 1); in cpcht_configure_htbridge() 619 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_config() 657 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_enable() 686 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_unmask() 722 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND, in openpic_cpcht_eoi()
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 748 #define PCIR_HT_COMMAND 0x2 macro
|
| H A D | pci.c | 928 val = REG(ptr + PCIR_HT_COMMAND, 2); in pci_read_cap() 1031 WREG(cfg->ht.ht_msimap + PCIR_HT_COMMAND, cfg->ht.ht_msictrl, in pci_read_cap() 1472 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_htcap_method() 1517 val = pci_read_config(child, ptr + PCIR_HT_COMMAND, 2); in pci_find_next_htcap_method() 2238 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi() 2245 pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND, in pci_ht_map_msi()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 226 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2); in cap_ht()
|