Searched refs:TRB (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dwc3.rst | 90 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
|
/Linux-v4.19/drivers/tty/ |
D | synclinkmp.c | 310 #define TRB 0x20 macro 2153 DataByte = read_reg(info,TRB); in isr_rxrdy() 4302 write_reg16(info, TRB, *((u16 *)TwoBytes)); in tx_load_fifo() 4311 write_reg(info, TRB, info->x_char); in tx_load_fifo() 4314 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
|