Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c61 uint_t chnl_num; in s1394_isoch_rsrc_realloc() local
132 chnl_num = cec_curr->realloc_chnl_num; in s1394_isoch_rsrc_realloc()
133 chnl_mask = (1 << ((63 - chnl_num) % 32)); in s1394_isoch_rsrc_realloc()
146 if (chnl_num < 32) { in s1394_isoch_rsrc_realloc()
H A Dt1394.c2399 int chnl_num; in t1394_setup_isoch_cec() local
2514 for (chnl_num = 63; chnl_num >= 0; chnl_num--) { in t1394_setup_isoch_cec()
2516 try_chnl = (1 << ((63 - chnl_num) % 32)); in t1394_setup_isoch_cec()
2520 if (chnl_num < 32) { in t1394_setup_isoch_cec()
2543 if (chnl_num == 0) { in t1394_setup_isoch_cec()
2608 cec_curr->realloc_chnl_num = chnl_num; in t1394_setup_isoch_cec()
2614 target_args.channel_num = chnl_num; in t1394_setup_isoch_cec()