Home
last modified time | relevance | path

Searched refs:li (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/soc/andestech/ae350/
Dstart.S27 li t0, (1 << 9) | (1 << 0)
36 li t0, (0x3 << 13)
38 li t0, (1 << 19) | (1 << 13) | (1 << 10) | (1 << 1)
43 li t1, (1 << 19)
48 li t1, (1 << 20)
58 li t0, (1 << 8) | (1 << 6)
/Zephyr-latest/arch/riscv/core/
Dreset.S42 li t0, CONFIG_RV_BOOT_HART
52 li t0, MSTATUS_FS_INIT
66 li t1, __z_interrupt_all_stacks_SIZEOF
70 li t2, 0xaaaaaaaa
82 li t0, __z_interrupt_stack_SIZEOF
98 li t1, -1
113 li t1, 1
Disr.S149 li t1, MSTATUS_MPP
211 li t1, MSTATUS_FS
216 li t1, CONFIG_RISCV_MCAUSE_EXCEPTION_MASK
218 li t1, 2 /* 2 = illegal instruction */
343 li t2, CONFIG_RISCV_MCAUSE_EXCEPTION_MASK
350 li t1, RISCV_EXC_ECALLM
358 li t1, RISCV_EXC_ECALLU
367 li t1, MSTATUS_MPP
404 li t1, MSTATUS_MPP
406 li t1, MSTATUS_MPRV
[all …]
Duserspace.S28 li a5, 0 # Counter
49 li a4, -1 # Put error to -1
Dpmp.S51 li t1, _index + 1
/Zephyr-latest/doc/
Dindex.rst28 <li class="grid-item">
34 </li>
35 <li class="grid-item">
41 </li>
42 <li class="grid-item">
48 </li>
49 <li class="grid-item">
55 </li>
56 <li class="grid-item">
62 </li>
[all …]
/Zephyr-latest/soc/openisa/rv32m1/
Dwdog.S45 li t1, WDOG_BASE
48 li t2, WDOG_CNT_UNLOCK
58 li t2, WDOG_TOVAL_SET
Dsoc_irq.S34 li t1, 1
/Zephyr-latest/arch/mips/core/
Dreset.S27 li k1, ~(ST0_ERL | ST0_IE)
35 li t1, CONFIG_ISR_STACK_SIZE
39 li t2, 0xaaaaaaaa
Disr.S106 li k0, CAUSE_EXP_MASK
111 li k0, 8
116 li a0, CAUSE_IP_MASK
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp_pkt.h16 uint8_t li: 2; member
18 uint8_t li: 2;
Dsntp.c28 NET_DBG("li %x", pkt->li); in sntp_pkt_dump()
195 tx_pkt.li = 0; in sntp_query()
/Zephyr-latest/soc/gd/gd32/gd32vf103/
Dentry.S18 li a1, 1
29 li t0, 0x200
/Zephyr-latest/soc/common/riscv-privileged/
Dsoc_irq.S29 li t1, 1
/Zephyr-latest/soc/wch/ch32v00x/
Dvector.S23 li a0, 3
/Zephyr-latest/soc/neorv32/
Dsoc_irq.S21 li t1, 1
Dreset.S29 li x11, ~2
/Zephyr-latest/doc/_static/css/
Dcustom.css117 #search-results .search li:first-child,
118 #search-results .search li {
735 .wy-menu-vertical li.toctree-l1.current > a {
740 .wy-menu-vertical li.toctree-l2 a span.toctree-expand {
747 .wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
753 .wy-menu-vertical li.toctree-l2 a:active span.toctree-expand {
760 .wy-menu-vertical li.current a {
766 .wy-menu-vertical li.current a,
767 .wy-menu-vertical li.toctree-l2.current > a,
768 .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
[all …]
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css315 .SelectItem, #MSearchField, .navpath li.navelem a,
316 .navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 {
440 .sm-dox li, .tablist li {
488 .sm-dox>li>ul:after {
492 .sm-dox>li>ul:before {
504 .sm-dox a, .sm-dox a:focus, .tablist li, .tablist li a, .tablist li.current a {
518 .sm-dox a:hover, .sm-dox a:active, .tablist li a:hover {
527 .tablist li.current {
532 .tablist li {
608 #main-menu > li:last-child {
[all …]
/Zephyr-latest/soc/ite/ec/common/
Dvector.S37 li t1, 0
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dstart.S42 li t0, (1 << 8) | (1 << 6)
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py324 li = nodes.list_item()
337 li += compact_paragraph
338 bullet_list += li
451 li = nodes.list_item()
461 li += nodes.inline("", "", sample_xref, classes=["code-sample-name"])
463 li += nodes.inline(
468 ul += li
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs115 const listItem = document.createElement('li');
158 const listItem = document.createElement('li');
173 const listItem = document.createElement('li');
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c104 long li = -1111111111; in ZTEST() local
117 TEST_PACKAGING(0, "test long %x %lx %x", 0xb1b2b3b4, li, 0xe4e3e2e1); in ZTEST()
122 TEST_PACKAGING(0, "test %ld %llx %hhu %hu %u", li, lli, uc, us, ui); in ZTEST()
/Zephyr-latest/
D.mailmap50 Jun Li <jun.r.li@intel.com>