Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c10860 } xconnect_write_prog[] = variable
11005 if (r & xconnect_write_prog[n].mask) in xconnect_write_coefs_process()
11007 if (xconnect_write_prog[n].from_pc) in xconnect_write_coefs_process()
11026 w = xconnect_write_prog[n].to_pc ? to_ch | XCONNECT_CHANNEL_PORT_PC : to_ch; in xconnect_write_coefs_process()
11029 w = ((li_config_table[i].coef_table[j] & xconnect_write_prog[n].mask) == 0) ? 0x01 : in xconnect_write_coefs_process()
11035 li_config_table[i].coef_table[j] ^= xconnect_write_prog[n].mask << 4; in xconnect_write_coefs_process()
11038 } while ((n < ARRAY_SIZE(xconnect_write_prog)) in xconnect_write_coefs_process()
11040 if (n == ARRAY_SIZE(xconnect_write_prog)) in xconnect_write_coefs_process()