Home | History | Annotate | Download | only in xscale

Lines Matching refs:ps

191     struct pciconf_state *ps)
197 becc_pci_decompose_tag(sc, tag, &ps->ps_b, &ps->ps_d, &ps->ps_f);
203 if (ps->ps_b == 0) {
205 if (ps->ps_d > (14 - BECC_IDSEL_BIT))
207 ps->ps_offset = (1U << (ps->ps_d + BECC_IDSEL_BIT)) |
208 (ps->ps_f << 8) | offset;
209 ps->ps_type = 0;
212 ps->ps_offset = tag | offset | 1;
213 ps->ps_type = 1;
273 struct pciconf_state ps;
278 if (becc_pci_conf_setup(sc, tag, offset, &ps))
285 if (ps.ps_b == 0 && ps.ps_d == 0)
290 va = sc->sc_pci_cfg_base + ps.ps_offset;
291 BECC_CSR_WRITE(BECC_POCR, ps.ps_type);
297 ps.ps_b, ps.ps_d, ps.ps_f);
314 struct pciconf_state ps;
318 if (becc_pci_conf_setup(sc, tag, offset, &ps))
322 BECC_CSR_WRITE(BECC_POCR, ps.ps_type);
324 va = sc->sc_pci_cfg_base + ps.ps_offset;