/openbmc/linux/drivers/vfio/platform/reset/ |
H A D | Kconfig | 8 If you don't know what to do here, say N. 15 If you don't know what to do here, say N. 24 If you don't know what to do here, say N.
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | pci_phy.c | 256 struct mt76x2_temp_comp t; in mt76x2_phy_temp_compensate() local 259 if (mt76x2_get_temp_comp(dev, &t)) in mt76x2_phy_temp_compensate() 263 temp -= t.temp_25_ref; in mt76x2_phy_temp_compensate() 268 db_diff = (temp - 25) / t.high_slope; in mt76x2_phy_temp_compensate() 270 db_diff = (25 - temp) / t.low_slope; in mt76x2_phy_temp_compensate() 272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate() 273 db_diff = max(db_diff, t.lower_bound); in mt76x2_phy_temp_compensate()
|
/openbmc/u-boot/include/ |
H A D | mpc8xx.h | 579 #define PCMCIA_SHT(t) ((t & 0x0F)<<16) /* Strobe Hold Time */ argument 580 #define PCMCIA_SST(t) ((t & 0x0F)<<12) /* Strobe Setup Time */ argument 581 #define PCMCIA_SL(t) ((t==32) ? 0 : ((t & 0x1F)<<7)) /* Strobe Length */ argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 178.out.raw | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 38 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0 46 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 69 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608 110 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0 120 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 149 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
|
H A D | common.rc | 284 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 287 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 291 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 294 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 298 TEST_IMG=$TEST_DIR/t.$IMGFMT 305 TEST_IMG=$TEST_DIR/t.$IMGFMT 307 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 310 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 313 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT 317 TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 463 for t in $TEST_CASES; do 464 test_on_instance $t || continue 471 for t in $TEST_CASES; do 472 run_test $t 481 for t in $TEST_CASES; do 482 test_on_instance $t || continue 485 run_test $t
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ls2x.c | 96 struct i2c_timings *t = &priv->i2c_t; in ls2x_i2c_adjust_bus_speed() local 100 i2c_parse_fw_timings(dev, t, false); in ls2x_i2c_adjust_bus_speed() 102 if (acpi_speed || t->bus_freq_hz) in ls2x_i2c_adjust_bus_speed() 103 t->bus_freq_hz = max(t->bus_freq_hz, acpi_speed); in ls2x_i2c_adjust_bus_speed() 105 t->bus_freq_hz = LS2X_I2C_FREQ_STD; in ls2x_i2c_adjust_bus_speed() 108 writew(LS2X_I2C_PCLK_FREQ / (5 * t->bus_freq_hz) - 1, in ls2x_i2c_adjust_bus_speed()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_exp.h | 578 int t; in synchronize_rcu_expedited_wait_once() local 585 if (t > 0 || sync_rcu_exp_done_unlocked(rnp_root)) in synchronize_rcu_expedited_wait_once() 754 struct task_struct *t = current; in rcu_exp_handler() local 767 set_tsk_need_resched(t); in rcu_exp_handler() 789 t->rcu_read_unlock_special.b.exp_hint = true; in rcu_exp_handler() 813 struct task_struct *t; in rcu_print_task_exp_stall() local 820 t = list_entry(rnp->exp_tasks->prev, in rcu_print_task_exp_stall() 823 pr_cont(" P%d", t->pid); in rcu_print_task_exp_stall() 838 struct task_struct *t; in rcu_exp_print_detail_task_stall_rnp() local 847 t = list_entry(rnp->exp_tasks->prev, in rcu_exp_print_detail_task_stall_rnp() [all …]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | bitops.h | 84 unsigned int old, t; in test_and_set_bit() local 94 : "=&r" (old), "=&r" (t), "=m" (*p) in test_and_set_bit() 103 unsigned int old, t; in test_and_clear_bit() local 113 : "=&r" (old), "=&r" (t), "=m" (*p) in test_and_clear_bit() 122 unsigned int old, t; in test_and_change_bit() local 132 : "=&r" (old), "=&r" (t), "=m" (*p) in test_and_change_bit()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/ |
H A D | tune-cortexa9.inc | 15 # mcpu is used so don't use armv7a as we don't want march 31 # mcpu is used so don't use armv7a as we don't want march 47 # mcpu is used so don't use armv7a as we don't want march
|
/openbmc/linux/net/ax25/ |
H A D | ax25_subr.c | 222 int n, t = 2; in ax25_calculate_t1() local 229 t += 2 * ax25->n2count; in ax25_calculate_t1() 234 t *= 2; in ax25_calculate_t1() 235 if (t > 8) t = 8; in ax25_calculate_t1() 239 ax25->t1 = t * ax25->rtt; in ax25_calculate_t1()
|
/openbmc/linux/drivers/firmware/ |
H A D | dmi-id.c | 111 char *t; in get_modalias() local 117 t = kmalloc(strlen(c) + 1, GFP_KERNEL); in get_modalias() 118 if (!t) in get_modalias() 120 ascii_filter(t, c); in get_modalias() 121 l = scnprintf(p, left, ":%s%s", f->prefix, t); in get_modalias() 122 kfree(t); in get_modalias()
|
/openbmc/linux/net/smc/ |
H A D | smc.h | 341 __be32 t; in hton24() local 343 t = cpu_to_be32(host); in hton24() 344 memcpy(net, ((u8 *)&t) + 1, 3); in hton24() 350 __be32 t = 0; in ntoh24() local 352 memcpy(((u8 *)&t) + 1, net, 3); in ntoh24() 353 return be32_to_cpu(t); in ntoh24()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | bmc150-accel-core.c | 299 return bmc150_accel_update_slope(t->data); in bmc150_accel_any_motion_setup() 1251 struct bmc150_accel_data *data = t->data; in bmc150_accel_trig_reen() 1256 if (t == &t->data->triggers[BMC150_ACCEL_TRIGGER_DATA_READY]) in bmc150_accel_trig_reen() 1273 struct bmc150_accel_data *data = t->data; in bmc150_accel_trigger_set_state() 1278 if (t->enabled == state) { in bmc150_accel_trigger_set_state() 1283 if (t->setup) { in bmc150_accel_trigger_set_state() 1284 ret = t->setup(t, state); in bmc150_accel_trigger_set_state() 1297 t->enabled = state; in bmc150_accel_trigger_set_state() 1467 if (!t->indio_trig) { in bmc150_accel_triggers_setup() 1474 t->data = data; in bmc150_accel_triggers_setup() [all …]
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo.c | 301 if (!t) in decode_numa_list() 305 t++; in decode_numa_list() 306 node = strtoul(t, &t, 10); in decode_numa_list() 307 if (*t == '=') { in decode_numa_list() 308 t++; in decode_numa_list() 309 nr = strtoul(t, &t, 10); in decode_numa_list() 314 while (*t == ' ') in decode_numa_list() 315 t++; in decode_numa_list() 1218 char *t; in read_slab_dir() local 1265 free(t); in read_slab_dir() [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/ |
H A D | basic2.tc | 6 for t in `cat available_tracers`; do 7 echo $t > current_tracer
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | qman_test_api.c | 74 u64 t = qm_fd_addr_get64(fd); in fd_inc() local 75 int z = t >> 40; in fd_inc() 79 t <<= 1; in fd_inc() 81 t |= 1; in fd_inc() 82 qm_fd_addr_set64(fd, t); in fd_inc()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0010-sync-with-OE-libtool-changes.patch | 11 We don't want to add RPATHS which match default linker 13 filters libtools list and removes the ones we don't need. 38 + # We only want to hardcode in an rpath if it isn't in the 57 + # We only want to hardcode in an rpath if it isn't in the 76 + # We only want to hardcode in an rpath if it isn't in the
|
/openbmc/linux/drivers/spi/ |
H A D | spi-jcore.c | 98 struct spi_transfer *t) in jcore_spi_txrx() argument 112 jcore_spi_baudrate(hw, t->speed_hz); in jcore_spi_txrx() 115 tx = t->tx_buf; in jcore_spi_txrx() 116 rx = t->rx_buf; in jcore_spi_txrx() 117 len = t->len; in jcore_spi_txrx()
|
H A D | spi-altera-core.c | 143 struct spi_device *spi, struct spi_transfer *t) in altera_spi_txrx() argument 148 hw->tx = t->tx_buf; in altera_spi_txrx() 149 hw->rx = t->rx_buf; in altera_spi_txrx() 151 hw->bytes_per_word = DIV_ROUND_UP(t->bits_per_word, 8); in altera_spi_txrx() 152 hw->len = t->len / hw->bytes_per_word; in altera_spi_txrx()
|
/openbmc/linux/lib/ |
H A D | ts_fsm.c | 126 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token() argument 128 if (t->type) in match_token() 129 return (token_lookup_tbl[d] & t->type) != 0; in match_token() 131 return t->value == d; in match_token() 272 struct ts_fsm_token *t = &tokens[i]; in fsm_init() local 274 if (t->type > TS_FSM_TYPE_MAX || t->recur > TS_FSM_RECUR_MAX) in fsm_init() 277 if (t->recur == TS_FSM_HEAD_IGNORE && in fsm_init() 292 struct ts_fsm_token *t = &fsm->tokens[i]; in fsm_init() local 293 t->type = token_map[t->type]; in fsm_init()
|
/openbmc/qemu/block/ |
H A D | block-copy.c | 584 BlockCopyState *s = t->s; in block_copy_task_entry() 586 BlockCopyMethod method = t->method; in block_copy_task_entry() 590 ret = block_copy_do_copy(s, t->req.offset, t->req.bytes, &method, in block_copy_task_entry() 595 if (s->method == t->method) { in block_copy_task_entry() 600 if (!t->call_state->ret) { in block_copy_task_entry() 601 t->call_state->ret = ret; in block_copy_task_entry() 602 t->call_state->error_is_read = error_is_read; in block_copy_task_entry() 605 progress_work_done(s->progress, t->req.bytes); in block_copy_task_entry() 608 co_put_to_shres(s->mem, t->req.bytes); in block_copy_task_entry() 609 block_copy_task_end(t, ret); in block_copy_task_entry() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nx_dbg.h | 35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-linkfix.patch | 24 -SUBDIRS = t 25 +#SUBDIRS = t 26 +#Tests don't compile wih SSL properly so comment them out
|
/openbmc/qemu/tests/qemu-iotests/sample_images/ |
H A D | test-disk2vhd.vhdx.bz2 | 1vhdxfiled2 |