Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Ddebugfs.c165 out = dwc2_readl(regs + DOEPCTL(idx)); in state_show()
274 dwc2_readl(regs + DOEPCTL(index))); in ep_show()
477 dump_register(DOEPCTL(0)),
478 dump_register(DOEPCTL(1)),
479 dump_register(DOEPCTL(2)),
480 dump_register(DOEPCTL(3)),
481 dump_register(DOEPCTL(4)),
482 dump_register(DOEPCTL(5)),
483 dump_register(DOEPCTL(6)),
484 dump_register(DOEPCTL(7)),
[all …]
Dgadget.c545 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
1337 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_program_zlp()
1449 u32 epctl = dwc2_readl(hsotg->regs + DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data()
1602 dwc2_hsotg_change_ep_iso_parity(hsotg, DOEPCTL(epnum)); in dwc2_hsotg_handle_outdone()
1674 dwc2_readl(hsotg->regs + DOEPCTL(0))); in dwc2_hsotg_handle_rx()
1692 dwc2_readl(hsotg->regs + DOEPCTL(0))); in dwc2_hsotg_handle_rx()
1776 reg = dwc2_readl(regs + DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
1779 dwc2_writel(reg, regs + DOEPCTL(ep)); in dwc2_hsotg_set_ep_maxpacket()
1952 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in dwc2_hsotg_epint()
2629 epctl_reg = DOEPCTL(idx); in dwc2_hsotg_irq()
[all …]
Dhw.h497 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro
Dcore.c170 dr->doepctl[i] = dwc2_readl(hsotg->regs + DOEPCTL(i)); in dwc2_backup_device_registers()
222 dwc2_writel(dr->doepctl[i], hsotg->regs + DOEPCTL(i)); in dwc2_restore_device_registers()