HomeSort by: relevance | last modified time | path
    Searched refs:ph_pc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/i386/pci/
amd756reg.h 56 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
60 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
64 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
65 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
69 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
70 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
via8231reg.h 86 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
89 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
93 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
94 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
97 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
98 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
109 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
112 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
116 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
117 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR)
    [all...]
piixvar.h 68 pci_chipset_tag_t ph_pc; member in struct:piix_handle
opti82c558.c 95 pci_chipset_tag_t ph_pc; member in struct:opti82c558_handle
132 ph->ph_pc = pc;
162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ);
180 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ);
184 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg);
201 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ);
222 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ);
228 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg);
opti82c700.c 101 pci_chipset_tag_t ph_pc; member in struct:opti82c700_handle
120 ph->ph_pc = pc;
204 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
226 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
229 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg);
253 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
269 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
298 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
308 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg);
318 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs)
    [all...]
via82c586.c 162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG);
180 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG);
185 pci_conf_write(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG, reg);
207 reg = pci_conf_read(ph->ph_pc, ph->ph_tag,
237 reg = pci_conf_read(ph->ph_pc, ph->ph_tag,
244 pci_conf_write(ph->ph_pc, ph->ph_tag,
sis85c503.c 134 reg = pci_conf_read(ph->ph_pc, ph->ph_tag,
156 reg = pci_conf_read(ph->ph_pc, ph->ph_tag,
162 pci_conf_write(ph->ph_pc, ph->ph_tag, SIS85C503_CFG_PIRQ_REGOFS(clink),
ali1543.c 190 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG);
211 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG);
216 pci_conf_write(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG, reg);
piix.c 131 ph->ph_pc = pc;
244 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, cfgreg);
268 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, cfgreg);
272 pci_conf_write(ph->ph_pc, ph->ph_tag, cfgreg, reg);
327 pcireg_t irqs = pci_conf_read(ph->ph_pc, ph->ph_tag, PIIX_CFG_PIRQ);
355 pcireg_t irqs = pci_conf_read(ph->ph_pc, ph->ph_tag, PIIX_CFG_PIRQ2);
amd756.c 83 pci_chipset_tag_t ph_pc; member in struct:amd756_handle
116 ph->ph_pc = pc;
via8231.c 89 pci_chipset_tag_t ph_pc; member in struct:via8231_handle
151 ph->ph_pc = pc;

Completed in 81 milliseconds