Lines Matching refs:txc
81 volatile uint32_t txc; member
312 regs->txc |= (3 << USB_USB_TXC1_REG_USB_TFWL_Pos); in fill_tx_fifo()
315 regs->txc &= ~USB_USB_TXC1_REG_USB_TFWL_Msk; in fill_tx_fifo()
320 regs->txc |= USB_USB_TXC1_REG_USB_LAST_Msk; in fill_tx_fifo()
420 uint8_t txc; in start_tx_packet() local
426 regs->txc = USB_USB_TXC1_REG_USB_FLUSH_Msk; in start_tx_packet()
428 txc = USB_USB_TXC1_REG_USB_TX_EN_Msk | USB_USB_TXC1_REG_USB_LAST_Msk; in start_tx_packet()
430 txc |= USB_USB_TXC1_REG_USB_TOGGLE_TX_Msk; in start_tx_packet()
440 regs->txc = txc; in start_tx_packet()
549 ep_state->regs->txc |= USB_USB_TXC0_REG_USB_FLUSH_Msk; in udc_smartbond_ep_abort()
550 ep_state->regs->txc &= ~USB_USB_TXC0_REG_USB_FLUSH_Msk; in udc_smartbond_ep_abort()
676 ep_state->regs->txc &= ~USB_USB_TXC0_REG_USB_IGN_IN_Msk; in udc_smartbond_ep_enable()
710 ep_state->regs->txc = in udc_smartbond_ep_disable()
748 ep_state->regs->txc = in udc_smartbond_ep_set_halt()
1063 regs->txc |= USB_USB_TXC1_REG_USB_TX_EN_Msk | in handle_epx_tx_ev()