Home
last modified time | relevance | path

Searched refs:cparams (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c391 uint32_t cparams; in xhci_pci_take_controller() local
397 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
402 for (eecp = XHCI_HCS0_XECP(cparams) << 2; in xhci_pci_take_controller()
H A Dehci_pci.c514 uint32_t cparams; in ehci_pci_take_controller() local
520 cparams = EREAD4(sc, EHCI_HCCPARAMS); in ehci_pci_take_controller()
523 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0; in ehci_pci_take_controller()
H A Dehci.c242 uint32_t cparams; in ehci_init_sub() local
246 cparams = EREAD4(sc, EHCI_HCCPARAMS); in ehci_init_sub()
248 DPRINTF("cparams=0x%x\n", cparams); in ehci_init_sub()
250 if (EHCI_HCC_64BIT(cparams)) { in ehci_init_sub()
/dragonfly/sys/bus/pci/
H A Dpci.c2888 uint32_t cparams; in ehci_early_takeover() local
2901 cparams = bus_read_4(res, EHCI_HCCPARAMS); in ehci_early_takeover()
2904 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0; in ehci_early_takeover()
2944 uint32_t cparams; in xhci_early_takeover() local
2957 cparams = bus_read_4(res, XHCI_HCSPARAMS0); in xhci_early_takeover()
2962 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_early_takeover()
/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c7438 static const struct cparams { struct
7443 } cparams[] = { argument
7485 for (i = 0; i < ARRAY_SIZE(cparams); i++) { in __i915_chipset_val()
7486 if (cparams[i].i == dev_priv->ips.c_m && in __i915_chipset_val()
7487 cparams[i].t == dev_priv->ips.r_t) { in __i915_chipset_val()
7488 m = cparams[i].m; in __i915_chipset_val()
7489 c = cparams[i].c; in __i915_chipset_val()
/dragonfly/contrib/zstd/
H A DCHANGELOG72 cli : New --show-default-cparams information command