Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
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()
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()
[all …]
/Zephyr-latest/drivers/usb/device/
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 …]
/Zephyr-latest/drivers/ethernet/
Doa_tc6.h97 uint8_t txc; member
Doa_tc6.c196 if (chunks > tc6->txc) { in oa_tc6_send_chunks()
275 tc6->txc = FIELD_GET(OA_DATA_FTR_TXC, ftr); in oa_tc6_update_status()
Deth_adin2111.c354 int ret, txc, cur; in eth_adin2111_send_oa_frame() local
362 ret = eth_adin2111_reg_read(dev, ADIN2111_BUFSTS, &txc); in eth_adin2111_send_oa_frame()
368 txc = (txc & ADIN2111_BUFSTS_TXC_MASK) >> ADIN2111_BUFSTS_TXC; in eth_adin2111_send_oa_frame()
369 if (txc < chunks) { in eth_adin2111_send_oa_frame()