Searched refs:tx_length (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-axi-spi-engine.c | 133 unsigned int tx_length; member 527 st->tx_length = xfer->len; in spi_engine_tx_next() 582 while (n && st->tx_length) { in spi_engine_write_tx_fifo() 586 m = min(n, st->tx_length); in spi_engine_write_tx_fifo() 590 st->tx_length -= m; in spi_engine_write_tx_fifo() 594 m = min(n, st->tx_length / 2); in spi_engine_write_tx_fifo() 598 st->tx_length -= m * 2; in spi_engine_write_tx_fifo() 602 m = min(n, st->tx_length / 4); in spi_engine_write_tx_fifo() 606 st->tx_length -= m * 4; in spi_engine_write_tx_fifo() 609 if (st->tx_length == 0) in spi_engine_write_tx_fifo() [all …]
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | supern_2.h | 161 unsigned int tx_length:16 ; /* frame length lower/upper byte */ member 177 unsigned int tx_length:16 ; /* frame length lower/upper byte */
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | mac.h | 84 __le16 tx_length; member
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.h | 18 __le16 tx_length; member
|
| H A D | zd_mac.c | 598 static int zd_calc_tx_length_us(u8 *service, u8 zd_rate, u16 tx_length) in zd_calc_tx_length_us() argument 619 u32 bits = (u32)tx_length * 8; in zd_calc_tx_length_us() 879 cs->tx_length = cpu_to_le16(frag_len); in fill_ctrlset() 906 le16_to_cpu(cs->tx_length)); in fill_ctrlset()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | radio_2056.c | 33 unsigned int tx_length; member 3012 .tx_length = ARRAY_SIZE(prefix##_tx), \ 10229 B2056_TX0, pts->tx, pts->tx_length); in b2056_upload_inittabs() 10231 B2056_TX1, pts->tx, pts->tx_length); in b2056_upload_inittabs()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2326 * bit 3: ``tx_length``
|