Searched refs:t_val (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/fddi/skfp/
H A Dpcmplc.c544 n = (n<<1) | phy->t_val[phy->bitn+i] ; plc_send_bits()
916 if (phy->t_val[7] || phy->r_val[7]) { pcm_fsm()
1306 else if (phy->t_val[3] || phy->r_val[3]) { pc_rcode_actions()
1339 if (phy->t_val[4] || phy->r_val[4]) { pc_rcode_actions()
1340 if ((phy->t_val[4] && phy->t_val[5]) || pc_rcode_actions()
1346 else if (phy->t_val[5] || phy->r_val[5]) pc_rcode_actions()
1375 if (phy->t_val[6]) { pc_rcode_actions()
1381 if (phy->t_val[7] || phy->r_val[7]) { pc_rcode_actions()
1383 phy->phy_name,phy->t_val[7]? "local":"remote") ; pc_rcode_actions()
1388 if (phy->t_val[8] || phy->r_val[8]) { pc_rcode_actions()
1389 if (phy->t_val[8]) pc_rcode_actions()
1419 phy->t_val[0] = 0 ; /* no escape used */ pc_tcode_actions()
1423 phy->t_val[1] = 1 ; pc_tcode_actions()
1425 phy->t_val[1] = 0 ; pc_tcode_actions()
1429 phy->t_val[2] = 1 ; pc_tcode_actions()
1431 phy->t_val[2] = 0 ; pc_tcode_actions()
1442 phy->t_val[3] = 1 ; /* Accept connection */ pc_tcode_actions()
1450 phy->t_val[3] = 0 ; /* Reject */ pc_tcode_actions()
1458 phy->t_val[3] = 0 ; /* Reject */ pc_tcode_actions()
1466 phy->t_val[3] = 0 ; /* Reject */ pc_tcode_actions()
1474 phy->t_val[3] = 0 ; /* Reject */ pc_tcode_actions()
1496 phy->t_val[4] = 1 ; /* long */ pc_tcode_actions()
1497 phy->t_val[5] = 0 ; pc_tcode_actions()
1500 phy->t_val[4] = 0 ; pc_tcode_actions()
1502 phy->t_val[5] = 1 ; /* medium */ pc_tcode_actions()
1504 phy->t_val[5] = 0 ; /* short */ pc_tcode_actions()
1512 phy->t_val[5] = 1 ; /* medium */ pc_tcode_actions()
1518 phy->t_val[4] = 1 ; /* extended */ pc_tcode_actions()
1519 phy->t_val[5] = 1 ; pc_tcode_actions()
1526 phy->t_val[6] = 0 ; pc_tcode_actions()
1534 phy->t_val[7] = 1 ; pc_tcode_actions()
1537 phy->t_val[7] = 0 ; pc_tcode_actions()
1540 phy->t_val[8] = 0 ; /* Don't request MAC loopback */ pc_tcode_actions()
1549 phy->t_val[9] = FALSE ; pc_tcode_actions()
1559 phy->t_val[9] = TRUE ; pc_tcode_actions()
1563 phy->t_val[9] = TRUE ; pc_tcode_actions()
1568 phy->t_val[9] = TRUE ; pc_tcode_actions()
1576 phy->t_val[9] = TRUE ; pc_tcode_actions()
1580 mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; pc_tcode_actions()
1583 DB_PCMN(1,"SIG snd %x %x:\n", bit,phy->t_val[bit] ) ; pc_tcode_actions()
1891 if (phy->t_val[NUMBITS-1-ii]) pcm_get_state()
/linux-4.4.14/drivers/memstick/host/
H A Djmb38x_ms.c371 unsigned int data_len, cmd, t_val; jmb38x_ms_issue_cmd() local
440 t_val = readl(host->addr + INT_STATUS_ENABLE); jmb38x_ms_issue_cmd()
441 t_val |= host->req->data_dir == READ jmb38x_ms_issue_cmd()
445 writel(t_val, host->addr + INT_STATUS_ENABLE); jmb38x_ms_issue_cmd()
446 writel(t_val, host->addr + INT_SIGNAL_ENABLE); jmb38x_ms_issue_cmd()
473 unsigned int t_val = 0; jmb38x_ms_complete_cmd() local
494 t_val = readl(host->addr + INT_STATUS_ENABLE); jmb38x_ms_complete_cmd()
496 t_val &= ~INT_STATUS_FIFO_RRDY; jmb38x_ms_complete_cmd()
498 t_val &= ~INT_STATUS_FIFO_WRDY; jmb38x_ms_complete_cmd()
500 writel(t_val, host->addr + INT_STATUS_ENABLE); jmb38x_ms_complete_cmd()
501 writel(t_val, host->addr + INT_SIGNAL_ENABLE); jmb38x_ms_complete_cmd()
/linux-4.4.14/drivers/memstick/core/
H A Dmspro_block.c582 unsigned char t_val = 0; h_mspro_block_transfer_data() local
595 t_val = (*mrq)->int_reg; h_mspro_block_transfer_data()
601 t_val = (*mrq)->data[0]; h_mspro_block_transfer_data()
603 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { h_mspro_block_transfer_data()
604 t_val = MSPRO_CMD_STOP; h_mspro_block_transfer_data()
605 memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1); h_mspro_block_transfer_data()
617 if (t_val & MEMSTICK_INT_CED) { h_mspro_block_transfer_data()
630 if (!(t_val & MEMSTICK_INT_BREQ)) { h_mspro_block_transfer_data()
653 t_val = (*mrq)->int_reg; h_mspro_block_transfer_data()
/linux-4.4.14/drivers/power/
H A Dda9150-charger.c93 int t_val, ret; da9150_charger_tjunc_temp() local
96 ret = iio_read_channel_processed(charger->tjunc_chan, &t_val); da9150_charger_tjunc_temp()
101 val->intval = t_val / 100; da9150_charger_tjunc_temp()
/linux-4.4.14/drivers/staging/skein/
H A Dskein_base.h238 #define skein_set_tweak(ctx_ptr, TWK_NUM, t_val) { \
239 (ctx_ptr)->h.tweak[TWK_NUM] = (t_val); \
/linux-4.4.14/drivers/net/hamradio/
H A Ddmascc.c313 unsigned t_val; dmascc_init() local
397 t_val = dmascc_init()
400 if (t_val == 0 || dmascc_init()
401 t_val > TMR_0_HZ / HZ * 10) dmascc_init()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsmc.h225 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member in struct:s_phy

Completed in 299 milliseconds