Home
last modified time | relevance | path

Searched refs:speed_p (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmp6507.c74 struct speed_s *speed_p; member
148 motor->run_queue->speed_p[cur_ext_dev->length_up - 1].count = in set_motor_running_status()
152 motor->run_queue->speed_p[0].count = step_cnt; in set_motor_running_status()
159 move_time += (u64)motor->run_queue->speed_p[i].count * in set_motor_running_status()
160 (u64)motor->run_queue->speed_p[i].phase_interval_ns; in set_motor_running_status()
163 motor->run_queue->speed_p[i].count, in set_motor_running_status()
164 motor->run_queue->speed_p[i].phase_interval_ns); in set_motor_running_status()
199 size = sizeof(*ext_dev->one_speed_que.speed_p); in fill_speed_squeue()
200 ext_dev->one_speed_que.speed_p = devm_kzalloc(dev, size, GFP_KERNEL); in fill_speed_squeue()
201 if (!ext_dev->one_speed_que.speed_p) in fill_speed_squeue()
[all …]
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-cdns.c203 unsigned long speed_p = speed; in cdns_i2c_set_bus_speed() local
212 ret = cdns_i2c_calc_divs(&speed_p, bus->input_freq, &div_a, &div_b); in cdns_i2c_set_bus_speed()
217 __func__, div_a, div_b, bus->input_freq, speed, speed_p); in cdns_i2c_set_bus_speed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Difcvt.h96 bool speed_p; member
H A Ddefaults.h1317 #define BRANCH_COST(speed_p, predictable_p) 1 argument
H A Drtl.h2913 set_rtx_cost (rtx x, bool speed_p)
2915 return rtx_cost (x, VOIDmode, INSN, 4, speed_p);
2931 set_src_cost (rtx x, machine_mode mode, bool speed_p)
2933 return rtx_cost (x, mode, SET, 1, speed_p);
H A Dtarget.def3626 The parameter @var{speed_p} is true if the code is currently being\n\
3640 enum by_pieces_operation op, bool speed_p),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Difcvt.h96 bool speed_p; member
H A Ddefaults.h1317 #define BRANCH_COST(speed_p, predictable_p) 1 argument
H A Drtl.h2913 set_rtx_cost (rtx x, bool speed_p)
2915 return rtx_cost (x, VOIDmode, INSN, 4, speed_p);
2931 set_src_cost (rtx x, machine_mode mode, bool speed_p)
2933 return rtx_cost (x, mode, SET, 1, speed_p);
H A Dtarget.def3626 The parameter @var{speed_p} is true if the code is currently being\n\
3640 enum by_pieces_operation op, bool speed_p),
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_sil680.c108 static const u16 speed_p[5] = { in sil680_set_piomode() local
130 pci_write_config_word(pdev, addr, speed_p[pio]); in sil680_set_piomode()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Darm.h2049 #define BRANCH_COST(speed_p, predictable_p) \ argument
2051 (current_tune->branch_cost (speed_p, predictable_p)))