Searched refs:dwc2_clear_bit (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/usb/dwc2/ |
| D | gadget.c | 56 static inline void dwc2_clear_bit(struct dwc2_hsotg *hsotg, u32 offset, u32 val) in dwc2_clear_bit() function 3539 dwc2_clear_bit(hsotg, DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected() 3597 dwc2_clear_bit(hsotg, DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_connect() 3747 dwc2_clear_bit(hsotg, DCFG, DCFG_DEVADDR_MASK); in dwc2_hsotg_irq() 5426 dwc2_clear_bit(hsotg, DCFG, DCFG_DEVADDR_MASK); in dwc2_gadget_exit_hibernation()
|