Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpch_udc.c291 struct pch_udc_dev *dev;
339 struct pch_udc_dev { struct
361 #define to_pch_udc(g) (container_of((g), struct pch_udc_dev, gadget)) argument
406 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl()
411 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel()
417 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set()
424 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr()
460 static void pch_udc_csr_busy(struct pch_udc_dev *dev) in pch_udc_csr_busy()
478 static void pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, in pch_udc_write_csr()
495 static u32 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) in pch_udc_read_csr()
[all …]