Searched refs:t_val (Results 1 – 5 of 5) sorted by relevance
544 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits()916 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()1306 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()1339 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()1340 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()1346 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()1375 if (phy->t_val[6]) { in pc_rcode_actions()1381 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()1383 phy->phy_name,phy->t_val[7]? "local":"remote") ; in pc_rcode_actions()1388 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()[all …]
371 unsigned int data_len, cmd, t_val; in jmb38x_ms_issue_cmd() local440 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()441 t_val |= host->req->data_dir == READ in jmb38x_ms_issue_cmd()445 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()446 writel(t_val, host->addr + INT_SIGNAL_ENABLE); in jmb38x_ms_issue_cmd()473 unsigned int t_val = 0; in jmb38x_ms_complete_cmd() local494 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()496 t_val &= ~INT_STATUS_FIFO_RRDY; in jmb38x_ms_complete_cmd()498 t_val &= ~INT_STATUS_FIFO_WRDY; in jmb38x_ms_complete_cmd()500 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()[all …]
584 unsigned char t_val = 0; in h_mspro_block_transfer_data() local597 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()603 t_val = (*mrq)->data[0]; in h_mspro_block_transfer_data()605 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()606 t_val = MSPRO_CMD_STOP; in h_mspro_block_transfer_data()607 memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1); in h_mspro_block_transfer_data()619 if (t_val & MEMSTICK_INT_CED) { in h_mspro_block_transfer_data()632 if (!(t_val & MEMSTICK_INT_BREQ)) { in h_mspro_block_transfer_data()655 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()
313 unsigned t_val; in dmascc_init() local397 t_val = in dmascc_init()400 if (t_val == 0 || in dmascc_init()401 t_val > TMR_0_HZ / HZ * 10) in dmascc_init()
225 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member