Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-sunxi.c32 int usb_gate_mask; /* Mask of usb_clk_cfg clk gate bits for this hcd */ member
57 priv->usb_gate_mask = CCM_USB_CTRL_OHCI0_CLK; in ohci_usb_probe()
61 priv->usb_gate_mask <<= priv->phy_index; in ohci_usb_probe()
66 setbits_le32(&priv->ccm->usb_clk_cfg, priv->usb_gate_mask); in ohci_usb_probe()
92 clrbits_le32(&priv->ccm->usb_clk_cfg, priv->usb_gate_mask); in ohci_usb_remove()