Lines Matching defs:temp
1903 int i, ii, temp, len = 0;
1957 while (f2 != (temp = HFC_inb_nodebug(hc, A_F2))) {
1961 __func__, hc->id + 1, temp, f2);
1962 f2 = temp; /* repeat until F2 is equal */
1990 while (z2 != (temp = (HFC_inw_nodebug(hc, A_Z2) - hc->Zmin))) {
1993 "%d!=%d\n", __func__, hc->id + 1, temp, z2);
1994 z2 = temp; /* repeat unti Z2 is equal */
2093 temp = 1;
2095 temp = 0;
2104 temp ? "HDLC" : "TRANS");
2149 int temp;
2190 while (f1 != (temp = HFC_inb_nodebug(hc, A_F1))) {
2194 __func__, hc->id + 1, temp, f1);
2195 f1 = temp; /* repeat until F1 is equal */
2200 while (z1 != (temp = (HFC_inw_nodebug(hc, A_Z1) - hc->Zmin))) {
2203 "%d!=%d\n", __func__, hc->id + 1, temp, z2);
2204 z1 = temp; /* repeat until Z1 is equal */
2304 temp = 0;
2305 while (temp < (*sp)->len)
2306 printk(" %02x", (*sp)->data[temp++]);
2356 int ch, temp;
2417 temp = HFC_inb_nodebug(hc, R_SYNC_STA) & V_SIG_LOS;
2418 hc->chan[hc->dnum[0]].los = temp;
2420 if (!temp && hc->chan[hc->dnum[0]].los)
2423 if (temp && !hc->chan[hc->dnum[0]].los)
2429 temp = HFC_inb_nodebug(hc, R_SYNC_STA) & V_AIS;
2430 if (!temp && hc->chan[hc->dnum[0]].ais)
2433 if (temp && !hc->chan[hc->dnum[0]].ais)
2436 hc->chan[hc->dnum[0]].ais = temp;
2440 temp = HFC_inb_nodebug(hc, R_SLIP) & V_FOSLIP_RX;
2441 if (!temp && hc->chan[hc->dnum[0]].slip_rx)
2444 hc->chan[hc->dnum[0]].slip_rx = temp;
2445 temp = HFC_inb_nodebug(hc, R_SLIP) & V_FOSLIP_TX;
2446 if (!temp && hc->chan[hc->dnum[0]].slip_tx)
2449 hc->chan[hc->dnum[0]].slip_tx = temp;
2453 temp = HFC_inb_nodebug(hc, R_RX_SL0_0) & V_A;
2454 if (!temp && hc->chan[hc->dnum[0]].rdi)
2457 if (temp && !hc->chan[hc->dnum[0]].rdi)
2460 hc->chan[hc->dnum[0]].rdi = temp;
2462 temp = HFC_inb_nodebug(hc, R_JATT_DIR);
2465 if ((temp & 0x60) == 0x60) {
2480 if ((temp & 0x60) != 0x60) {
2490 temp = HFC_inb_nodebug(hc, R_SYNC_STA);
2491 if (temp == 0x27) {
2501 if ((temp & 0x60) != 0x60) {
2510 temp = HFC_inb_nodebug(hc, R_SYNC_STA);
2511 if (temp != 0x27) {
2536 u_char st_status, temp;
2549 while (st_status != (temp =
2554 __func__, temp,
2556 st_status = temp; /* repeat */
2658 u_char e1_syncsta, temp, temp2;
2741 temp = HFC_inb_nodebug(hc, R_E1_RD_STA);
2742 while (temp != (temp2 =
2747 __func__, temp, temp2);
2748 temp = temp2; /* repeat */
2754 __func__, hc->id, temp & 0x7);
2757 dch->state = temp & 0x7;