Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci_pci.c199 uint32_t cparams; in xhci_pci_take_controller() local
205 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
210 for (eecp = XHCI_HCS0_XECP(cparams) << 2; (eecp != 0) && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller()
H A Dehci.c190 uint32_t cparams; in ehci_init_sub() local
194 cparams = EREAD4(sc, EHCI_HCCPARAMS); in ehci_init_sub()
196 DPRINTF("cparams=0x%x\n", cparams); in ehci_init_sub()
198 if (EHCI_HCC_64BIT(cparams)) { in ehci_init_sub()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c300 const OSSL_PARAM cparams[] = { in kmac_init() local
304 (void)kmac_set_ctx_params(kctx, cparams); in kmac_init()
/third_party/openssl/providers/implementations/macs/
H A Dkmac_prov.c300 const OSSL_PARAM cparams[] = { in kmac_init() local
304 (void)kmac_set_ctx_params(kctx, cparams); in kmac_init()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c765 static int check_access_change(snd_pcm_hw_params_t *cparams, in check_access_change() argument
789 snd_pcm_hw_param_get_mask(cparams, in check_access_change()

Completed in 8 milliseconds