Home
last modified time | relevance | path

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

12345678910>>...24

/OK3568_Linux_fs/u-boot/board/dbau1x00/
H A Dlowlevel_init.S27 li t0, MEM_STCFG2
28 li t1, 0x00000040
31 li t0, MEM_STTIME2
32 li t1, 0x22080a20
35 li t0, MEM_STADDR2
36 li t1, 0x10c03f00
39 li t0, MEM_STCFG1
40 li t1, 0x00000080
43 li t0, MEM_STTIME1
44 li t1, 0x22080a20
[all …]
/OK3568_Linux_fs/u-boot/board/pb1x00/
H A Dlowlevel_init.S27 li t0, MEM_STCFG1
28 li t1, 0x00000083
31 li t0, MEM_STTIME1
32 li t1, 0x33030A10
35 li t0, MEM_STADDR1
36 li t1, 0x11803E40
40 li t1, 0xBE00000C
46 li t1, 0xBE000014
55 li t0, AU1500_SYS_ADDR
56 li t1, 1
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/
H A Dbuf_list.c16 int buf_list_init(buf_list_t **li, int maxelements) in buf_list_init() argument
18 (*li) = (buf_list_t *)kmalloc(sizeof(buf_list_t), GFP_KERNEL); in buf_list_init()
19 if ((*li) == NULL) in buf_list_init()
22 (*li)->nb_elt = 0; in buf_list_init()
23 (*li)->array_elements = NULL; in buf_list_init()
24 (*li)->maxelements = maxelements; in buf_list_init()
26 (*li)->array_elements = (int **)kmalloc(sizeof(int *) * maxelements, GFP_KERNEL); in buf_list_init()
27 if ((*li)->array_elements == NULL) { in buf_list_init()
28 kfree(*li); in buf_list_init()
31 memset((*li)->array_elements, 0, (sizeof(int *) * maxelements)); in buf_list_init()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S31 li r3, 0x3030
33 li r4, 0x4040
35 li r5, 0x5050
37 li r6, 0x6060
39 li r7, 0x7070
41 li r8, 0x0808
43 li r9, 0x0909
45 li r10, 0x1010
47 li r11, 0x1111
49 li r14, 0x1414
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S80 li t3, 0x03
82 li t0, CKSEG1ADDR(AR71XX_RESET_BASE)
88 li t2, 0xfffff7ff
96 li t2, 0x20
106 li t1, 0x02110E
111 li t0, CKSEG1ADDR(AR933X_RTC_BASE)
112 li t1, 0x03
118 li t1, 0x00
123 li t1, 0x01
136 li t0, CKSEG1ADDR(AR933X_SRIF_BASE)
[all …]
/OK3568_Linux_fs/u-boot/board/imgtec/malta/
H A Dlowlevel_init.S39 li t1, MALTA_REVISION_CORID_CORE_LV
43 li t1, MALTA_REVISION_CORID_CORE_FPGA6
67 li t0, CPU_TO_GT32(0xdf000000)
74 li t0, CPU_TO_GT32(0xc0000000)
76 li t0, CPU_TO_GT32(0x40000000)
80 li t0, CPU_TO_GT32(0x80000000)
82 li t0, CPU_TO_GT32(0x3f000000)
85 li t0, CPU_TO_GT32(0xc1000000)
87 li t0, CPU_TO_GT32(0x5e000000)
99 li t1, 0x1 << MSC01_PBC_CLKCFG_SHF
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Desri.qdoc51 \li The app can request up to one million maps per month.
52 …\li 50 credits are included with the Developer subscription. The costs are 40 credits for 1000 geo…
53 …\li The app does not directly generate revenue. That is, end users must be able to obtain it and t…
65 \li Parameter
66 \li Description
68 \li esri.token
69 …\li Security token for using routing services only. Mapping, geocoding and place searches services…
80 \li Parameter
81 \li Description
83 \li esri.useragent
[all …]
H A Dnokia.qdoc56 \li Parameter
57 \li Description
59 \li here.app_id
60 \li Client \e app_id part of the app_id/token pair used for authentication by all managers.
62 \li here.token
63 …\li Client \e token part of the app_id/token pair for the service used for authentication by all m…
78 \li Parameter
79 \li Description
81 \li here.proxy
82 …\li Proxy server URL used by all managers. For usage of the system proxy just pass "system" as val…
[all …]
H A Dmapbox.qdoc51 \li Parameter
52 \li Description
54 \li mapbox.access_token
55 \li \l{https://www.mapbox.com/help/define-access-token/}{Access token} provided by Mapbox.
66 \li Parameter
67 \li Description
69 \li mapbox.enterprise
70 \li Boolean representing whether the access token comes from a
73 \li mapbox.mapping.map_id, mapbox.map_id (\b deprecated)
74 …\li \l{https://www.mapbox.com/help/define-map-id/}{ID} of the Mapbox map to show. An example ID is…
[all …]
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Doct_ilm.c28 static struct latency_info li; variable
34 struct latency_info curr_li = li; in show_latency()
74 static void init_latency_info(struct latency_info *li, int startup) in init_latency_info() argument
85 li->io_interval = (octeon_get_io_clock_rate() * interval) / 1000; in init_latency_info()
86 li->cpu_interval = (octeon_get_clock_rate() * interval) / 1000; in init_latency_info()
88 li->timer_start1 = 0; in init_latency_info()
89 li->timer_start2 = 0; in init_latency_info()
90 li->max_latency = 0; in init_latency_info()
91 li->min_latency = (u64)-1; in init_latency_info()
92 li->latency_sum = 0; in init_latency_info()
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dhead.S29 c.li s4,-13
72 li a1, PAGE_OFFSET
84 li a1, SATP_MODE
138 li t0, SR_FS
207 li a0, -1
209 li a0, (PMP_A_NAPOT | PMP_R | PMP_W | PMP_X)
231 li t0, SR_FS
235 li t0, CONFIG_NR_CPUS
243 li a2, 1
317 li sp, 0
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqtpositioning-plugins.qdoc41 \li \b android
42 \li Wraps Android positioning subsystem. Available only on Android.
44 \li \b corelocation
45 …\li Wraps iOS and macOS positioning subsystems. Available only on Apple platforms supporting corel…
47 \li \b geoclue
48 …\li Interfaces with \l{https://www.freedesktop.org/wiki/Software/GeoClue/}{GeoClue} v0.12. Require…
50 \li \b geoclue2
51 …\li Interfaces with \l{https://www.freedesktop.org/wiki/Software/GeoClue/}{GeoClue} v2. Requires G…
53 \li \b gypsy
54 …\li Interfaces with \l{https://gypsy.freedesktop.org/wiki/}{Gypsy} daemon. Requires Gypsy to be pr…
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcrtsavres.S238 li r11,-192
241 li r11,-176
244 li r11,-160
247 li r11,-144
250 li r11,-128
253 li r11,-112
256 li r11,-96
259 li r11,-80
262 li r11,-64
265 li r11,-48
[all …]
/OK3568_Linux_fs/kernel/sound/soc/generic/
H A Daudio-graph-card.c206 struct link_info *li, in graph_dai_link_of_dpcm() argument
210 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_dai_link_of_dpcm()
211 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in graph_dai_link_of_dpcm()
213 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm()
223 if (!li->cpu && dup_codec) in graph_dai_link_of_dpcm()
230 li->link++; in graph_dai_link_of_dpcm()
234 if (li->cpu) { in graph_dai_link_of_dpcm()
247 dai_props->cpu_dai = &priv->dais[li->dais++]; in graph_dai_link_of_dpcm()
278 dai_props->codec_dai = &priv->dais[li->dais++]; in graph_dai_link_of_dpcm()
281 dai_props->codec_conf = &priv->codec_conf[li->conf++]; in graph_dai_link_of_dpcm()
[all …]
H A Dsimple-card.c118 struct link_info *li, in simple_dai_link_of_dpcm() argument
122 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in simple_dai_link_of_dpcm()
123 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in simple_dai_link_of_dpcm()
138 if (li->cpu == (np == codec)) in simple_dai_link_of_dpcm()
143 li->link++; in simple_dai_link_of_dpcm()
149 if (li->cpu) { in simple_dai_link_of_dpcm()
162 dai_props->cpu_dai = &priv->dais[li->dais++]; in simple_dai_link_of_dpcm()
192 dai_props->codec_dai = &priv->dais[li->dais++]; in simple_dai_link_of_dpcm()
195 dai_props->codec_conf = &priv->codec_conf[li->conf++]; in simple_dai_link_of_dpcm()
247 struct link_info *li, in simple_dai_link_of() argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dreset.S59 li t0, LSU_DEFEATURE
66 li t0, ICU_DEFEATURE
71 li t0, SCHED_DEFEATURE
83 li t1, (1 << 29) /* ELPA bit */
101 li t0, LSU_DEBUG_DATA0
102 li t1, LSU_DEBUG_ADDR
103 li t2, 0 /* index */
104 li t3, 0x1000 /* loop count */
131 li t0, 0x80000000
132 li t1, 0x80010000
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_log.c136 struct nf_loginfo *li = &priv->loginfo; in nft_log_init() local
140 li->type = NF_LOG_TYPE_LOG; in nft_log_init()
145 li->type = NF_LOG_TYPE_ULOG; in nft_log_init()
160 switch (li->type) { in nft_log_init()
163 li->u.log.level = in nft_log_init()
166 li->u.log.level = NFT_LOGLEVEL_WARNING; in nft_log_init()
168 if (li->u.log.level > NFT_LOGLEVEL_AUDIT) { in nft_log_init()
174 li->u.log.logflags = in nft_log_init()
176 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init()
183 li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP])); in nft_log_init()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbmips_vec.S42 li k1, CKSEG1
51 li k0, ST0_IE | ST0_BEV | STATUSF_IP1
55 li k0, 0xff400000
63 li k1, 0xa0080000
70 li k1, CKSEG1
88 li k1, (1 << 19)
95 li k1, PRID_IMP_BMIPS5000
101 li k1, (3 << 25)
115 li k1, ST0_ERL | ST0_EXL | ST0_BEV | ST0_IE
135 li k1, PRID_IMP_BMIPS5200
[all …]
H A Dbmips_5xxx_init.S139 li v0, 0x40
161 li v1, 1
232 li v0, 0x40
253 li v1, 1
375 li a0, KSEG0
396 li a0, KSEG0
421 li t1, 0x4
427 li t1, 0x4
433 li t1, 0x4
456 li t1, ~(CP0_BRCM_MODE_BrPRED_MASK | CP0_BRCM_MODE_BrHIST_MASK )
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dmaps.qdoc58 \li \l{QtLocation::Plugin}{Plugin}
59 …\li A location-based services plugin provides data including map data which is then displayed in a…
61 \li \l{QtLocation::Map}{Map}
62 \li QtQuick item to display a map on-screen.
64 \li \l{QtLocation::MapGestureArea}{MapGestureArea}
65 \li Interaction helper for panning, flicking and pinch-to-zoom gesture on a Map.
83 \li \l{QtLocation::MapCircle}{MapCircle}
84 … \li A geographic circle (all points at a set distance from a center), optionally with a border.
86 \li \l{QtLocation::MapRectangle}{MapRectangle}
87 \li A rectangle whose top left and bottom right points are specified as
[all …]
H A Dqtlocation-changes.qdoc41 \li removed wheelAngleChanged() signal
42 \li added \l[QML]{QtLocation::Map::}{error} property
43 \li added \l[QML]{QtLocation::Map::}{errorString} property
44 \li added \l[QML]{QtLocation::Map::}{copyrightLinkActivated} signal
45 \li removed toScreenPosition() method
46 \li added \l[QML]{QtLocation::Map::}{fromCoordinate}() method
47 \li replaced cameraStopped() method with \l[QML]{QtLocation::Map::}{prefetchData} method
48 …\li replaced fitViewportToGeoShape() method with \l[QML]{QtLocation::Map::}{visibleRegion} property
49 \li added \l[QML]{QtLocation::Map::}{color} property
50 \li added \l[QML]{QtLocation::Map::}{clearData} method
[all …]
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css18 .timeline > li {
23 .timeline > li:before,
24 .timeline > li:after {
29 .timeline > li:after {
33 .timeline > li:before,
34 .timeline > li:after {
39 .timeline > li:after {
43 .timeline > li > .timeline-panel {
55 .timeline > li > .timeline-panel:before {
67 .timeline > li > .timeline-panel:after {
[all …]
/OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dlowlevel_init.S83 li $r0, CONFIG_FTSDMC021_BASE
105 li $r0, SMC_BANK0_CR_A
110 li $r3, CONFIG_FTPMU010_BASE + BOARD_ID_REG
112 li $r4, BOARD_ID_FAMILY_MASK
114 li $r4, BOARD_ID_FAMILY_K7
120 li $r2, 0x00151151
125 li $r2, 0x00153153
200 li $r4, CONFIG_FTSDMC021_BASE
201 li $r5, 0x0
236 li $r5, AHBC_BSR6_A
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dqunit-1.18.0.css1li{font-size:small;}#qunit-tests{font-size:smaller;}/**/#qunit-tests,#qunit-header,#qunit-banner,#…
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dmacro.h26 li $r4, \addr
27 li $r5, \data
32 li $r4, \addr
33 li $r5, \data
38 li $r4, \addr
39 li $r5, \data
49 li $r4, \addr
51 li $r6, \data
57 li $r4, \addr
72 li $r4, \time

12345678910>>...24