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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivacapi.h64 #define MAX_APPL 240 macro
85 #define C_IND_MASK_DWORDS ((MAX_APPL+32) >> 5)
367 dword Info_Mask[MAX_APPL];
368 dword CIP_Mask[MAX_APPL];
370 dword Notification_Mask[MAX_APPL];
371 PLCI *codec_listen[MAX_APPL];
372 dword requested_options_table[MAX_APPL];
H A Dcapifunc.c27 byte max_appl = MAX_APPL;
745 if (appl > MAX_APPL) {
746 DBG_ERR(("CAPI_REGISTER - appl.Id exceeds MAX_APPL"))
1137 if (!(application = diva_os_malloc(0, sizeof(APPL) * MAX_APPL))) {
1143 memset(application, 0, sizeof(APPL) * MAX_APPL);
H A Dmessage.c1114 /* c_ind_mask operations for arbitrary MAX_APPL */
5680 set_c_ind_mask_bit (plci, MAX_APPL);
5735 clear_c_ind_mask_bit (plci, MAX_APPL);
14735 word appl_number_group_type[MAX_APPL];
14753 for(i=0;i<MAX_APPL;i++)

Completed in 105 milliseconds