Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsgiserial.c77 static unsigned char zscons_regs[16] = { variable
2157 zscons_regs[3] = Rx5 | RxENABLE; in zs_console_setup()
2158 zscons_regs[5] = Tx5 | TxENAB; in zs_console_setup()
2161 zscons_regs[3] = Rx6 | RxENABLE; in zs_console_setup()
2162 zscons_regs[5] = Tx6 | TxENAB; in zs_console_setup()
2165 zscons_regs[3] = Rx7 | RxENABLE; in zs_console_setup()
2166 zscons_regs[5] = Tx7 | TxENAB; in zs_console_setup()
2170 zscons_regs[3] = Rx8 | RxENABLE; in zs_console_setup()
2171 zscons_regs[5] = Tx8 | TxENAB; in zs_console_setup()
2174 zscons_regs[5] |= DTR; in zs_console_setup()
[all …]
/linux-2.4.37.9/drivers/sbus/char/
Dzs.c120 static unsigned char zscons_regs[16] = { variable
2604 zscons_regs[12] = brg & 0xff; in zs_init()
2605 zscons_regs[13] = (brg >> 8) & 0xff; in zs_init()
2607 memcpy(zs_soft[channel].curregs, zscons_regs, sizeof(zscons_regs)); in zs_init()
2608 load_zsregs(&zs_soft[channel], zscons_regs); in zs_init()
2819 zscons_regs[3] = Rx5 | RxENAB; in zs_console_setup()
2820 zscons_regs[5] = Tx5 | TxENAB; in zs_console_setup()
2824 zscons_regs[3] = Rx6 | RxENAB; in zs_console_setup()
2825 zscons_regs[5] = Tx6 | TxENAB; in zs_console_setup()
2829 zscons_regs[3] = Rx7 | RxENAB; in zs_console_setup()
[all …]