Lines Matching refs:USBF_REG_EPN_CONTROL

132 #define     USBF_REG_EPN_CONTROL	0x000  macro
721 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, USBF_EPN_DEND); in usbf_epn_send_null()
732 usbf_ep_reg_clrset(epn, USBF_REG_EPN_CONTROL, in usbf_epn_send_residue()
784 usbf_ep_reg_clrset(epn, USBF_REG_EPN_CONTROL, in usbf_epn_pio_in()
859 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, USBF_EPN_AUTO); in usbf_epn_dma_in()
898 usbf_ep_reg_bitclr(epn, USBF_REG_EPN_CONTROL, USBF_EPN_AUTO); in usbf_epn_dma_in()
926 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, in usbf_epn_dma_in()
1489 usbf_ep_reg_bitclr(epn, USBF_REG_EPN_CONTROL, USBF_EPN_AUTO); in usbf_epn_dma_abort()
1524 ctrl = usbf_ep_reg_readl(epn, USBF_REG_EPN_CONTROL); in usbf_epn_fifo_flush()
1525 usbf_ep_reg_writel(epn, USBF_REG_EPN_CONTROL, ctrl | USBF_EPN_BCLR); in usbf_epn_fifo_flush()
1589 ctrl = usbf_ep_reg_readl(ep, USBF_REG_EPN_CONTROL); in usbf_ep_is_stalled()
1624 usbf_ep_reg_bitclr(epn, USBF_REG_EPN_CONTROL, in usbf_epn_start_queue()
1634 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, in usbf_epn_start_queue()
1678 usbf_ep_reg_bitset(ep, USBF_REG_EPN_CONTROL, in usbf_ep_process_queue()
1688 usbf_ep_reg_bitclr(ep, USBF_REG_EPN_CONTROL, in usbf_ep_process_queue()
1722 usbf_ep_reg_bitclr(ep, USBF_REG_EPN_CONTROL, in usbf_ep_process_queue()
1758 usbf_ep_reg_bitset(ep, USBF_REG_EPN_CONTROL, in usbf_ep_stall()
1761 usbf_ep_reg_bitset(ep, USBF_REG_EPN_CONTROL, in usbf_ep_stall()
1773 usbf_ep_reg_clrset(ep, USBF_REG_EPN_CONTROL, in usbf_ep_stall()
1777 usbf_ep_reg_clrset(ep, USBF_REG_EPN_CONTROL, in usbf_ep_stall()
1823 usbf_ep_reg_writel(epn, USBF_REG_EPN_CONTROL, ctrl); in usbf_epn_enable()
1878 usbf_ep_reg_bitclr(epn, USBF_REG_EPN_CONTROL, USBF_EPN_EN); in usbf_epn_disable()
2803 usbf_ep_reg_readl(epn, USBF_REG_EPN_CONTROL)); in usbf_epn_interrupt()
3182 ctrl = usbf_ep_reg_readl(epn, USBF_REG_EPN_CONTROL); in usbf_epn_check()