Searched refs:usb_dwc2_reg (Results 1 – 5 of 5) 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()
116 static inline struct usb_dwc2_reg *dwc2_get_base(const struct device *dev) in dwc2_get_base()126 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_dxepctl_reg()139 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_ftx_avail()172 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_rx_fifo()182 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_tx_fifo()200 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfdep()211 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfaddr()223 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_txf()236 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_epint()277 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_tx_fifo_write()[all …]
41 struct usb_dwc2_reg *const base;
47 struct usb_dwc2_reg { struct119 BUILD_ASSERT(sizeof(struct usb_dwc2_reg) == 0x0D00); argument