Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dhorus3a.c175 u8 g_ctl = 0; in horus3a_set_params() local
205 g_ctl = 0x01; in horus3a_set_params()
209 g_ctl = 0x02; in horus3a_set_params()
213 g_ctl = 0x02; in horus3a_set_params()
217 g_ctl = 0x03; in horus3a_set_params()
221 g_ctl = 0x04; in horus3a_set_params()
225 g_ctl = 0x04; in horus3a_set_params()
229 g_ctl = 0x05; in horus3a_set_params()
233 g_ctl = 0x02; in horus3a_set_params()
237 g_ctl = 0x01; in horus3a_set_params()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c31 clrsetbits_le32(&dwc3_reg->g_ctl, in dwc3_set_mode()
56 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
64 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
84 reg = readl(&dwc3_reg->g_ctl); in dwc3_core_init()
104 writel(reg, &dwc3_reg->g_ctl); in dwc3_core_init()
H A Dxhci-keystone.c167 writel(val, &dwc3_reg->g_ctl); in keystone_xhci_phy_suspend()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h62 u32 g_ctl; member