Home
last modified time | relevance | path

Searched refs:ph_tag (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/i386/pci/
H A Dvia8231reg.h85 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
88 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
92 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
93 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
96 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
97 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
108 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
115 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
116 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
119 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
[all …]
H A Damd756reg.h56 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) & 0xff)
59 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) >> 16)
62 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
63 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
67 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
68 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
H A Dopti82c558.c91 pcitag_t ph_tag; member
128 ph->ph_tag = tag; in opti82c558_init()
157 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_get_intr()
174 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_set_intr()
178 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg); in opti82c558_set_intr()
195 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_get_trigger()
216 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_set_trigger()
222 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg); in opti82c558_set_trigger()
H A Dopti82c700.c97 pcitag_t ph_tag; member
116 ph->ph_tag = tag; in opti82c700_init()
199 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_get_intr()
221 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_set_intr()
224 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg); in opti82c700_set_intr()
248 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_get_trigger()
264 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_get_trigger()
293 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_set_trigger()
303 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg); in opti82c700_set_trigger()
313 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_set_trigger()
H A Dvia82c586.c157 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG); in via82c586_get_intr()
175 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG); in via82c586_set_intr()
180 pci_conf_write(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG, reg); in via82c586_set_intr()
202 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in via82c586_get_trigger()
232 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in via82c586_set_trigger()
238 pci_conf_write(ph->ph_pc, ph->ph_tag, in via82c586_set_trigger()
H A Dpiix.c109 ph->ph_tag = tag; in piix_init()
171 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, off); in piix_get_intr()
197 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, off); in piix_set_intr()
201 pci_conf_write(ph->ph_pc, ph->ph_tag, off, reg); in piix_set_intr()
256 pcireg_t irqs = pci_conf_read(ph->ph_pc, ph->ph_tag, PIIX_CFG_PIRQ); in piix_pir_dump()
264 irqs = pci_conf_read(ph->ph_pc, ph->ph_tag, in piix_pir_dump()
H A Dsis85c503.c129 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in sis85c503_get_intr()
151 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in sis85c503_set_intr()
157 pci_conf_write(ph->ph_pc, ph->ph_tag, SIS85C503_CFG_PIRQ_REGOFS(clink), in sis85c503_set_intr()
H A Dali1543.c186 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG); in ali1543_get_intr()
207 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG); in ali1543_set_intr()
212 pci_conf_write(ph->ph_pc, ph->ph_tag, ALI1543_INTR_CFG_REG, reg); in ali1543_set_intr()
H A Damd756.c79 pcitag_t ph_tag; member
112 ph->ph_tag = tag; in amd756_init()
H A Dpiixvar.h70 pcitag_t ph_tag; member
H A Dvia8231.c85 pcitag_t ph_tag; member
147 ph->ph_tag = tag; in via8231_init()
H A Drccosb4.c77 ph->piix.ph_tag = tag; in osb4_init()