Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Ddonauboe.c100 #define TX_LEN 0xc00 macro
108 #define TX_BUF_SZ (TX_LEN+BUF_SAFETY)
631 if (xbofs > TX_LEN) in toshoboe_makemttpacket()
634 xbofs, TX_LEN); in toshoboe_makemttpacket()
635 xbofs = TX_LEN; in toshoboe_makemttpacket()
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110.c577 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
585 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
593 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
605 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
623 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
628 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
641 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
651 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
Dav7110_hw.h344 #define TX_LEN (DPRAM_BASE + 0x1FEE) macro