Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c57 uint_t chnl_num; in s1394_isoch_rsrc_realloc() local
125 chnl_num = cec_curr->realloc_chnl_num; in s1394_isoch_rsrc_realloc()
126 chnl_mask = (1 << ((63 - chnl_num) % 32)); in s1394_isoch_rsrc_realloc()
139 if (chnl_num < 32) { in s1394_isoch_rsrc_realloc()
H A Dt1394.c2032 int chnl_num; in t1394_setup_isoch_cec() local
2129 for (chnl_num = 63; chnl_num >= 0; chnl_num--) { in t1394_setup_isoch_cec()
2131 try_chnl = (1 << ((63 - chnl_num) % 32)); in t1394_setup_isoch_cec()
2135 if (chnl_num < 32) { in t1394_setup_isoch_cec()
2158 if (chnl_num == 0) { in t1394_setup_isoch_cec()
2208 cec_curr->realloc_chnl_num = chnl_num; in t1394_setup_isoch_cec()
2214 target_args.channel_num = chnl_num; in t1394_setup_isoch_cec()