Home
last modified time | relevance | path

Searched refs:RxENAB (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/sbus/char/
Dzs.c108 (Rx8 | RxENAB), /* write 3 */
124 (Rx8 | RxENAB), /* write 3 */
305 write_zsreg(channel, R3, regs[R3] & ~RxENAB); in load_zsregs()
827 info->curregs[3] |= (RxENAB | Rx8); in startup()
1588 info->curregs[3] &= ~RxENAB; in zs_close()
2541 (Rx8 | RxENAB)); in zs_init()
2585 (Rx8 | RxENAB)); in zs_init()
2819 zscons_regs[3] = Rx5 | RxENAB; in zs_console_setup()
2824 zscons_regs[3] = Rx6 | RxENAB; in zs_console_setup()
2829 zscons_regs[3] = Rx7 | RxENAB; in zs_console_setup()
[all …]
Dzs.h235 #define RxENAB 0x1 /* Rx Enable */ macro