Home
last modified time | relevance | path

Searched refs:TRB (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Ddwc3.rst90 512 on HighSpeed, etc), or DWC3 driver must add a Chained TRB pointing
95 fully capable of appending a chained TRB for the remaining length and
100 TRB Ring Size Limitation
104 with the last TRB being a Link TRB [#link_trb]_ pointing back to the
624 Lifetime of a ``TRB``
627 A ``TRB`` Lifetime is simple. We are either preparing a ``TRB`` or
628 completing it. With these two events, we can see how a ``TRB`` changes
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/event/
DIt_los_event.h77 UINT16 TRB : 1; // 5 Timer reload member
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c310 #define TRB 0x20 macro
2149 DataByte = read_reg(info,TRB); in isr_rxrdy()
4298 write_reg16(info, TRB, *((u16 *)TwoBytes)); in tx_load_fifo()
4307 write_reg(info, TRB, info->x_char); in tx_load_fifo()
4310 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch5983 - xhci_warn(xhci, "WARN: Success on ctrl %s TRB without IOC set?\n",
5985 + xhci_dbg(xhci, "Success on ctrl %s TRB without IOC set?\n",
6053 + /* Save the DMA address of the last TRB in the TD */
6121 * The transfer burst count field of the isochronous TRB defines the number of
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55239 * if it is point to the link TRB, wrap around to the beginning. The
55240 * link TRB is always at the last TRB entry.
55289 * index is 0, we will wrap backwards, skip the link TRB, and return
55308 * If the enqueue & dequeue are equal then the TRB ring is either full
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch357483 * if it is point to the link TRB, wrap around to the beginning. The
357484 * link TRB is always at the last TRB entry.
357533 * index is 0, we will wrap backwards, skip the link TRB, and return