Home
last modified time | relevance | path

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

/drivers/staging/irda/drivers/
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()
/drivers/media/pci/ttpci/
Dav7110.c563 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
571 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
579 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
591 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
609 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
614 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
627 iwdebi(av7110, DEBINOSWAP, TX_LEN, 0, 2); in gpioirq()
637 iwdebi(av7110, DEBINOSWAP, TX_LEN, len, 2); in gpioirq()
Dav7110_hw.h345 #define TX_LEN (DPRAM_BASE + 0x1FEE) macro