Home
last modified time | relevance | path

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

/drivers/net/irda/
Ddonauboe.c100 #define TX_LEN 0xc00 macro
108 #define TX_BUF_SZ (TX_LEN+BUF_SAFETY)
643 if (xbofs > TX_LEN) in toshoboe_makemttpacket()
646 xbofs, TX_LEN); in toshoboe_makemttpacket()
647 xbofs = TX_LEN; in toshoboe_makemttpacket()
/drivers/media/pci/ttpci/
Dav7110.c580 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
588 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
596 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
608 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
626 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
631 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
644 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
654 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
Dav7110_hw.h344 #define TX_LEN (DPRAM_BASE + 0x1FEE) macro