Searched refs:ph_tag (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/i386/pci/
H A Damd756reg.h56 (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) \
H A Dvia8231reg.h86 ((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_PI
[all...]
H A Dpiixvar.h69 pcitag_t ph_tag; member in struct:piix_handle
H A Dopti82c558.c96 pcitag_t ph_tag; member in struct:opti82c558_handle
133 ph->ph_tag = tag;
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);
H A Dopti82c700.c102 pcitag_t ph_tag; member in struct:opti82c700_handle
121 ph->ph_tag = tag;
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, addrof
[all...]
H A Dvia82c586.c162 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,
H A Dsis85c503.c134 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),
H A Dali1543.c190 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);
H A Dpiix.c132 ph->ph_tag = tag;
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);
H A Damd756.c84 pcitag_t ph_tag; member in struct:amd756_handle
117 ph->ph_tag = tag;
H A Dvia8231.c90 pcitag_t ph_tag; member in struct:via8231_handle
152 ph->ph_tag = tag;

Completed in 85 milliseconds