Searched refs:CAPI_MAXAPPL (Results 1 – 7 of 7) sorted by relevance
43 static hycapi_appl hycapi_applications[CAPI_MAXAPPL];48 (app_id > CAPI_MAXAPPL)) in _hycapi_appCheck()95 for(i=0; i<CAPI_MAXAPPL;i++) { in hycapi_remove_ctr()203 for(i=0; i<CAPI_MAXAPPL; i++) { in hycapi_restart_internal()706 for(i=0;i<CAPI_MAXAPPL;i++) { in hycapi_init()
105 #define VALID_APPLID(a) ((a) && (a) <= CAPI_MAXAPPL && APPL(a)->applid == a)116 static struct capi_appl applications[CAPI_MAXAPPL];188 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_applications_read_proc()227 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_ncci_read_proc()367 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_applstats_read_proc()551 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in notify_up()908 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in controllercb_reseted()1120 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in capi_register()1124 if (appl > CAPI_MAXAPPL) in capi_register()
324 b1_put_word(port, CAPI_MAXAPPL); in t1isa_load_firmware()
277 b1_put_word(port, CAPI_MAXAPPL); in b1_load_firmware()
690 _put_word(&p, CAPI_MAXAPPL); in b1dma_send_init()
764 _put_word(&p, CAPI_MAXAPPL); in c4_send_init()
15 #define CAPI_MAXAPPL 128 /* maximum number of applications */ macro