/openbmc/linux/Documentation/arch/arm/ |
H A D | arm.rst | 13 a good compiler. Fortunately, you needn't guess. The kernel will report 16 To build ARM Linux natively, you shouldn't have to alter the ARCH = line 17 in the top level Makefile. However, if you don't have the ARM Linux ELF 155 This also seems to work OK, but hasn't been stressed much lately. It 156 hasn't got any code for disc change detection in there at the moment which 181 for, we have a method to manage this which ensures that we don't end up
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | gxt4500.c | 240 int pll_period, best_error, t, intf; in calc_pll() local 261 t = par->refclk_ps * m * postdiv / n; in calc_pll() 262 t -= period_ps; in calc_pll() 263 if (t >= 0 && t < best_error) { in calc_pll() 268 best_error = t; in calc_pll()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_irq.c | 130 #define for_each_inject_fn(t, f) \ argument 131 for ((f) = (t); (f)->cmd; (f)++) 133 #define for_each_supported_inject_fn(args, t, f) \ argument 134 for_each_inject_fn(t, f) \ 137 #define for_each_supported_activate_fn(args, t, f) \ argument 138 for_each_supported_inject_fn((args), (t), (f))
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-pcie-msm8996.c | 316 const struct qmp_phy_init_tbl *t = tbl; in qmp_pcie_msm8996_configure_lane() local 318 if (!t) in qmp_pcie_msm8996_configure_lane() 321 for (i = 0; i < num; i++, t++) { in qmp_pcie_msm8996_configure_lane() 322 if (!(t->lane_mask & lane_mask)) in qmp_pcie_msm8996_configure_lane() 325 writel(t->val, base + t->offset); in qmp_pcie_msm8996_configure_lane()
|
/openbmc/linux/crypto/ |
H A D | sm3.c | 38 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument 40 ss1 = rol32((rol32((a), 12) + (e) + (t)), 7); \ 49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 50 R(1, a, b, c, d, e, f, g, h, t, w1, w2) 51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 52 R(2, a, b, c, d, e, f, g, h, t, w1, w2)
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 657 Ternary t = { 0 }; variable 658 t.state = IN_LEFT; 659 t.cond = $1; 660 g_array_append_val(c->ternary, t); 664 Ternary *t = &g_array_index(c->ternary, Ternary, variable 666 t->state = IN_RIGHT;
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_timer.c | 345 static void tcp_delack_timer(struct timer_list *t) in tcp_delack_timer() argument 348 from_timer(icsk, t, icsk_delack_timer); in tcp_delack_timer() 701 static void tcp_write_timer(struct timer_list *t) in tcp_write_timer() argument 704 from_timer(icsk, t, icsk_retransmit_timer); in tcp_write_timer() 740 static void tcp_keepalive_timer (struct timer_list *t) in tcp_keepalive_timer() argument 742 struct sock *sk = from_timer(sk, t, sk_timer); in tcp_keepalive_timer()
|
/openbmc/linux/kernel/rcu/ |
H A D | rcuscale.c | 460 u64 t; in rcu_scale_writer() local 482 t = ktime_get_mono_fast_ns(); in rcu_scale_writer() 484 t_rcu_scale_writer_started = t; in rcu_scale_writer() 520 t = ktime_get_mono_fast_ns(); in rcu_scale_writer() 521 *wdp = t - *wdp; in rcu_scale_writer() 536 t_rcu_scale_writer_finished = t; in rcu_scale_writer()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | recovery.c | 63 static void ath6kl_recovery_hb_timer(struct timer_list *t) in ath6kl_recovery_hb_timer() argument 65 struct ath6kl *ar = from_timer(ar, t, fw_recovery.hb_timer); in ath6kl_recovery_hb_timer()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | unwind.h | 116 extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t); 118 extern void unw_init_frame_info (struct unw_frame_info *info, struct task_struct *t,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
H A D | command_table_helper_dce110.c | 34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() argument 38 switch (t) { in phy_id_to_atom()
|
/openbmc/linux/Documentation/fb/ |
H A D | cmap_xfbdev.rst | 31 printf("Can't get color %s\n",colorspec); 55 squares matching function. That's why the cmap entries can't be set to the left
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 10 # which is annoying to those which don't need to type in 8-bit characters. 53 # for non RH/Debian xterm, can't hurt for RH/DEbian xterm
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 4 Subject: [PATCH 5/7] pip requirements: Don't install requirements with pip 34 - echo "Warning test requirements wasn't installed, Note: normal operation should still work fin…
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-38x-solidrun-microsom.dtsi | 9 * production board. Things will change, don't expect this file to 31 * If the rtc doesn't work, run "date reset"
|
/openbmc/linux/fs/fat/ |
H A D | fat_test.c | 123 static void time_testcase_desc(struct fat_timestamp_testcase *t, in time_testcase_desc() argument 126 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in time_testcase_desc()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/ |
H A D | openssl-tpm-engine_0.5.0.bb | 34 # srk_dec_salt[] = { 'r', 0x00, 0x00, 't' }; 36 srk_dec_salt ?= "\\"r\\"\\"\\\x00\\\x00\\"\\"t\\""
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/ |
H A D | 0001-tools-gen_module_code-atomically-rewrite-the-generat.patch | 15 because make also doesn't know what files are generated by 19 correct but this isn't trivial, so band-aid the problem by atomically
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 32 # cpu, don't let the generic configure append extra compiler options. 48 # cpu, don't let the generic configure append extra compiler options.
|
/openbmc/qemu/target/hppa/ |
H A D | trace-events | 11 …pl2, int pl1, int type, int b, int d, int t) "env=%p ent=%p access_id=%x u=%d pl2=%d pl1=%d type=%…
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | baikal,bt1-ahci.yaml | 61 transaction size can't exceed 16 beats (AxLEN[3:0]). 68 transaction size can't exceed 16 beats (AxLEN[3:0]).
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | string_32.h | 150 #define memcpy(t, f, n) __builtin_memcpy(t, f, n) argument
|
/openbmc/linux/fs/romfs/ |
H A D | Kconfig | 16 If you don't know whether you need it, then you don't need it:
|
/openbmc/linux/fs/ext4/ |
H A D | inode-test.c | 214 static void timestamp_expectation_to_desc(const struct timestamp_expectation *t, in timestamp_expectation_to_desc() argument 217 strscpy(desc, t->test_case_name, KUNIT_PARAM_DESC_SIZE); in timestamp_expectation_to_desc()
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | notes.rst | 4 There seems to be a problem with exp(double) and our emulator. I haven't 8 I also found one oddity in the emulator. I don't think it is serious but
|