Home
last modified time | relevance | path

Searched refs:to (Results 26 – 50 of 8239) sorted by relevance

12345678910>>...330

/openbmc/linux/arch/powerpc/tools/
H A Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
48 case "$to" in
49 c*) to="0x$to"
52 to=${to#.+}
54 if (( to >= 0x2000000 )); then
55 to=$(( to - 0x4000000 ))
57 elif (( to >= 0x8000 )); then
58 to=$(( to - 0x10000 ))
60 printf -v to '0x%x' $(( "0x$from" + to ))
65 if [ "$to" = "$sim" ]; then
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
H A Dia_css_tdf.host.c32 struct ia_css_isp_tdf_vmem_params *to, in ia_css_tdf_vmem_encode() argument
48 struct ia_css_isp_tdf_dmem_params *to, in ia_css_tdf_encode() argument
53 to->Epsilon_0 = from->epsilon_0; in ia_css_tdf_encode()
54 to->Epsilon_1 = from->epsilon_1; in ia_css_tdf_encode()
57 to->Sepa_flat = from->sepa_flat; in ia_css_tdf_encode()
58 to->Sepa_Edge = from->sepa_edge; in ia_css_tdf_encode()
59 to->Blend_Flat = from->blend_flat; in ia_css_tdf_encode()
60 to->Blend_Text = from->blend_text; in ia_css_tdf_encode()
61 to->Blend_Edge = from->blend_edge; in ia_css_tdf_encode()
62 to->Shading_Gain = from->shading_gain; in ia_css_tdf_encode()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Drockchip-io-domain.yaml19 bit 7 of GRF_IO_VSEL needs to be 0. If the regulator hooked up to
24 hooked up to the pins.
95 description: The supply connected to VCCIO1.
97 description: The supply connected to VCCIO2.
99 description: The supply connected to VCCIO3.
101 description: The supply connected to VCCIO4.
103 description: The supply connected to VCCIO5.
105 description: The supply connected to VCCIO6.
119 description: The supply connected to PMUIO1.
121 description: The supply connected to PMUIO2.
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-sun4i.c85 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown() local
87 sun4i_clkevt_time_stop(timer_of_base(to), 0); in sun4i_clkevt_shutdown()
94 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot() local
104 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic() local
107 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to)); in sun4i_clkevt_set_periodic()
116 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event() local
133 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt() local
141 static struct timer_of to = { variable
173 ret = timer_of_init(node, &to); in sun4i_timer_init()
191 timer_of_rate(&to)); in sun4i_timer_init()
[all …]
H A Dtimer-mediatek-cpux.c39 writel(reg_idx, timer_of_base(to) + CPUX_IDX_REG); in mtk_cpux_readl()
40 return readl(timer_of_base(to) + CPUX_CON_REG); in mtk_cpux_readl()
45 writel(reg_idx, timer_of_base(to) + CPUX_IDX_REG); in mtk_cpux_writel()
46 writel(val, timer_of_base(to) + CPUX_CON_REG); in mtk_cpux_writel()
54 val = mtk_cpux_readl(CPUX_IDX_GLOBAL_IRQ, to); in mtk_cpux_set_irq()
61 mtk_cpux_writel(val, CPUX_IDX_GLOBAL_IRQ, to); in mtk_cpux_set_irq()
83 static struct timer_of to = { variable
106 ret = timer_of_init(node, &to); in mtk_cpux_init()
121 freq = timer_of_rate(&to); in mtk_cpux_init()
126 val = mtk_cpux_readl(CPUX_IDX_GLOBAL_CTRL, &to); in mtk_cpux_init()
[all …]
H A Dtimer-of.c164 if (to->flags & TIMER_OF_BASE) { in timer_of_init()
178 if (to->flags & TIMER_OF_IRQ) { in timer_of_init()
185 if (!to->clkevt.name) in timer_of_init()
188 to->np = np; in timer_of_init()
194 timer_of_irq_exit(&to->of_irq); in timer_of_init()
197 timer_of_clk_exit(&to->of_clk); in timer_of_init()
213 if (to->flags & TIMER_OF_IRQ) in timer_of_cleanup()
214 timer_of_irq_exit(&to->of_irq); in timer_of_cleanup()
216 if (to->flags & TIMER_OF_CLOCK) in timer_of_cleanup()
217 timer_of_clk_exit(&to->of_clk); in timer_of_cleanup()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dstring_32.h45 return to; in __memcpy()
57 return to; in __constant_memcpy()
62 return to; in __constant_memcpy()
65 return to; in __constant_memcpy()
68 return to; in __constant_memcpy()
72 return to; in __constant_memcpy()
76 return to; in __constant_memcpy()
80 return to; in __constant_memcpy()
84 return to; in __constant_memcpy()
123 return to; in __constant_memcpy()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/
H A Dia_css_bnr2_2.host.c52 struct sh_css_isp_bnr2_2_params *to, in ia_css_bnr2_2_encode() argument
57 to->d_var_gain_r = from->d_var_gain_r; in ia_css_bnr2_2_encode()
58 to->d_var_gain_g = from->d_var_gain_g; in ia_css_bnr2_2_encode()
59 to->d_var_gain_b = from->d_var_gain_b; in ia_css_bnr2_2_encode()
64 to->n_var_gain_r = from->n_var_gain_r; in ia_css_bnr2_2_encode()
65 to->n_var_gain_g = from->n_var_gain_g; in ia_css_bnr2_2_encode()
66 to->n_var_gain_b = from->n_var_gain_b; in ia_css_bnr2_2_encode()
71 to->dir_thres = from->dir_thres; in ia_css_bnr2_2_encode()
72 to->dir_thres_w = from->dir_thres_w; in ia_css_bnr2_2_encode()
75 to->dir_gain = from->dir_gain; in ia_css_bnr2_2_encode()
[all …]
/openbmc/linux/Documentation/filesystems/ext4/
H A Dblockmap.rst6 | 0 to 11 | Direct map to file blocks 0 to 11. …
8 | 12 | Indirect block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 103…
13 | | | 0 to (``$block_size`` / 4) | Direct map to (``$block_size`` / 4) blocks…
16 …lock: (file blocks ``$block_size``/4 + 12 to (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 1…
21 | | | 0 to (``$block_size`` / 4) | Map to (``$block_size`` / 4) indirect bl…
26 … | | | | 0 to (``$block_size`` / 4) | Direct map to
30 …``$block_size`` / 4) + 12 to (``$block_size`` / 4) ^ 3 + (``$block_size`` / 4) ^ 2 + (``$block_siz…
35 | | | 0 to (``$block_size`` / 4) | Map to (``$block_size`` / 4) double indi…
40 … | | | | 0 to (``$block_size`` / 4) | Map to (`…
45 … | | | | 0 to (``$block_size`` / 4) | Direct map to
/openbmc/linux/drivers/tty/vt/
H A Ddefkeymap.map291 compose '`' 'A' to '�'
292 compose '`' 'a' to '�'
295 compose '^' 'A' to '�'
296 compose '^' 'a' to '�'
297 compose '~' 'A' to '�'
298 compose '~' 'a' to '�'
299 compose '"' 'A' to '�'
300 compose '"' 'a' to '�'
301 compose 'O' 'A' to '�'
302 compose 'o' 'a' to '�'
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c79 to->y0 = from->y0; in ia_css_ctc_encode()
80 to->y1 = from->y1; in ia_css_ctc_encode()
81 to->y2 = from->y2; in ia_css_ctc_encode()
82 to->y3 = from->y3; in ia_css_ctc_encode()
83 to->y4 = from->y4; in ia_css_ctc_encode()
84 to->y5 = from->y5; in ia_css_ctc_encode()
88 to->x1 = from->x1; in ia_css_ctc_encode()
89 to->x2 = from->x2; in ia_css_ctc_encode()
90 to->x3 = from->x3; in ia_css_ctc_encode()
91 to->x4 = from->x4; in ia_css_ctc_encode()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_sb.c609 struct xfs_sb *to, in __xfs_sb_from_disk() argument
618 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
632 memcpy(&to->sb_fname, &from->sb_fname, sizeof(to->sb_fname)); in __xfs_sb_from_disk()
665 to->sb_crc = 0; in __xfs_sb_from_disk()
673 if (xfs_sb_is_v5(to) && in __xfs_sb_from_disk()
685 struct xfs_sb *to, in xfs_sb_from_disk() argument
693 struct xfs_dsb *to, in xfs_sb_quota_to_disk() argument
752 to->sb_pquotino = 0; in xfs_sb_quota_to_disk()
757 struct xfs_dsb *to, in xfs_sb_to_disk() argument
767 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2.host.c48 struct sh_css_isp_yee2_params *to, in ia_css_ynr_encode() argument
61 struct sh_css_isp_fc_params *to, in ia_css_fc_encode() argument
66 to->gain_exp = from->gain_exp; in ia_css_fc_encode()
73 to->gain_pos_0 = from->gain_pos_0; in ia_css_fc_encode()
74 to->gain_pos_1 = from->gain_pos_1; in ia_css_fc_encode()
75 to->gain_neg_0 = from->gain_neg_0; in ia_css_fc_encode()
76 to->gain_neg_1 = from->gain_neg_1; in ia_css_fc_encode()
78 to->crop_pos_0 = from->crop_pos_0; in ia_css_fc_encode()
79 to->crop_pos_1 = from->crop_pos_1; in ia_css_fc_encode()
80 to->crop_neg_0 = from->crop_neg_0; in ia_css_fc_encode()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h225 : "+d" (res), "+&a" (to), "+a" (from), "=&d" (tmp) \
275 return __generic_copy_from_user(to, from, n); in __constant_copy_from_user()
312 : "+d" (res), "+a" (to), "+a" (from), "=&d" (tmp) \
322 __put_user_asm(MOVES, res, *(u8 *)from, (u8 __user *)to, in __constant_copy_to_user()
326 __put_user_asm(MOVES, res, *(u16 *)from, (u16 __user *)to, in __constant_copy_to_user()
330 __constant_copy_to_user_asm(res, to, from, tmp, 3, w, b,); in __constant_copy_to_user()
359 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user()
369 return __constant_copy_from_user(to, from, n); in raw_copy_from_user()
370 return __generic_copy_from_user(to, from, n); in raw_copy_from_user()
377 return __constant_copy_to_user(to, from, n); in raw_copy_to_user()
[all …]
/openbmc/qemu/target/ppc/
H A Dtrace-events4 kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
6 kvm_failed_fpscr_set(const char *msg) "Unable to set FPSCR to KVM: %s"
7 kvm_failed_fp_set(const char *fpname, int fpnum, const char *msg) "Unable to set %s%d to KVM: %s"
8 kvm_failed_vscr_set(const char *msg) "Unable to set VSCR to KVM: %s"
9 kvm_failed_vr_set(int vr, const char *msg) "Unable to set VR%d to KVM: %s"
12 kvm_failed_vscr_get(const char *msg) "Unable to get VSCR from KVM: %s"
17 kvm_failed_vpa_addr_set(const char *msg) "Unable to set VPA address to KVM: %s"
18 kvm_failed_slb_set(const char *msg) "Unable to set SLB shadow state to KVM: %s"
19 kvm_failed_dtl_set(const char *msg) "Unable to set dispatch trace log state to KVM: %s"
20 kvm_failed_null_vpa_addr_set(const char *msg) "Unable to set VPA address to KVM: %s"
[all …]
/openbmc/linux/fs/nls/
H A DKconfig46 codepage if you want to be able to read/write these filenames on
58 codepage if you want to be able to read/write these filenames on
70 codepage if you want to be able to read/write these filenames on
83 codepage if you want to be able to read/write these filenames on
99 codepage if you want to be able to read/write these filenames on
114 codepage if you want to be able to read/write these filenames on
125 codepage if you want to be able to read/write these filenames on
136 codepage if you want to be able to read/write these filenames on
147 codepage if you want to be able to read/write these filenames on
158 codepage if you want to be able to read/write these filenames on
[all …]
/openbmc/linux/arch/sh/kernel/
H A Dio.c50 : "=&r" (to), "=&r" (count), in memcpy_fromio()
53 : "7"(from), "0" (to), "1" (count) in memcpy_fromio()
58 if ((((u32)to | (u32)from) & 0x3) == 0) { in memcpy_fromio()
60 *(u32 *)to = *(volatile u32 *)from; in memcpy_fromio()
61 to += 4; in memcpy_fromio()
67 *(u8 *)to = *(volatile u8 *)from; in memcpy_fromio()
68 to++; in memcpy_fromio()
83 *(volatile u32 *)to = *(u32 *)from; in memcpy_toio()
84 to += 4; in memcpy_toio()
90 *(volatile u8 *)to = *(u8 *)from; in memcpy_toio()
[all …]
/openbmc/u-boot/board/freescale/lx2160a/
H A DREADME90 |Connect I/O cable to IO_SLOT1(J110)
93 |Connect I/O cable to IO_SLOT2(J113)
97 |Connect I/O cable to IO_SLOT1(J110)
100 |Connect I/O cable to IO_SLOT2(J113)
104 |Connect I/O cable to IO_SLOT1(J110)
107 |Connect I/O cable to IO_SLOT2(J113)
111 |Connect I/O cable to IO_SLOT1(J110)
114 |Connect I/O cable to IO_SLOT2(J113)
118 |Connect I/O cable to IO_SLOT1(J110)
121 |Connect I/O cable to IO_SLOT2(J113)
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c114 to->y_x[0][(i << shffl_blck)] = 0; in ia_css_ctc2_vmem_encode()
115 to->y_x[0][(i << shffl_blck) + 1] = from->y_x1; in ia_css_ctc2_vmem_encode()
116 to->y_x[0][(i << shffl_blck) + 2] = from->y_x2; in ia_css_ctc2_vmem_encode()
117 to->y_x[0][(i << shffl_blck) + 3] = from->y_x3; in ia_css_ctc2_vmem_encode()
118 to->y_x[0][(i << shffl_blck) + 4] = from->y_x4; in ia_css_ctc2_vmem_encode()
133 to->y_x[0][(i << shffl_blck) + 5 + j] = 0; in ia_css_ctc2_vmem_encode()
134 to->y_y[0][(i << shffl_blck) + 5 + j] = 0; in ia_css_ctc2_vmem_encode()
150 to->uv_y0 = from->uv_y0; in ia_css_ctc2_encode()
151 to->uv_y1 = from->uv_y1; in ia_css_ctc2_encode()
152 to->uv_x0 = from->uv_x0; in ia_css_ctc2_encode()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr.host.c46 to->threshold = in ia_css_nr_encode()
48 to->gain_all = in ia_css_nr_encode()
50 to->gain_dir = in ia_css_nr_encode()
52 to->threshold_cb = in ia_css_nr_encode()
54 to->threshold_cr = in ia_css_nr_encode()
82 to->detailgain = in ia_css_yee_encode()
85 to->coring_s = in ia_css_yee_encode()
88 to->coring_g = in ia_css_yee_encode()
92 to->scale_plus_s = in ia_css_yee_encode()
95 to->scale_plus_g = in ia_css_yee_encode()
[all …]
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c81 if (clock_gettime(clockid, to)) { in futex_get_abs_timeout()
86 to->tv_nsec += timeout_ns; in futex_get_abs_timeout()
88 if (to->tv_nsec >= 1000000000) { in futex_get_abs_timeout()
89 to->tv_sec++; in futex_get_abs_timeout()
90 to->tv_nsec -= 1000000000; in futex_get_abs_timeout()
100 struct timespec to; in main() local
140 to.tv_sec = 0; in main()
141 to.tv_nsec = timeout_ns; in main()
143 res = futex_wait(&f1, f1, &to, 0); in main()
155 res = futex_wait_bitset(&f1, f1, &to, 1, 0); in main()
[all …]
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c906 qtest_quit(to); in test_migrate_end()
1254 QTestState *from, *to; in migrate_postcopy_prepare() local
1293 *to_ptr = to; in migrate_postcopy_prepare()
1325 QTestState *from, *to; in test_postcopy_common() local
1486 migrate_pause(to); in postcopy_recover_fail()
1501 QTestState *from, *to; in test_postcopy_recovery_common() local
1632 QTestState *from, *to; in test_baddest() local
1648 QTestState *from, *to; in test_analyze_script() local
1778 QTestState *from, *to; in test_precopy_common() local
1913 QTestState *from, *to; in test_file_common() local
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dkstrdup.cocci18 expression from,to;
24 + to = kstrdup(from, flag);
26 if (to==NULL || ...) S
28 - strcpy(to, from);
31 expression x,from,to;
41 if (to==NULL || ...) S
43 - memcpy(to, from, x);
48 expression from,to;
56 if (to==NULL || ...) S
58 * strcpy@p2(to, from);
[all …]
/openbmc/linux/arch/s390/lib/
H A Duaccess.c66 : [size] "+&a" (size), [from] "+&a" (from), [to] "+&a" (to), [rem] "=&a" (rem) in raw_copy_from_user_key()
74 return raw_copy_from_user_key(to, from, n, 0); in raw_copy_from_user()
85 instrument_copy_from_user_before(to, from, n); in _copy_from_user_key()
86 res = raw_copy_from_user_key(to, from, n, key); in _copy_from_user_key()
87 instrument_copy_from_user_after(to, from, n, res); in _copy_from_user_key()
90 memset(to + (n - res), 0, res); in _copy_from_user_key()
128 : [size] "+&a" (size), [to] "+&a" (to), [from] "+&a" (from), [rem] "=&a" (rem) in raw_copy_to_user_key()
136 return raw_copy_to_user_key(to, from, n, 0); in raw_copy_to_user()
146 instrument_copy_to_user(to, from, n); in _copy_to_user_key()
147 return raw_copy_to_user_key(to, from, n, key); in _copy_to_user_key()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dio.c18 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
20 to++; in __memcpy_fromio()
25 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
27 to += 8; in __memcpy_fromio()
32 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
34 to++; in __memcpy_fromio()
46 __raw_writeb(*(u8 *)from, to); in __memcpy_toio()
48 to++; in __memcpy_toio()
55 to += 8; in __memcpy_toio()
60 __raw_writeb(*(u8 *)from, to); in __memcpy_toio()
[all …]

12345678910>>...330