Lines Matching +full:tx +full:- +full:mailbox +full:- +full:count
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Thunderbolt driver - NHI registers
15 RING_FLAG_ISOCH_ENABLE = 1 << 27, /* TX only? */
23 * struct ring_desc - TX/RX ring entry
25 * For TX set length/eof/sof.
44 * 12: descriptor count
53 * 12: descriptor count
69 * If RING_FLAG_E2E_FLOW_CONTROL is set then bits 13-23 must be set to
70 * the corresponding TX hop id.
79 * three bitfields: tx, rx, rx overflow
85 #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32)
89 * two bitfields: rx, tx
94 #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32)
162 * enum icl_lc_mailbox_cmd - ICL specific LC mailbox commands