Home | History | Annotate | Download | only in pci

Lines Matching defs:ph_pc

101 	pci_chipset_tag_t ph_pc;
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);
334 pci_chipset_tag_t pc = ph->ph_pc;