Searched refs:pxa_ohci (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-pxa27x.c | 141 static int pxa27x_ohci_select_pmm(struct pxa27x_ohci *pxa_ohci, int mode) in pxa27x_ohci_select_pmm() argument 143 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() 144 uint32_t uhcrhdb = __raw_readl(pxa_ohci->mmio_base + UHCRHDB); in pxa27x_ohci_select_pmm() 168 __raw_writel(uhcrhda, pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() 169 __raw_writel(uhcrhdb, pxa_ohci->mmio_base + UHCRHDB); in pxa27x_ohci_select_pmm() 173 static int pxa27x_ohci_set_vbus_power(struct pxa27x_ohci *pxa_ohci, in pxa27x_ohci_set_vbus_power() argument 176 struct regulator *vbus = pxa_ohci->vbus[port]; in pxa27x_ohci_set_vbus_power() 182 if (enable && !pxa_ohci->vbus_enabled[port]) in pxa27x_ohci_set_vbus_power() 184 else if (!enable && pxa_ohci->vbus_enabled[port]) in pxa27x_ohci_set_vbus_power() 190 pxa_ohci in pxa27x_ohci_set_vbus_power() 198 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); pxa27x_ohci_hub_control() local 221 pxa27x_setup_hc(struct pxa27x_ohci *pxa_ohci, struct pxaohci_platform_data *inf) pxa27x_setup_hc() argument 261 pxa27x_reset_hc(struct pxa27x_ohci *pxa_ohci) pxa27x_reset_hc() argument 276 pxa27x_start_hc(struct pxa27x_ohci *pxa_ohci, struct device *dev) pxa27x_start_hc() argument 319 pxa27x_stop_hc(struct pxa27x_ohci *pxa_ohci, struct device *dev) pxa27x_stop_hc() argument 425 struct pxa27x_ohci *pxa_ohci; ohci_hcd_pxa27x_probe() local 523 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_remove() local 542 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_drv_suspend() local 563 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_drv_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-pxa27x.c | 138 static int pxa27x_ohci_select_pmm(struct pxa27x_ohci *pxa_ohci, int mode) in pxa27x_ohci_select_pmm() argument 140 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() 141 uint32_t uhcrhdb = __raw_readl(pxa_ohci->mmio_base + UHCRHDB); in pxa27x_ohci_select_pmm() 165 __raw_writel(uhcrhda, pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() 166 __raw_writel(uhcrhdb, pxa_ohci->mmio_base + UHCRHDB); in pxa27x_ohci_select_pmm() 170 static int pxa27x_ohci_set_vbus_power(struct pxa27x_ohci *pxa_ohci, in pxa27x_ohci_set_vbus_power() argument 173 struct regulator *vbus = pxa_ohci->vbus[port]; in pxa27x_ohci_set_vbus_power() 179 if (enable && !pxa_ohci->vbus_enabled[port]) in pxa27x_ohci_set_vbus_power() 181 else if (!enable && pxa_ohci->vbus_enabled[port]) in pxa27x_ohci_set_vbus_power() 187 pxa_ohci in pxa27x_ohci_set_vbus_power() 195 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); pxa27x_ohci_hub_control() local 218 pxa27x_setup_hc(struct pxa27x_ohci *pxa_ohci, struct pxaohci_platform_data *inf) pxa27x_setup_hc() argument 258 pxa27x_reset_hc(struct pxa27x_ohci *pxa_ohci) pxa27x_reset_hc() argument 267 pxa27x_start_hc(struct pxa27x_ohci *pxa_ohci, struct device *dev) pxa27x_start_hc() argument 306 pxa27x_stop_hc(struct pxa27x_ohci *pxa_ohci, struct device *dev) pxa27x_stop_hc() argument 409 struct pxa27x_ohci *pxa_ohci; ohci_hcd_pxa27x_probe() local 506 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_remove() local 524 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_drv_suspend() local 545 struct pxa27x_ohci *pxa_ohci = to_pxa27x_ohci(hcd); ohci_hcd_pxa27x_drv_resume() local [all...] |
Completed in 3 milliseconds