Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-at91.c57 struct regmap *sfr_regmap; member
215 ohci_at91->sfr_regmap = at91_dt_syscon_sfr(); in usb_hcd_at91_probe()
216 if (!ohci_at91->sfr_regmap) in usb_hcd_at91_probe()
355 if (valid_port(wIndex) && ohci_at91->sfr_regmap) { in ohci_at91_hub_control()
356 ohci_at91_port_suspend(ohci_at91->sfr_regmap, in ohci_at91_hub_control()
398 if (valid_port(wIndex) && ohci_at91->sfr_regmap) { in ohci_at91_hub_control()
399 ohci_at91_port_suspend(ohci_at91->sfr_regmap, in ohci_at91_hub_control()
628 ohci_at91_port_suspend(ohci_at91->sfr_regmap, 1); in ohci_hcd_at91_drv_suspend()
631 ohci_at91_port_suspend(ohci_at91->sfr_regmap, 1); in ohci_hcd_at91_drv_suspend()
643 ohci_at91_port_suspend(ohci_at91->sfr_regmap, 0); in ohci_hcd_at91_drv_resume()