Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A 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 …]
/openbmc/linux/drivers/memstick/host/
H A 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 …]
/openbmc/linux/drivers/memstick/core/
H A 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()
/openbmc/linux/drivers/power/supply/
H A 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()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h221 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A 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()
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c192 #define TIMING_VAL2REG(timing, t_val) \ argument
195 __val = (t_val) << (timing)->bit_beg; \
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c646 TCGv_i32 t_val; in do_dup() local
649 t_val = in_32; in do_dup()
651 t_val = tcg_temp_ebb_new_i32(); in do_dup()
652 tcg_gen_extrl_i64_i32(t_val, in_64); in do_dup()
654 t_val = tcg_constant_i32(in_c); in do_dup()
656 gen_helper_memset(t_ptr, t_ptr, t_val, t_size); in do_dup()
659 tcg_temp_free_i32(t_val); in do_dup()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3686 TCGv_i64 t_val; in trans_FADDA() local
3697 t_val = load_esz(tcg_env, vec_reg_offset(s, a->rn, 0, a->esz), a->esz); in trans_FADDA()
3705 fns[a->esz - 1](t_val, t_val, t_rm, t_pg, t_fpst, t_desc); in trans_FADDA()
3707 write_fp_dreg(s, a->rd, t_val); in trans_FADDA()