Home
last modified time | relevance | path

Searched refs:pma_offset (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_stm32.c174 uint32_t pma_offset; member
570 usb_dc_stm32_state.pma_offset = USB_BTABLE_SIZE; in usb_dc_stm32_init()
780 (usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps*2)) { in usb_dc_ep_configure()
784 (usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps)) { in usb_dc_ep_configure()
790 usb_dc_stm32_state.pma_offset + in usb_dc_ep_configure()
791 ((usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps) << 16)); in usb_dc_ep_configure()
793 usb_dc_stm32_state.pma_offset += ep_cfg->ep_mps*2; in usb_dc_ep_configure()
796 usb_dc_stm32_state.pma_offset); in usb_dc_ep_configure()
798 usb_dc_stm32_state.pma_offset += ep_cfg->ep_mps; in usb_dc_ep_configure()
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c57 uint32_t pma_offset; member
416 priv->occupied_mem = cfg->pma_offset; in udc_stm32_mem_init()
875 .pma_offset = USB_BTABLE_SIZE,