Lines Matching refs:BC
525 /* pass on BC from Gigaset */
528 dev_warn(cs->dev, "RING ignored - bad BC %s\n",
544 /* no BC (internal call): assume CIP 1 (speech, A-law) */
548 iif->hcmsg.BC = iif->bc_buf;
549 msgsize += iif->hcmsg.BC[0];
564 /* keep BC based CIP value if none found */
618 gig_dbg(DEBUG_CMD, "icall: PLCI %x CIP %d BC %s",
620 format_ie(iif->hcmsg.BC));
1478 * check/encode parameters: BC & HLC
1484 if (cmsg->BC && cmsg->BC[0]) /* BC specified explicitly */
1485 lbc = 2 * cmsg->BC[0];
1486 else if (cip2bchlc[cmsg->CIPValue].bc) /* BC derived from CIP */
1488 else /* no BC */
1498 /* have BC: allocate and assemble command string */
1506 if (cmsg->BC && cmsg->BC[0]) /* BC specified explicitly */
1507 decode_ie(cmsg->BC, commands[AT_BC] + 5);
1508 else /* BC derived from CIP */
1523 /* no BC */
1525 dev_notice(cs->dev, "%s: cannot set HLC without BC\n",