Home
last modified time | relevance | path

Searched refs:txoff (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/rc/
H A Dwinbond-cir.c208 u32 txoff; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
410 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
411 data->txoff++; in wbcir_irq_tx()
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
422 data->txoff++; in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/openbmc/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst294 txoff off
390 txoff : off
457 txoff off
572 txoff:
576 Example: sccparam /dev/scc2 txoff on
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c518 bool txoff; /* Transmit flow-controlled */ member
2387 bus->txoff && (pktq_len(&bus->txq) < TXLOW)) { in brcmf_sdio_sendfromq()
2388 bus->txoff = false; in brcmf_sdio_sendfromq()
2838 bus->txoff = true; in brcmf_sdio_bus_txdata()