Searched refs:t_val (Results 1 – 5 of 5) sorted by relevance
533 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits()905 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()1284 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()1317 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()1318 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()1324 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()1353 if (phy->t_val[6]) { in pc_rcode_actions()1359 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()1362 phy->t_val[7] ? "local" : "remote"); in pc_rcode_actions()1367 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()[all …]
368 unsigned int data_len, cmd, t_val; in jmb38x_ms_issue_cmd() local435 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()436 t_val |= host->req->data_dir == READ in jmb38x_ms_issue_cmd()440 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()441 writel(t_val, host->addr + INT_SIGNAL_ENABLE); in jmb38x_ms_issue_cmd()468 unsigned int t_val = 0; in jmb38x_ms_complete_cmd() local489 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()491 t_val &= ~INT_STATUS_FIFO_RRDY; in jmb38x_ms_complete_cmd()493 t_val &= ~INT_STATUS_FIFO_WRDY; in jmb38x_ms_complete_cmd()495 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()[all …]
506 unsigned char t_val = 0; in h_mspro_block_transfer_data() local519 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()525 t_val = (*mrq)->data[0]; in h_mspro_block_transfer_data()527 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()528 t_val = MSPRO_CMD_STOP; in h_mspro_block_transfer_data()529 memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1); in h_mspro_block_transfer_data()541 if (t_val & MEMSTICK_INT_CED) { in h_mspro_block_transfer_data()554 if (!(t_val & MEMSTICK_INT_BREQ)) { in h_mspro_block_transfer_data()576 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()
221 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member
193 #define TIMING_VAL2REG(timing, t_val) \ argument196 __val = (t_val) << (timing)->bit_beg; \