Home
last modified time | relevance | path

Searched refs:dctl (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/vme/bridges/
H A Dvme_ca91cx42.c1048 entry->descriptor.dctl |= CA91CX42_DCTL_L2V; in ca91cx42_dma_list_add()
1085 entry->descriptor.dctl |= CA91CX42_DCTL_VCT_BLT; in ca91cx42_dma_list_add()
1090 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D8; in ca91cx42_dma_list_add()
1093 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D16; in ca91cx42_dma_list_add()
1096 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D32; in ca91cx42_dma_list_add()
1099 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D64; in ca91cx42_dma_list_add()
1109 entry->descriptor.dctl |= CA91CX42_DCTL_VAS_A16; in ca91cx42_dma_list_add()
1112 entry->descriptor.dctl |= CA91CX42_DCTL_VAS_A24; in ca91cx42_dma_list_add()
1115 entry->descriptor.dctl |= CA91CX42_DCTL_VAS_A32; in ca91cx42_dma_list_add()
1118 entry->descriptor.dctl | in ca91cx42_dma_list_add()
[all...]
H A Dvme_ca91cx42.h55 unsigned int dctl; /* DMA Control */ member
/kernel/linux/linux-5.10/drivers/usb/dwc2/
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 Dgadget.c1596 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_hsotg_set_test_mode() local
1598 dctl &= ~DCTL_TSTCTL_MASK; in dwc2_hsotg_set_test_mode()
1605 dctl |= testmode << DCTL_TSTCTL_SHIFT; in dwc2_hsotg_set_test_mode()
1610 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode()
2827 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() local
2837 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() local
2839 dctl |= DCTL_CGNPINNAK; in dwc2_gadget_handle_ep_disabled()
2840 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled()
2844 if (dctl & DCTL_GOUTNAKSTS) { in dwc2_gadget_handle_ep_disabled()
2845 dctl | in dwc2_gadget_handle_ep_disabled()
5320 u32 dctl; dwc2_gadget_exit_hibernation() local
[all...]
H A Dcore_intr.c418 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 Dcore.h718 * @dctl: Backup of DCTL register
733 u32 dctl; member
H A Dhcd.c4935 u32 dctl; in dwc2_hcd_free() local
4981 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()
4982 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()
4983 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
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 Dgadget.c1595 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_hsotg_set_test_mode() local
1597 dctl &= ~DCTL_TSTCTL_MASK; in dwc2_hsotg_set_test_mode()
1604 dctl |= testmode << DCTL_TSTCTL_SHIFT; in dwc2_hsotg_set_test_mode()
1609 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode()
2827 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() local
2837 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() local
2839 dctl |= DCTL_CGNPINNAK; in dwc2_gadget_handle_ep_disabled()
2840 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled()
2844 if (dctl & DCTL_GOUTNAKSTS) { in dwc2_gadget_handle_ep_disabled()
2845 dctl | in dwc2_gadget_handle_ep_disabled()
5384 u32 dctl; dwc2_gadget_exit_hibernation() local
5555 u32 dctl; dwc2_gadget_exit_partial_power_down() local
5649 u32 dctl; dwc2_gadget_exit_clock_gating() local
[all...]
H A Dcore_intr.c397 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() local
399 dctl &= ~DCTL_RMTWKUPSIG; in dwc2_handle_wakeup_detected_intr()
400 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
H A Dcore.h699 * @dctl: Backup of DCTL register
714 u32 dctl; member
H A Dhcd.c5020 u32 dctl; in dwc2_hcd_free() local
5066 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()
5067 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()
5068 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dgxt4500.c566 int ctrl, dctl; in gxt4500_blank() local
570 dctl = readreg(par, DISP_CTL); in gxt4500_blank()
571 dctl |= DISP_CTL_OFF; in gxt4500_blank()
574 dctl &= ~DISP_CTL_OFF; in gxt4500_blank()
588 writereg(par, DISP_CTL, dctl); in gxt4500_blank()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
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()
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
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()
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()

Completed in 39 milliseconds