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

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

Completed in 106 milliseconds