Searched refs:usb_dwc2_reg (Results 1 – 6 of 6) sorted by relevance
67 struct usb_dwc2_reg *const base;71 int (*pwr_on_func)(struct usb_dwc2_reg *const base);169 .base = (struct usb_dwc2_reg *)DT_INST_REG_ADDR(n), \185 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_reg_dump()253 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_reset()288 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_num_dev_eps()295 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_flush_tx_fifo()305 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_tx_fifo_avail()313 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_set_fifo()362 struct usb_dwc2_reg *const base = usb_dw_cfg.base; in usb_dw_ep_set()[all …]
55 static inline int pwr_on_st_stm32f4_fsotg(struct usb_dwc2_reg *const base) in pwr_on_st_stm32f4_fsotg()
170 static inline struct usb_dwc2_reg *dwc2_get_base(const struct device *dev) in dwc2_get_base()207 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_dxepctl_reg()220 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_ftx_avail()253 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_rx_fifo()263 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_tx_fifo()277 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfdep()288 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfaddr()300 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_txf()313 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_epint()371 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_tx_fifo_write()[all …]
45 struct usb_dwc2_reg *const base;
268 struct usb_dwc2_reg *const base = config->base; in usbhs_post_hibernation_entry()283 struct usb_dwc2_reg *const base = config->base; in usbhs_pre_hibernation_exit()
47 struct usb_dwc2_reg { struct118 BUILD_ASSERT(offsetof(struct usb_dwc2_reg, pcgcctl) == 0x0E00); argument