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.c177 uint32_t pma_offset; member
574 usb_dc_stm32_state.pma_offset = USB_BTABLE_SIZE; in usb_dc_stm32_init()
784 (usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps*2)) { in usb_dc_ep_configure()
788 (usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps)) { in usb_dc_ep_configure()
794 usb_dc_stm32_state.pma_offset + in usb_dc_ep_configure()
795 ((usb_dc_stm32_state.pma_offset + ep_cfg->ep_mps) << 16)); in usb_dc_ep_configure()
797 usb_dc_stm32_state.pma_offset += ep_cfg->ep_mps*2; in usb_dc_ep_configure()
800 usb_dc_stm32_state.pma_offset); in usb_dc_ep_configure()
802 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
502 priv->occupied_mem = cfg->pma_offset; in udc_stm32_mem_init()
961 .pma_offset = USB_BTABLE_SIZE,