Home
last modified time | relevance | path

Searched refs:BPT (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/driver-api/soundwire/
H A Dbra.rst17 solution based on the Bulk Payload Transport (BPT) definitions.
147 the Linux implementation only allows for a single BPT transfer to a
206 Manager level, so the low-level BPT/BRA details must be hidden in
224 API with a 'hint' requesting BPT/BRA be used.
235 addresses and paging registers which are irrelevant for BPT/BRA
251 The bus interface for BPT/BRA is made of two functions:
322 set. This format is in turn used to define acceptable bursts. BPT/BRA
327 programmed with a PCM format matching the bandwidth of the BPT/BRA
/linux-6.15/drivers/net/ethernet/
H A Dfealnx.c1301 #define BPT 1022 in start_tx() macro
1315 if (skb->len > BPT) { in start_tx()
1320 skb->data, BPT, in start_tx()
1324 np->cur_tx_copy->control |= (BPT << TBSShift); /* buffer size */ in start_tx()
1331 next->control |= ((skb->len - BPT) << TBSShift); /* buf size */ in start_tx()
1336 skb->data + BPT, skb->len - BPT, in start_tx()