Searched refs:BPT (Results 1 – 2 of 2) sorted by relevance
17 solution based on the Bulk Payload Transport (BPT) definitions.147 the Linux implementation only allows for a single BPT transfer to a206 Manager level, so the low-level BPT/BRA details must be hidden in224 API with a 'hint' requesting BPT/BRA be used.235 addresses and paging registers which are irrelevant for BPT/BRA251 The bus interface for BPT/BRA is made of two functions:322 set. This format is in turn used to define acceptable bursts. BPT/BRA327 programmed with a PCM format matching the bandwidth of the BPT/BRA
1301 #define BPT 1022 in start_tx() macro1315 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()