Searched refs:log2ceil_mps (Results 1 – 2 of 2) sorted by relevance
466 int log2ceil_mps; in usb_dc_ep_configure() local520 log2ceil_mps = 32 - __builtin_clz((MAX(cfg->ep_mps, 8) << 1) - 1) - 1; in usb_dc_ep_configure()521 regval |= USBHS_DEVEPTCFG_EPSIZE(log2ceil_mps - 3); in usb_dc_ep_configure()
877 int log2ceil_mps; in usb_dc_ep_configure() local924 log2ceil_mps = 32 - __builtin_clz((MAX(cfg->ep_mps, 8) << 1) - 1) - 1; in usb_dc_ep_configure()925 regval |= USBC_UECFG0_EPSIZE(log2ceil_mps - 3); in usb_dc_ep_configure()