Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/
Dpcmplc.c533 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 …]
/drivers/memstick/host/
Djmb38x_ms.c369 unsigned int data_len, cmd, t_val; in jmb38x_ms_issue_cmd() local
436 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()
437 t_val |= host->req->data_dir == READ in jmb38x_ms_issue_cmd()
441 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()
442 writel(t_val, host->addr + INT_SIGNAL_ENABLE); in jmb38x_ms_issue_cmd()
469 unsigned int t_val = 0; in jmb38x_ms_complete_cmd() local
490 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()
492 t_val &= ~INT_STATUS_FIFO_RRDY; in jmb38x_ms_complete_cmd()
494 t_val &= ~INT_STATUS_FIFO_WRDY; in jmb38x_ms_complete_cmd()
496 writel(t_val, host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()
[all …]
/drivers/memstick/core/
Dmspro_block.c506 unsigned char t_val = 0; in h_mspro_block_transfer_data() local
519 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()
577 t_val = (*mrq)->int_reg; in h_mspro_block_transfer_data()
/drivers/power/supply/
Dda9150-charger.c87 int t_val, ret; in da9150_charger_tjunc_temp() local
90 ret = iio_read_channel_processed(charger->tjunc_chan, &t_val); in da9150_charger_tjunc_temp()
95 val->intval = t_val / 100; in da9150_charger_tjunc_temp()
/drivers/net/fddi/skfp/h/
Dsmc.h221 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member
/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c1673 u8 x_val, t_val, u_val; in qed_memset_session_ctx() local
1681 t_val = *t_val_ptr; in qed_memset_session_ctx()
1687 *t_val_ptr = t_val; in qed_memset_session_ctx()
/drivers/memory/samsung/
Dexynos5422-dmc.c192 #define TIMING_VAL2REG(timing, t_val) \ argument
195 __val = (t_val) << (timing)->bit_beg; \