Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/udc/
A Dudc_smartbond.c81 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()
430 txc |= USB_USB_TXC1_REG_USB_TOGGLE_TX_Msk; in start_tx_packet()
440 regs->txc = txc; in start_tx_packet()
712 ep_state->regs->txc = in udc_smartbond_ep_disable()
750 ep_state->regs->txc = in udc_smartbond_ep_set_halt()
[all …]
/drivers/usb/device/
A Dusb_dc_smartbond.c98 volatile uint32_t txc; member
394 regs->txc |= (3 << USB_USB_TXC1_REG_USB_TFWL_Pos); in fill_tx_fifo()
398 regs->txc &= ~USB_USB_TXC1_REG_USB_TFWL_Msk; in fill_tx_fifo()
404 regs->txc |= USB_USB_TXC1_REG_USB_LAST_Msk; in fill_tx_fifo()
500 regs->txc = USB_USB_TXC1_REG_USB_FLUSH_Msk; in start_tx_packet()
501 regs->txc = USB_USB_TXC1_REG_USB_IGN_ISOMSK_Msk; in start_tx_packet()
503 regs->txc |= USB_USB_TXC1_REG_USB_TOGGLE_TX_Msk; in start_tx_packet()
516 regs->txc |= USB_USB_TXC1_REG_USB_LAST_Msk; in start_tx_packet()
521 regs->txc |= USB_USB_TXC1_REG_USB_TX_EN_Msk; in start_tx_packet()
1559 regs->txc = USB_USB_TXC0_REG_USB_TX_EN_Msk; in usb_dc_ep_set_stall()
[all …]
/drivers/ethernet/
A Doa_tc6.h109 uint8_t txc; member
A Doa_tc6.c256 if (chunks > tc6->txc) { in oa_tc6_send_chunks()
338 tc6->txc = FIELD_GET(OA_DATA_FTR_TXC, ftr); in oa_tc6_update_status()
A Deth_adin2111.c358 int ret, txc, cur, ebo; in eth_adin2111_send_oa_frame() local
377 ret = eth_adin2111_reg_read(dev, ADIN2111_BUFSTS, &txc); in eth_adin2111_send_oa_frame()
383 txc = (txc & ADIN2111_BUFSTS_TXC_MASK) >> ADIN2111_BUFSTS_TXC; in eth_adin2111_send_oa_frame()
384 if (txc < chunks) { in eth_adin2111_send_oa_frame()

Completed in 19 milliseconds