Searched refs:gotgctl (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | drd.c | 16 #define dwc2_ovr_gotgctl(gotgctl) \ argument 17 ((gotgctl) |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN | \ 23 u32 gotgctl; in dwc2_ovr_init() local 27 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_ovr_init() 28 dwc2_ovr_gotgctl(gotgctl); in dwc2_ovr_init() 29 gotgctl &= ~(GOTGCTL_BVALOVAL | GOTGCTL_AVALOVAL | GOTGCTL_VBVALOVAL); in dwc2_ovr_init() 31 gotgctl |= GOTGCTL_AVALOVAL | GOTGCTL_VBVALOVAL; in dwc2_ovr_init() 33 gotgctl |= GOTGCTL_BVALOVAL | GOTGCTL_VBVALOVAL; in dwc2_ovr_init() 34 dwc2_writel(hsotg, gotgctl, GOTGCTL); in dwc2_ovr_init() 44 u32 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_ovr_avalid() local [all …]
|
| H A D | platform.c | 314 if (gr->gotgctl & GOTGCTL_CURMODE_HOST) in dwc2_driver_remove() 666 u32 ggpio, gotgctl; in dwc2_suspend() local 675 gotgctl = dwc2_readl(dwc2, GOTGCTL); in dwc2_suspend() 677 gotgctl |= GOTGCTL_DBNCE_FLTR_BYPASS; in dwc2_suspend() 678 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend() 680 if (gotgctl & GOTGCTL_ASESVLD) in dwc2_suspend() 681 gotgctl |= GOTGCTL_AVALOVAL; in dwc2_suspend() 682 if (gotgctl & GOTGCTL_BSESVLD) in dwc2_suspend() 683 gotgctl |= GOTGCTL_BVALOVAL; in dwc2_suspend() 684 dwc2_writel(dwc2, gotgctl, GOTGCTL); in dwc2_suspend() [all …]
|
| H A D | hcd.c | 3142 u32 gotgctl; in dwc2_conn_id_status_change() local 3147 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change() 3148 dev_dbg(hsotg->dev, "gotgctl=%0x\n", gotgctl); in dwc2_conn_id_status_change() 3150 !!(gotgctl & GOTGCTL_CONID_B)); in dwc2_conn_id_status_change() 3153 if (gotgctl & GOTGCTL_CONID_B) { in dwc2_conn_id_status_change() 3173 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_conn_id_status_change() 3174 if (!(gotgctl & GOTGCTL_CONID_B)) in dwc2_conn_id_status_change() 3275 u32 gotgctl; in dwc2_port_suspend() local 3283 gotgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_port_suspend() 3284 gotgctl |= GOTGCTL_HSTSETHNPEN; in dwc2_port_suspend() [all …]
|