Searched refs:t_val (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/fddi/skfp/ |
| A D | pcmplc.c | 1318 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions() 1353 if (phy->t_val[6]) { in pc_rcode_actions() 1368 if (phy->t_val[8]) in pc_rcode_actions() 1402 phy->t_val[1] = 1 ; in pc_tcode_actions() 1404 phy->t_val[1] = 0 ; in pc_tcode_actions() 1408 phy->t_val[2] = 1 ; in pc_tcode_actions() 1410 phy->t_val[2] = 0 ; in pc_tcode_actions() 1498 phy->t_val[5] = 1 ; in pc_tcode_actions() 1505 phy->t_val[6] = 0 ; in pc_tcode_actions() 1512 phy->t_val[7] = 1 ; in pc_tcode_actions() [all …]
|
| /drivers/memstick/host/ |
| A D | jmb38x_ms.c | 369 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/ |
| A D | mspro_block.c | 506 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/ |
| A D | da9150-charger.c | 87 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/ |
| A D | smc.h | 221 u_char t_val[NUMBITS] ; /* transmit bits for signaling */ member
|
| /drivers/memory/samsung/ |
| A D | exynos5422-dmc.c | 193 #define TIMING_VAL2REG(timing, t_val) \ argument 196 __val = (t_val) << (timing)->bit_beg; \
|
Completed in 27 milliseconds