Searched refs:txoff (Results 1 – 4 of 4) sorted by relevance
222 u32 txoff; member440 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()441 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()442 data->txoff++; in wbcir_irq_tx()445 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()446 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()448 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()452 while (data->txbuf[data->txoff] == 0 && data->txoff != data->txlen) in wbcir_irq_tx()453 data->txoff++; in wbcir_irq_tx()464 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()[all …]
277 txoff off373 txoff : off437 txoff : off551 txoff:555 Example: sccparam /dev/scc2 txoff on
868 u32 txoff, txlen, rxoff, rxlen, csr; in b1dmactl_proc_show() local925 txoff = (dma_addr_t)b1dma_readl(card, AMCC_TXPTR)-card->dma->sendbuf.dmaaddr; in b1dmactl_proc_show()937 seq_printf(m, "%-16s %lu\n", "txoff", (unsigned long)txoff); in b1dmactl_proc_show()
515 bool txoff; /* Transmit flow-controlled */ member2419 bus->txoff && (pktq_len(&bus->txq) < TXLOW)) { in brcmf_sdio_sendfromq()2420 bus->txoff = false; in brcmf_sdio_sendfromq()2843 bus->txoff = true; in brcmf_sdio_bus_txdata()