Home
last modified time | relevance | path

Searched refs:nconn (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/isdn/avmb1/
Db1.c306 int nconn, want = rp->level3cnt; in b1_register_appl() local
308 if (want > 0) nconn = want; in b1_register_appl()
309 else nconn = ctrl->profile.nbchannel * -want; in b1_register_appl()
310 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1_register_appl()
316 b1_put_word(port, 1024 * (nconn+1)); in b1_register_appl()
317 b1_put_word(port, nconn); in b1_register_appl()
Db1dma.c777 int nconn; in b1dma_register_appl() local
780 if (want > 0) nconn = want; in b1dma_register_appl()
781 else nconn = ctrl->profile.nbchannel * -want; in b1dma_register_appl()
782 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1dma_register_appl()
795 _put_word(&p, 1024 * (nconn+1)); in b1dma_register_appl()
796 _put_word(&p, nconn); in b1dma_register_appl()
Dc4.c968 int nconn; in c4_register_appl() local
973 if (want > 0) nconn = want; in c4_register_appl()
974 else nconn = ctrl->profile.nbchannel * 4 * -want; in c4_register_appl()
975 if (nconn == 0) nconn = ctrl->profile.nbchannel * 4; in c4_register_appl()
988 _put_word(&p, 1024 * (nconn+1)); in c4_register_appl()
989 _put_word(&p, nconn); in c4_register_appl()
/linux-2.4.37.9/net/bluetooth/cmtp/
Dcapi.c458 int err = 0, nconn, want = rp->level3cnt; in cmtp_register_appl() local
471 nconn = ctrl->profile.nbchannel * -want; in cmtp_register_appl()
473 nconn = want; in cmtp_register_appl()
475 if (nconn == 0) in cmtp_register_appl()
476 nconn = ctrl->profile.nbchannel; in cmtp_register_appl()
478 capimsg_setu16(buf, 0, nconn); in cmtp_register_appl()