Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Duniverse.h42 unsigned int dctl; member
102 unsigned int dctl; /* DMA Control */ member
H A Dtsi148.h176 unsigned int dctl; /* DMA Control */ member
/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c330 u32 dctl; in dwc2_wakeup_from_lpm_l1() local
361 dctl = dwc2_readl(hsotg, DCTL); in dwc2_wakeup_from_lpm_l1()
362 dctl |= DCTL_RMTWKUPSIG; in dwc2_wakeup_from_lpm_l1()
363 dwc2_writel(hsotg, dctl, DCTL); in dwc2_wakeup_from_lpm_l1()
419 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() local
421 dctl &= ~DCTL_RMTWKUPSIG; in dwc2_handle_wakeup_detected_intr()
422 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
H A Dgadget.c1601 dctl &= ~DCTL_TSTCTL_MASK; in dwc2_hsotg_set_test_mode()
2843 dctl |= DCTL_CGNPINNAK; in dwc2_gadget_handle_ep_disabled()
2848 if (dctl & DCTL_GOUTNAKSTS) { in dwc2_gadget_handle_ep_disabled()
2849 dctl |= DCTL_CGOUTNAK; in dwc2_gadget_handle_ep_disabled()
5394 u32 dctl; in dwc2_gadget_exit_hibernation() local
5451 dctl |= DCTL_PWRONPRGDONE; in dwc2_gadget_exit_hibernation()
5478 dctl &= ~DCTL_RMTWKUPSIG; in dwc2_gadget_exit_hibernation()
5565 u32 dctl; in dwc2_gadget_exit_partial_power_down() local
5606 dctl |= DCTL_PWRONPRGDONE; in dwc2_gadget_exit_partial_power_down()
5659 u32 dctl; in dwc2_gadget_exit_clock_gating() local
[all …]
H A Ddebugfs.c69 int dctl; in testmode_show() local
72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show()
73 dctl &= DCTL_TSTCTL_MASK; in testmode_show()
74 dctl >>= DCTL_TSTCTL_SHIFT; in testmode_show()
77 switch (dctl) { in testmode_show()
97 seq_printf(s, "UNKNOWN %d\n", dctl); in testmode_show()
H A Dcore.h714 u32 dctl; member
H A Dhcd.c5028 u32 dctl; in dwc2_hcd_free() local
5074 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()
5075 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()
5076 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/
H A Dlibteam_1.31.bb28 PACKAGES += "${PN}-dctl ${PN}-utils"
29 FILES:${PN}-dctl = "${libdir}/libteamdctl${SOLIBS} \
/openbmc/linux/drivers/video/fbdev/
H A Dgxt4500.c567 int ctrl, dctl; in gxt4500_blank() local
571 dctl = readreg(par, DISP_CTL); in gxt4500_blank()
572 dctl |= DISP_CTL_OFF; in gxt4500_blank()
575 dctl &= ~DISP_CTL_OFF; in gxt4500_blank()
589 writereg(par, DISP_CTL, dctl); in gxt4500_blank()
/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.c56 union REG_DCTL dctl; in fjes_hw_reset() local
59 dctl.reg = 0; in fjes_hw_reset()
60 dctl.bits.reset = 1; in fjes_hw_reset()
61 wr32(XSCT_DCTL, dctl.reg); in fjes_hw_reset()
64 dctl.reg = rd32(XSCT_DCTL); in fjes_hw_reset()
65 while ((dctl.bits.reset == 1) && (timeout > 0)) { in fjes_hw_reset()
67 dctl.reg = rd32(XSCT_DCTL); in fjes_hw_reset()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c428 uTemp = readl(&reg->dctl); in reconfig_usbd()
430 writel(uTemp, &reg->dctl); in reconfig_usbd()
435 uTemp = readl(&reg->dctl); in reconfig_usbd()
437 writel(uTemp, &reg->dctl); in reconfig_usbd()
H A Ddwc2_udc_otg_regs.h68 u32 dctl; /* Device Control */ member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c98 read_div(struct gf100_clk *clk, int doff, u32 dsrc, u32 dctl) in read_div() argument
116 sctl = nvkm_rd32(device, dctl + (doff * 4)); in read_div()
H A Dgk104.c106 read_div(struct gk104_clk *clk, int doff, u32 dsrc, u32 dctl) in read_div() argument
110 u32 sctl = nvkm_rd32(device, dctl + (doff * 4)); in read_div()