Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Dpch_udc.c289 struct pch_udc_dev *dev;
337 struct pch_udc_dev { struct
359 #define to_pch_udc(g) (container_of((g), struct pch_udc_dev, gadget)) argument
404 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl()
409 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel()
415 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set()
422 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr()
458 static void pch_udc_csr_busy(struct pch_udc_dev *dev) in pch_udc_csr_busy()
476 static void pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, in pch_udc_write_csr()
493 static u32 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) in pch_udc_read_csr()
[all …]