Searched refs:txs0 (Results 1 – 2 of 2) sorted by relevance
592 uint32_t txs0; in handle_ep0_tx() local597 txs0 = regs->txs; in handle_ep0_tx()599 LOG_DBG("%02x %02x", ep0_in_state->ep_addr, txs0); in handle_ep0_tx()601 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_TX_DONE)) { in handle_ep0_tx()603 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_ACK_STAT)) { in handle_ep0_tx()
862 uint32_t txs0; in handle_ep0_tx() local870 txs0 = regs->txs; in handle_ep0_tx()872 LOG_DBG("%02x %02x", ep, txs0); in handle_ep0_tx()874 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_TX_DONE)) { in handle_ep0_tx()876 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_ACK_STAT)) { in handle_ep0_tx()