Searched refs:cparams (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dehci_pci.c288 u_int32_t cparams, eec, legsup;
291 cparams = EREAD4(&sc->sc, EHCI_HCCPARAMS);
292 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0;
307 u_int32_t cparams, eec, legsup; local
310 cparams = EREAD4(&sc->sc, EHCI_HCCPARAMS);
312 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0;
H A Dxhci_pci.c250 uint32_t cparams, xecp, eec; local
254 cparams = XREAD4(&psc->sc, XHCI_HCCPARAMS);
255 if (cparams == 0xffffffff)
261 for (xecp = XHCI_HCC_XECP(cparams) << 2;
/openbsd-current/sys/net/
H A Dfq_codel.c106 struct codel_params cparams; member in struct:fqcodel
657 m = codel_dequeue(&flow->cd, &fqc->cparams, now, &ml,
763 codel_initparams(&fqc->cparams, qs->flowqueue.target,
782 fqc->quantum, fqc->cparams.target / 1000000,
783 fqc->cparams.interval / 1000000);
793 codel_freeparams(&fqc->cparams);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c263 static const struct cparams { struct
268 } cparams[] = { variable in typeref:struct:cparams
292 for (i = 0; i < ARRAY_SIZE(cparams); i++) {
293 if (cparams[i].i == c_m && cparams[i].t == i915->mem_freq) {
294 rps->ips.m = cparams[i].m;
295 rps->ips.c = cparams[i].c;
/openbsd-current/sys/dev/usb/
H A Dehci.c297 u_int32_t sparams, cparams, hcr; local
318 cparams = EREAD4(sc, EHCI_HCCPARAMS);
319 DPRINTF(("ehci_init: cparams=0x%x\n", cparams));
322 if (EHCI_HCC_64BIT(cparams))
963 u_int32_t cmd, hcr, cparams; local
1019 cparams = EREAD4(sc, EHCI_HCCPARAMS);
1021 if (EHCI_HCC_64BIT(cparams))

Completed in 195 milliseconds