Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-sunxi.c31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */ member
53 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_OHCI0; in ohci_usb_probe()
59 priv->ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ohci_usb_probe()
65 priv->ahb_gate_mask | extra_ahb_gate_mask); in ohci_usb_probe()
69 priv->ahb_gate_mask | extra_ahb_gate_mask); in ohci_usb_probe()
90 clrbits_le32(&priv->ccm->ahb_reset0_cfg, priv->ahb_gate_mask); in ohci_usb_remove()
93 clrbits_le32(&priv->ccm->ahb_gate0, priv->ahb_gate_mask); in ohci_usb_remove()
H A Dehci-sunxi.c31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */ member
51 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_EHCI0; in ehci_usb_probe()
56 priv->ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ehci_usb_probe()
61 priv->ahb_gate_mask | extra_ahb_gate_mask); in ehci_usb_probe()
64 priv->ahb_gate_mask | extra_ahb_gate_mask); in ehci_usb_probe()
88 clrbits_le32(&priv->ccm->ahb_reset0_cfg, priv->ahb_gate_mask); in ehci_usb_remove()
90 clrbits_le32(&priv->ccm->ahb_gate0, priv->ahb_gate_mask); in ehci_usb_remove()