Home
last modified time | relevance | path

Searched full:sh (Results 1 – 25 of 4405) sorted by relevance

12345678910>>...177

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A DMakefile3 TEST_PROGS = bridge_igmp.sh \
4 bridge_port_isolation.sh \
5 bridge_sticky_fdb.sh \
6 bridge_vlan_aware.sh \
7 bridge_vlan_unaware.sh \
8 ethtool.sh \
9 gre_inner_v4_multipath.sh \
10 gre_inner_v6_multipath.sh \
11 gre_multipath.sh \
12 ip6_forward_instats_vrf.sh \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A DMakefile7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
8 rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh
9 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh
10 TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh
11 TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh
12 TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh
13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
14 TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh
15 TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh
16 TEST_PROGS += route_localnet.sh
[all …]
H A Dpsock_snd.sh25 ./in_netns.sh ./psock_snd -d
28 ./in_netns.sh ./psock_snd -d -b
31 ./in_netns.sh ./psock_snd
34 ./in_netns.sh ./psock_snd -b
37 ./in_netns.sh ./psock_snd -q
40 ./in_netns.sh ./psock_snd -V
43 ./in_netns.sh ./psock_snd -v
46 ./in_netns.sh ./psock_snd -v -c
49 (! ./in_netns.sh ./psock_snd -v -c -C)
55 ./in_netns.sh ./psock_snd -l 0
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.c147 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg) in ssv6xxx_do_iq_calib() argument
177 sh->hci.hci_ops->hci_send_cmd(skb); in ssv6xxx_do_iq_calib()
181 sh->sc->iq_cali_done = IQ_CALI_RUNNING; in ssv6xxx_do_iq_calib()
183 timeout = wait_event_interruptible_timeout(sh->sc->fw_wait_q, in ssv6xxx_do_iq_calib()
184 sh->sc->iq_cali_done, in ssv6xxx_do_iq_calib()
189 if (sh->sc->iq_cali_done != IQ_CALI_OK) in ssv6xxx_do_iq_calib()
224 struct ssv_hw *sh=sc->sh; in ssv6xxx_set_80211_hw_capab() local
239 ampdu_db_log("sh->cfg.hw_caps = 0x%x\n", sh->cfg.hw_caps); in ssv6xxx_set_80211_hw_capab()
240 if (sh->cfg.hw_caps & SSV6200_HW_CAP_HT) { in ssv6xxx_set_80211_hw_capab()
241 if (sh->cfg.hw_caps & SSV6200_HW_CAP_AMPDU_RX) in ssv6xxx_set_80211_hw_capab()
[all …]
H A Defuse.c112 static u8 read_efuse(struct ssv_hw *sh, u8 *pbuf) in read_efuse() argument
117 SMAC_REG_WRITE(sh,0xC0000328,0x11); in read_efuse()
118 SMAC_REG_WRITE(sh, SSV_EFUSE_ID_READ_SWITCH, 0x1); in read_efuse()
119 SMAC_REG_READ(sh, SSV_EFUSE_ID_RAW_DATA_BASE, &val); in read_efuse()
121 SMAC_REG_WRITE(sh, SSV_EFUSE_READ_SWITCH, 0x1); in read_efuse()
122 SMAC_REG_READ(sh, SSV_EFUSE_RAW_DATA_BASE, &val); in read_efuse()
128 SMAC_REG_WRITE(sh, SSV_EFUSE_READ_SWITCH+i*4, 0x1); in read_efuse()
129 SMAC_REG_READ(sh, SSV_EFUSE_RAW_DATA_BASE+i*4, &val); in read_efuse()
132 SMAC_REG_WRITE(sh,0xC0000328,0x1800000a); in read_efuse()
251 void efuse_read_all_map(struct ssv_hw *sh) in efuse_read_all_map() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c26 * (in add_stripe_bio) we update the in-memory bitmap and record in sh->bm_seq
113 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() argument
115 if (sh->ddf_layout) in raid6_d0()
119 if (sh->qd_idx == sh->disks - 1) in raid6_d0()
122 return sh->qd_idx + 1; in raid6_d0()
135 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() argument
140 if (sh->ddf_layout) in raid6_idx_to_slot()
142 if (idx == sh->pd_idx) in raid6_idx_to_slot()
144 if (idx == sh->qd_idx) in raid6_idx_to_slot()
146 if (!sh->ddf_layout) in raid6_idx_to_slot()
[all …]
H A Draid5-cache.c141 /* all stripes in r5cache, in the order of seq at sh->log_start */
193 * sect: align_bi->bi_iter.bi_sector or sh->sector
308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() argument
312 for (i = sh->disks; i--; ) { in r5c_handle_cached_data_endio()
313 if (sh->dev[i].written) { in r5c_handle_cached_data_endio()
314 set_bit(R5_UPTODATE, &sh->dev[i].flags); in r5c_handle_cached_data_endio()
315 r5c_return_dev_pending_writes(conf, &sh->dev[i]); in r5c_handle_cached_data_endio()
316 md_bitmap_endwrite(conf->mddev->bitmap, sh->sector, in r5c_handle_cached_data_endio()
318 !test_bit(STRIPE_DEGRADED, &sh->state), in r5c_handle_cached_data_endio()
449 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() argument
[all …]
H A Draid5-log.h10 extern void r5l_stripe_write_finished(struct stripe_head *sh);
16 r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh,
19 r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh,
21 extern void r5c_release_extra_page(struct stripe_head *sh);
22 extern void r5c_use_extra_page(struct stripe_head *sh);
25 struct stripe_head *sh, int disks);
26 extern int r5c_cache_data(struct r5l_log *log, struct stripe_head *sh);
27 extern void r5c_make_stripe_write_out(struct stripe_head *sh);
38 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu,
42 extern int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh);
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha1542.c193 static int aha1542_test_port(struct Scsi_Host *sh) in aha1542_test_port() argument
199 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
205 aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ in aha1542_test_port()
207 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port()
212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
216 if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) in aha1542_test_port()
222 aha1542_outb(sh->io_port, CMD_INQUIRY); in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
227 inquiry_result[i] = inb(DATA(sh->io_port)); in aha1542_test_port()
231 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb14 file://devpts.sh \
16 file://hostname.sh \
17 file://mountall.sh \
18 file://banner.sh \
19 file://bootmisc.sh \
20 file://mountnfs.sh \
22 file://checkfs.sh \
26 file://rmnologin.sh \
27 file://checkroot.sh \
28 file://umountnfs.sh \
[all …]
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A Dexample.sh.in4 NAME=${NAME%.sh}
15 # ./build.sh shell
16 # ./device/rockchip/common/build-hooks/example.sh -h
18 # Usage: ./device/rockchip/common/build-hooks/example.sh [OPTIONS]
28 # ./build.sh -h
30 # Usage: build.sh [OPTIONS]
38 # Cleanup hook for "./build.sh cleanall"
44 # ./build.sh cleanall
71 # ./build.sh dummy
74 # init hook for /XXX/device/rockchip/common/build-hooks/example.sh - dummy
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c324 READ_UE(gb, &s->sh.luma_log2_weight_denom); in pred_weight_table()
328 s->sh.chroma_log2_weight_denom = mpp_clip(s->sh.luma_log2_weight_denom + delta, 0, 7); in pred_weight_table()
331 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
334 s->sh.luma_weight_l0[i] = 1 << s->sh.luma_log2_weight_denom; in pred_weight_table()
335 s->sh.luma_offset_l0[i] = 0; in pred_weight_table()
340 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
344 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
348 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
352 s->sh.luma_weight_l0[i] = (1 << s->sh.luma_log2_weight_denom) + delta_luma_weight_l0; in pred_weight_table()
353 READ_SE(gb, &s->sh.luma_offset_l0[i]); in pred_weight_table()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DSH-Directives.html16 <title>Using as: SH Directives</title>
18 <meta name="description" content="Using as: SH Directives">
19 <meta name="keywords" content="Using as: SH Directives">
27 <link href="SH_002dDependent.html#SH_002dDependent" rel="up" title="SH-Dependent">
28 <link href="SH-Opcodes.html#SH-Opcodes" rel="next" title="SH Opcodes">
29 <link href="SH-Floating-Point.html#SH-Floating-Point" rel="previous" title="SH Floating Point">
63 <a name="SH-Directives"></a>
66SH-Opcodes.html#SH-Opcodes" accesskey="n" rel="next">SH Opcodes</a>, Previous: <a href="SH-Floatin…
69 <a name="SH-Machine-Directives"></a>
70 <h4 class="subsection">9.43.4 SH Machine Directives</h4>
[all …]
H A DSH_002dDependent.html16 <title>Using as: SH-Dependent</title>
18 <meta name="description" content="Using as: SH-Dependent">
19 <meta name="keywords" content="Using as: SH-Dependent">
28 <link href="SH-Options.html#SH-Options" rel="next" title="SH Options">
69 <a name="Renesas-_002f-SuperH-SH-Dependent-Features"></a>
70 <h3 class="section">9.43 Renesas / SuperH SH Dependent Features</h3>
72 <a name="index-SH-support"></a>
74 <tr><td align="left" valign="top">&bull; <a href="SH-Options.html#SH-Options" accesskey="1">SH Opti…
76 <tr><td align="left" valign="top">&bull; <a href="SH-Syntax.html#SH-Syntax" accesskey="2">SH Syntax…
78 …><td align="left" valign="top">&bull; <a href="SH-Floating-Point.html#SH-Floating-Point" accesskey…
[all …]
H A DSH-Opcodes.html16 <title>Using as: SH Opcodes</title>
18 <meta name="description" content="Using as: SH Opcodes">
19 <meta name="keywords" content="Using as: SH Opcodes">
27 <link href="SH_002dDependent.html#SH_002dDependent" rel="up" title="SH-Dependent">
29 <link href="SH-Directives.html#SH-Directives" rel="previous" title="SH Directives">
63 <a name="SH-Opcodes"></a>
66SH-Directives.html#SH-Directives" accesskey="p" rel="previous">SH Directives</a>, Up: <a href="SH_…
72 <a name="index-SH-opcode-summary"></a>
73 <a name="index-opcode-summary_002c-SH"></a>
74 <a name="index-mnemonics_002c-SH"></a>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DSH-Directives.html16 <title>Using as: SH Directives</title>
18 <meta name="description" content="Using as: SH Directives">
19 <meta name="keywords" content="Using as: SH Directives">
27 <link href="SH_002dDependent.html#SH_002dDependent" rel="up" title="SH-Dependent">
28 <link href="SH-Opcodes.html#SH-Opcodes" rel="next" title="SH Opcodes">
29 <link href="SH-Floating-Point.html#SH-Floating-Point" rel="previous" title="SH Floating Point">
63 <a name="SH-Directives"></a>
66SH-Opcodes.html#SH-Opcodes" accesskey="n" rel="next">SH Opcodes</a>, Previous: <a href="SH-Floatin…
69 <a name="SH-Machine-Directives"></a>
70 <h4 class="subsection">9.43.4 SH Machine Directives</h4>
[all …]
H A DSH_002dDependent.html16 <title>Using as: SH-Dependent</title>
18 <meta name="description" content="Using as: SH-Dependent">
19 <meta name="keywords" content="Using as: SH-Dependent">
28 <link href="SH-Options.html#SH-Options" rel="next" title="SH Options">
69 <a name="Renesas-_002f-SuperH-SH-Dependent-Features"></a>
70 <h3 class="section">9.43 Renesas / SuperH SH Dependent Features</h3>
72 <a name="index-SH-support"></a>
74 <tr><td align="left" valign="top">&bull; <a href="SH-Options.html#SH-Options" accesskey="1">SH Opti…
76 <tr><td align="left" valign="top">&bull; <a href="SH-Syntax.html#SH-Syntax" accesskey="2">SH Syntax…
78 …><td align="left" valign="top">&bull; <a href="SH-Floating-Point.html#SH-Floating-Point" accesskey…
[all …]
H A DSH-Opcodes.html16 <title>Using as: SH Opcodes</title>
18 <meta name="description" content="Using as: SH Opcodes">
19 <meta name="keywords" content="Using as: SH Opcodes">
27 <link href="SH_002dDependent.html#SH_002dDependent" rel="up" title="SH-Dependent">
29 <link href="SH-Directives.html#SH-Directives" rel="previous" title="SH Directives">
63 <a name="SH-Opcodes"></a>
66SH-Directives.html#SH-Directives" accesskey="p" rel="previous">SH Directives</a>, Up: <a href="SH_…
72 <a name="index-SH-opcode-summary"></a>
73 <a name="index-opcode-summary_002c-SH"></a>
74 <a name="index-mnemonics_002c-SH"></a>
[all …]
/OK3568_Linux_fs/kernel/Documentation/sh/
H A Dnew-machine.rst7 Paul Mundt <lethal@linux-sh.org>
12 and the 2.5/2.6 SH backend.
19 in arch/sh/kernel/ directly, with board-specific headers ending up in
20 include/asm-sh/. For the new kernel, things are broken out by board type,
28 | `-- sh
38 `-- asm-sh
50 `-- sh
57 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the
64 | `-- sh
68 | | | `-- SH-2 generic files
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch14 tests/run-disasm-x86-64.sh | 2 ++
15 tests/run-disasm-x86.sh | 2 ++
16 tests/run-strip-g.sh | 2 ++
17 tests/run-strip-nothing.sh | 2 ++
20 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
22 --- a/tests/run-disasm-x86-64.sh
23 +++ b/tests/run-disasm-x86-64.sh
33 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh
35 --- a/tests/run-disasm-x86.sh
36 +++ b/tests/run-disasm-x86.sh
[all …]
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Drunlitmushist.sh9 # sh runlitmushist.sh
12 # This script uses environment variables produced by parseargs.sh.
18 T=/tmp/runlitmushist.sh.$$
33 echo dir="$LKMM_DESTDIR" > $T/$i.sh
34 echo T=$T >> $T/$i.sh
35 echo herdoptions=\"$LKMM_HERD_OPTIONS\" >> $T/$i.sh
36 cat << '___EOF___' >> $T/$i.sh
66 print "runtest " $2 >> t "/" NR % ncpu ".sh";
71 print "sh " t "/" i ".sh > " t "/" i ".sh.out 2>&1 &";
72 close(t "/" i ".sh");
[all …]
/OK3568_Linux_fs/buildroot/dl/openssh/
HDopenssh-8.8p1.tar.gz ... openssh-8.8p1/.github/configure.sh openssh-8.8p1/.github/run_test. ...
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0012-eglibc-Resolve-__fpscr_values-on-SH4.patch9 Resolve SH's __fpscr_values to symbol in libc.so.
11 * sysdeps/sh/sh4/fpu/fpu_control.h: Add C++ __set_fpscr prototype.
12 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.2): Add __fpscr_values.
13 * sysdeps/unix/sysv/linux/sh/sysdep.S (___fpscr_values): New constant.
19 sysdeps/unix/sysv/linux/sh/Versions | 1 +
20 sysdeps/unix/sysv/linux/sh/sysdep.S | 11 +++++++++++
23 diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions
25 --- a/sysdeps/unix/sysv/linux/sh/Versions
26 +++ b/sysdeps/unix/sysv/linux/sh/Versions
35 diff --git a/sysdeps/unix/sysv/linux/sh/sysdep.S b/sysdeps/unix/sysv/linux/sh/sysdep.S
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c121 wlapi_bmac_ucode_wake_override_phyreg_set(pi->sh->physhim); in wlc_phyreg_enter()
127 wlapi_bmac_ucode_wake_override_phyreg_clear(pi->sh->physhim); in wlc_phyreg_exit()
133 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, MCTL_LOCK_RADIO); in wlc_radioreg_enter()
144 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, 0); in wlc_radioreg_exit()
174 if ((D11REV_GE(pi->sh->corerev, 24)) || in read_radio_reg()
175 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg()
190 if ((D11REV_GE(pi->sh->corerev, 24)) || in write_radio_reg()
191 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg()
212 if (D11REV_GE(pi->sh->corerev, 24)) { in read_radio_id()
356 struct shared_phy *sh; in wlc_phy_shared_attach() local
[all …]
/OK3568_Linux_fs/kernel/arch/sh/
H A DMakefile2 # arch/sh/Makefile
14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
21 isa-$(CONFIG_SH_DSP) := sh
95 boot := arch/sh/boot
102 UTS_MACHINE := sh
106 ld-bfd := elf32-sh-linux
117 head-y := arch/sh/kernel/head_32.o
119 core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/
120 core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/
122 core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/
[all …]

12345678910>>...177