Searched refs:t_val (Results 1 – 5 of 5) sorted by relevance
547 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits()919 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()1309 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()1342 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()1343 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()1349 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()1378 if (phy->t_val[6]) { in pc_rcode_actions()1384 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()1386 phy->phy_name,phy->t_val[7]? "local":"remote") ; in pc_rcode_actions()1391 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()[all …]
369 unsigned int data_len, cmd, t_val; in jmb38x_ms_issue_cmd() local433 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()434 t_val |= host->req->data_dir == READ in jmb38x_ms_issue_cmd()438 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()439 writel(t_val, host->addr + INT_SIGNAL_ENABLE); in jmb38x_ms_issue_cmd()466 unsigned int t_val = 0; in jmb38x_ms_complete_cmd() local487 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()489 t_val &= ~INT_STATUS_FIFO_RRDY; in jmb38x_ms_complete_cmd()491 t_val &= ~INT_STATUS_FIFO_WRDY; in jmb38x_ms_complete_cmd()493 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()[all …]
574 unsigned char t_val = 0; in h_mspro_block_transfer_data() local587 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()593 t_val = (*mrq)->data[0]; in h_mspro_block_transfer_data()595 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()596 t_val = MSPRO_CMD_STOP; in h_mspro_block_transfer_data()597 memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1); in h_mspro_block_transfer_data()609 if (t_val & MEMSTICK_INT_CED) { in h_mspro_block_transfer_data()622 if (!(t_val & MEMSTICK_INT_BREQ)) { in h_mspro_block_transfer_data()645 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