Home | History | Annotate | Download | only in pci

Lines Matching defs:addrofs

131 opti82c700_addr(int link, int *addrofs, int *ofs)
145 *addrofs = FIRESTAR_CFG_INTR_IRQ + (regofs >> 2);
154 *addrofs = FIRESTAR_CFG_INTR_PIRQ;
199 int val, addrofs, ofs;
201 if (opti82c700_addr(clink, &addrofs, &ofs))
204 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
217 int addrofs, ofs;
223 if (opti82c700_addr(clink, &addrofs, &ofs))
226 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
229 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg);
238 int i, val, addrofs, ofs;
252 i), &addrofs, &ofs);
253 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
268 i), &addrofs, &ofs);
269 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
284 int i, val, addrofs, ofs;
297 i), &addrofs, &ofs);
298 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);
308 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg);
317 i), &addrofs, &ofs);
318 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs);