Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dtests.h25 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
27 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
29 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
31 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
33 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
35 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
37 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
39 ul fix_bit, ul fix_level);
41 ul fix_bit, ul fix_level);
43 ul fix_bit, ul fix_level);
[all …]
H A Dmemtester.c64 int doing_memtester(ul *arg, ul testenable, ul loops, ul err_exit, in doing_memtester()
65 ul fix_bit, ul fix_level) in doing_memtester()
67 ul loop, i, j; in doing_memtester()
68 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in doing_memtester()
70 ul count[CONFIG_NR_DRAM_BANKS]; in doing_memtester()
96 printf("testing:0x%lx - 0x%lx\n", (ul)bufa[j], in doing_memtester()
97 (ul)bufa[j] + count[j] * 2 * sizeof(u32)); in doing_memtester()
157 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in do_memtester()
158 ul arg[2]; in do_memtester()
159 ul loops = 0; in do_memtester()
[all …]
H A Dtests.c55 (ul)*p1, (ul)*p2, physaddr); in compare_regions()
59 (ul)*p1, (ul)*p2, in compare_regions()
60 (ul)(i * sizeof(u32v))); in compare_regions()
84 *p1 = ((j + i) % 2) == 0 ? (u32)(ul)p1 : ~((u32)(ul)p1); in test_stuck_address()
93 (u32)(ul)p1 : ~((u32)(ul)p1))) { in test_stuck_address()
104 (ul)(i * sizeof(u32v))); in test_stuck_address()
118 ul fix_bit, ul fix_level) in test_random_value()
122 ul j = 0; in test_random_value()
141 ul fix_bit, ul fix_level) in test_xor_comparison()
157 ul fix_bit, ul fix_level) in test_sub_comparison()
[all …]
H A Dtypes.h18 typedef unsigned long ul; typedef
28 ul fix_bit, ul fix_level);
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu_test.c28 unsigned long ul = 0; in percpu_test_init() local
42 ul = 0; in percpu_test_init()
45 ul += 1UL; in percpu_test_init()
47 CHECK(ul, ulong_counter, 1); in percpu_test_init()
49 ul += -1UL; in percpu_test_init()
51 CHECK(ul, ulong_counter, 0); in percpu_test_init()
53 ul += -(unsigned long)1; in percpu_test_init()
55 CHECK(ul, ulong_counter, -1); in percpu_test_init()
57 ul = 0; in percpu_test_init()
60 ul -= 1; in percpu_test_init()
[all …]
/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/OK3568_Linux_fs/u-boot/include/asm-generic/bitops/
H A D__fls.h17 if (!(word & (~0ul << 32))) { in __fls()
22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
30 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
34 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
38 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcore.c430 void urb_link_init (urb_link * ul) in urb_link_init() argument
432 if (ul) { in urb_link_init()
433 ul->prev = ul->next = ul; in urb_link_init()
446 urb_link *ul = &urb->link; in urb_detach() local
447 ul->next->prev = ul->prev; in urb_detach()
448 ul->prev->next = ul->next; in urb_detach()
449 urb_link_init (ul); in urb_detach()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_csum.c258 u16 ul; in tcf_csum_ipv4_udp() local
275 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
282 if (ul == 0) in tcf_csum_ipv4_udp()
284 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
285 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
289 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
292 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
296 ul, iph->protocol, in tcf_csum_ipv4_udp()
314 u16 ul; in tcf_csum_ipv6_udp() local
331 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dalert.sh30 rm -f 2tones.ul # Make sure we append to a file that's initially empty
33 $SOX -e mu-law -r 8000 -n -t raw - synth 0.25 sine $freq gain -3 >> 2tones.ul
36 $SOX -c 1 -r 8000 2tones.ul alert.au repeat - trim 0 30
38 rm 2tones.ul # Tidy up intermediate file
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css142 .timeline-body > ul {
151 ul.timeline:before {
155 ul.timeline > li > .timeline-panel {
161 ul.timeline > li > .timeline-badge {
167 ul.timeline > li > .timeline-panel {
171 ul.timeline > li > .timeline-panel:before {
178 ul.timeline > li > .timeline-panel:after {
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bound.sh115 ip link add name ul type dummy
116 ip link set dev ul master v$swp3
117 ip link set dev ul up
125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
144 ip link del dev ul
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbitops.h342 if (!(word & (~0ul << 32))) { in __fls()
347 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
351 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
355 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
359 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
363 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dyui-reset-fonts-base.css13ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:… selector
19 …:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:d… selector
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dyui-reset-fonts-base.css13ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:… selector
19 …:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:d… selector
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dsta_sch.c112 (link->ul ? B_AX_SS_UL : 0) | in add_to_link()
127 (link->ul ? B_AX_SS_UL : 0) | in del_from_link()
145 if (link->ul) { in clean_sta_link()
154 cmd = B_AX_SS_OWN | (link->ul ? B_AX_SS_UL : 0) | in clean_sta_link()
251 if (link->ul) { in get_sta_link()
259 cmd = B_AX_SS_OWN | (link->ul ? B_AX_SS_UL : 0) | in get_sta_link()
283 (link->ul ? BIT(23) : 0) | macid; in get_sta_link()
314 if (link->ul) { in sta_link_cfg()
429 link.ul = 0; in switch_wmm_link()
547 link.ul = 0; in mac_ss_wmm_map_upd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dsta_sch.c112 (link->ul ? B_AX_SS_UL : 0) | in add_to_link()
127 (link->ul ? B_AX_SS_UL : 0) | in del_from_link()
145 if (link->ul) { in clean_sta_link()
154 cmd = B_AX_SS_OWN | (link->ul ? B_AX_SS_UL : 0) | in clean_sta_link()
251 if (link->ul) { in get_sta_link()
259 cmd = B_AX_SS_OWN | (link->ul ? B_AX_SS_UL : 0) | in get_sta_link()
283 (link->ul ? BIT(23) : 0) | macid; in get_sta_link()
314 if (link->ul) { in sta_link_cfg()
429 link.ul = 0; in switch_wmm_link()
547 link.ul = 0; in mac_ss_wmm_map_upd()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dchecksum.c24 unsigned long ul; in from64to16() member
29 in_v.ul = x; in from64to16()
30 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
34 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liburing/liburing/
H A D0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch52 - syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul);
53 + mmap((void *)0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul);
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) argument
251 INT32 ul, lr; in DOTS() local
254 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); in DOTS()
262 if (!isClipped(pt, ul, lr)) { in DOTS()
271 if (!isClipped(pt, ul, lr)) { in DOTS()
610 INT32 ul, lr; in POLYLINE() local
624 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); in POLYLINE()
632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { in POLYLINE()
699 if (isClipped(pt2, ul, lr)) in POLYLINE()
732 INT32 ul, lr; in POLYSEGMENT() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/
H A Dast_cursor.c108 u32 ul; in update_cursor_image() member
132 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in update_cursor_image()
133 srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; in update_cursor_image()
139 writel(data32.ul, dstxor); in update_cursor_image()
140 csum += data32.ul; in update_cursor_image()
148 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in update_cursor_image()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css23 ul.configuration-list {
110 .modal-body ul.list-unstyled {
189 .popover-content > ul {
226 .jumbotron ul {
232 .jumbotron ul > li {
/OK3568_Linux_fs/
H A Drkflash.sh28 $UPGRADETOOL ul -noreset $LOADER
43 $UPGRADETOOL ul -noreset $LOADER
51 $UPGRADETOOL ul -noreset $LOADER
67 $UPGRADETOOL ul $LOADER
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Drkflash.sh28 $UPGRADETOOL ul -noreset $LOADER
43 $UPGRADETOOL ul -noreset $LOADER
51 $UPGRADETOOL ul -noreset $LOADER
67 $UPGRADETOOL ul $LOADER

1234567