Home
last modified time | relevance | path

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

12345678910>>...34

/openbmc/u-boot/board/freescale/m54418twr/
H A Dsbf_dram_init.S12 move.l #0xFC04002D, %a1
16 move.l #0xEC094060, %a1
20 move.l #0xEC09001A, %a1
24 move.l #0xFC0B8180, %a1
25 move.l #0x00000000, (%a1)
26 move.l #0x40000000, (%a1)
28 move.l #0xFC0B81AC, %a1
29 move.l #0x01030203, (%a1)
31 move.l #0xFC0B8000, %a1
32 move.l #0x01010101, (%a1)+ /* 0x00 */
[all …]
/openbmc/u-boot/board/sysam/stmark2/
H A Dsbf_dram_init.S25 move.l #PPMCR0, %a1
29 move.l #MSCR_SDRAMC, %a1
48 move.l #MISCCR2, %a1
52 move.l #DDR_RCR, %a1
53 move.l #0x00000000, (%a1)
54 move.l #0x40000000, (%a1)
60 move.l #DDR_PADCR, %a1
61 move.l #0x01030203, (%a1) /* as freescale tower */
63 move.l #DDR_CR00, %a1
64 move.l #0x01010101, (%a1)+ /* 0x00 */
[all …]
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() argument
29 atomic64_t *v = (atomic64_t *)l; in atomic_long_read()
34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set() argument
36 atomic64_t *v = (atomic64_t *)l; in atomic_long_set()
41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc() argument
43 atomic64_t *v = (atomic64_t *)l; in atomic_long_inc()
48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() argument
50 atomic64_t *v = (atomic64_t *)l; in atomic_long_dec()
55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add() argument
57 atomic64_t *v = (atomic64_t *)l; in atomic_long_add()
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S128 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
131 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
132 clr.l %sp@-
136 move.l #CONFIG_SYS_INIT_RAM_ADDR, %d0
139 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
143 move.l #0, %d0
144 move.l #(ICACHE_STATUS), %a1 /* icache */
145 move.l #(DCACHE_STATUS), %a2 /* dcache */
146 move.l %d0, (%a1)
147 move.l %d0, (%a2)
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dstart.S108 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
111 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
112 clr.l %sp@-
115 move.l #0xFC008000, %a1
116 move.l #(CONFIG_SYS_CS0_BASE), (%a1)
117 move.l #0xFC008008, %a1
118 move.l #(CONFIG_SYS_CS0_CTRL), (%a1)
119 move.l #0xFC008004, %a1
120 move.l #(CONFIG_SYS_CS0_MASK), (%a1)
126 move.l #0xFC0A4074, %a1
[all …]
/openbmc/u-boot/board/freescale/m54455evb/
H A Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
28 lsr.l #1, %d2
32 lsr.l #1, %d2
33 add.l #1, %d1
34 cmp.l #1, %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
[all …]
/openbmc/u-boot/board/freescale/m54451evb/
H A Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
28 lsr.l #1, %d2
32 lsr.l #1, %d2
33 add.l #1, %d1
34 cmp.l #1, %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c21 GList *l; in print_ranges() local
28 for (l = ranges; l; l = l->next) { in print_ranges()
29 Range *r = (Range *)l->data; in print_ranges()
41 GList *l, *e; in compare_ranges() local
52 for (l = ranges, e = expected; l ; l = l->next, e = e->next) { in compare_ranges()
53 Range *r = (Range *)l->data; in compare_ranges()
203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local
204 ReservedRegion *r = (ReservedRegion *)l->data; in print_resv_region_list()
223 GList *l = NULL; in check_resv_region_list_insert() local
227 l = resv_region_list_insert(l, r[0]); in check_resv_region_list_insert()
[all …]
/openbmc/u-boot/arch/sh/lib/
H A Dmovmem.S27 sts.l pr,@-r15
30 mov.l @(48,r5),r0
33 mov.l @(60,r5),r0
35 mov.l r0,@(60,r4)
37 mov.l @(56,r5),r0
39 mov.l r0,@(56,r4)
41 mov.l @(52,r5),r0
43 mov.l r0,@(52,r4)
52 lds.l @r15+,pr
53 mov.l r0,@(56,r4)
[all …]
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build2 'ar': '-l ara',
3 'bepo': '-l fr -v dvorak',
4 'cz': '-l cz',
5 'da': '-l dk',
6 'de': '-l de -v nodeadkeys',
7 'de-ch': '-l ch',
8 'en-gb': '-l gb',
9 'en-us': '-l us',
10 'es': '-l es',
11 'et': '-l et',
[all …]
/openbmc/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
45 for (l = list; l && range_compare(l->data, data) < 0; l = l->next) { in range_list_insert()
48 if (!l || range_compare(l->data, data) > 0) { in range_list_insert()
50 return g_list_insert_before(list, l, data); in range_list_insert()
54 range_extend(l->data, data); in range_list_insert()
58 while (l->next && range_compare(l->data, l->next->data) == 0) { in range_list_insert()
61 range_extend(l->data, l->next->data); in range_list_insert()
62 g_free(l->next->data); in range_list_insert()
63 new_l = g_list_delete_link(list, l->next); in range_list_insert()
84 GList *l = in, *out = *rev; in range_inverse_array() local
[all …]
H A Dreserved-region.c29 GList *l; in resv_region_list_insert() local
31 for (l = list; l ; ) { in resv_region_list_insert()
32 resv_iter = (ReservedRegion *)l->data; in resv_region_list_insert()
37 l = l->next; in resv_region_list_insert()
39 return g_list_insert_before(list, l, reg); in resv_region_list_insert()
43 GList *prev = l->prev; in resv_region_list_insert()
44 g_free(l->data); in resv_region_list_insert()
45 list = g_list_delete_link(list, l); in resv_region_list_insert()
47 l = prev->next; in resv_region_list_insert()
49 l = list; in resv_region_list_insert()
[all …]
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1l-5.3-3.3-13.9-8.7-10.7-6.7-2.9-1.8-3.9-2.4-8.7-5.4-3.5-2.2-4.4-2.8c-2.5-1.6-5.9-1.6-8.4 0 0 0-4 2…
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S104 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
110 move.l #(CONFIG_SYS_MBAR + 1), %d0
116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
120 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
126 move.l #(CONFIG_SYS_MBAR + 1), %d0
127 move.l %d0, 0x40000000
130 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 0x21), %d0
139 move.l #(_flashbar_setup-CONFIG_SYS_INT_FLASH_BASE), %a0
140 move.l #(_flashbar_setup_end-CONFIG_SYS_INT_FLASH_BASE), %a1
141 move.l #(CONFIG_SYS_INIT_RAM_ADDR), %a2
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S95 move.l #CONFIG_SYS_FLASH_BASE, %d0
98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
102 move.l #CF_CACR_CINV, %d0 /* Invalidate cache cmd */
105 move.l #0, %d0
110 move.l #0, %d0
111 move.l #(ICACHE_STATUS), %a1 /* icache */
112 move.l #(DCACHE_STATUS), %a2 /* icache */
113 move.l %d0, (%a1)
114 move.l %d0, (%a2)
117 move.l #__got_start, %a5
[all …]
/openbmc/u-boot/board/renesas/r7780mp/
H A Dlowlevel_init.S70 mov.l REPEAT0_R3, r3
113 mov.l REPEAT0_R3, r3
121 mov.l MIM_U_A, r0
122 mov.l MIM_U_D, r1
124 mov.l r1, @r0
127 mov.l MIM_L_A, r0
128 mov.l MIM_L_D0, r1
130 mov.l r1, @r0
133 mov.l STR_L_A, r0
134 mov.l STR_L_D, r1
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dstart.S95 move.l #CONFIG_SYS_FLASH_BASE, %d0
98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
101 move.l #(CONFIG_SYS_INIT_RAM1_ADDR + CONFIG_SYS_INIT_RAM1_CTRL), %d0
104 move.l #CONFIG_SYS_MBAR, %d0 /* set MBAR address */
108 move.l #0x01040100, %d0 /* Invalidate cache cmd */
110 move.l #0, %d0
117 move.l #0, %d0
118 move.l #(ICACHE_STATUS), %a1 /* icache */
119 move.l #(DCACHE_STATUS), %a2 /* icache */
120 move.l %d0, (%a1)
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S102 move.l #CONFIG_SYS_FLASH_BASE, %d0
106 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
110 move.l #CF_CACR_CINVA, %d0 /* Invalidate cache cmd */
112 move.l #0, %d0
117 move.l #(0xFC0a0010), %a0
119 and.l %d0, 0xEFFF
125 move.l #0, %d0
126 move.l #(ICACHE_STATUS), %a1 /* icache */
127 move.l #(DCACHE_STATUS), %a2 /* icache */
128 move.l %d0, (%a1)
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S96 move.l #(CONFIG_SYS_MBAR + 1), %d0
99 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
103 move.l #CF_CACR_CINVA, %d0
105 move.l #0, %d0
114 move.l #CONFIG_SYS_FLASH_BASE, %d0
119 move.l #0, %d0
120 move.l #(ICACHE_STATUS), %a1 /* icache */
121 move.l #(DCACHE_STATUS), %a2 /* dcache */
122 move.l %d0, (%a1)
123 move.l %d0, (%a2)
[all …]
/openbmc/qemu/target/sparc/
H A Dmonitor.c101 { "f0", offsetof(CPUSPARCState, fpr[0].l.upper) },
102 { "f1", offsetof(CPUSPARCState, fpr[0].l.lower) },
103 { "f2", offsetof(CPUSPARCState, fpr[1].l.upper) },
104 { "f3", offsetof(CPUSPARCState, fpr[1].l.lower) },
105 { "f4", offsetof(CPUSPARCState, fpr[2].l.upper) },
106 { "f5", offsetof(CPUSPARCState, fpr[2].l.lower) },
107 { "f6", offsetof(CPUSPARCState, fpr[3].l.upper) },
108 { "f7", offsetof(CPUSPARCState, fpr[3].l.lower) },
109 { "f8", offsetof(CPUSPARCState, fpr[4].l.upper) },
110 { "f9", offsetof(CPUSPARCState, fpr[4].l.lower) },
[all …]
/openbmc/qemu/tests/qtest/
H A Dtpm-tis-util.c37 __func__, __LINE__, locty, l, access, pending_request_flag)
108 int locty, l; in tpm_tis_test_check_access_reg_seize() local
128 for (l = 0; l < locty; l++) { in tpm_tis_test_check_access_reg_seize()
130 access = readb(TIS_REG(l, TPM_TIS_REG_ACCESS)); in tpm_tis_test_check_access_reg_seize()
137 writeb(TIS_REG(l, TPM_TIS_REG_ACCESS), TPM_TIS_ACCESS_REQUEST_USE); in tpm_tis_test_check_access_reg_seize()
143 access = readb(TIS_REG(l, TPM_TIS_REG_ACCESS)); in tpm_tis_test_check_access_reg_seize()
161 writeb(TIS_REG(l, TPM_TIS_REG_ACCESS), TPM_TIS_ACCESS_SEIZE); in tpm_tis_test_check_access_reg_seize()
163 access = readb(TIS_REG(l, TPM_TIS_REG_ACCESS)); in tpm_tis_test_check_access_reg_seize()
188 for (l = locty + 1; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_test_check_access_reg_seize()
190 writeb(TIS_REG(l, TPM_TIS_REG_ACCESS), TPM_TIS_ACCESS_REQUEST_USE); in tpm_tis_test_check_access_reg_seize()
[all …]
H A Dtpm-tis-i2c-test.c34 __func__, __LINE__, locty, l, access, pending_request_flag)
162 uint8_t locty, l; in tpm_tis_i2c_test_check_localities() local
190 l = tpm_tis_i2c_readb(locty, TPM_I2C_REG_LOC_SEL); in tpm_tis_i2c_test_check_localities()
191 g_assert_cmpint(l, ==, locty); in tpm_tis_i2c_test_check_localities()
229 int locty, l; in tpm_tis_i2c_test_check_access_reg_seize() local
250 for (l = 0; l < locty; l++) { in tpm_tis_i2c_test_check_access_reg_seize()
252 access = tpm_tis_i2c_readb(l, TPM_I2C_REG_ACCESS); in tpm_tis_i2c_test_check_access_reg_seize()
259 tpm_tis_i2c_writeb(l, in tpm_tis_i2c_test_check_access_reg_seize()
267 access = tpm_tis_i2c_readb(l, TPM_I2C_REG_ACCESS); in tpm_tis_i2c_test_check_access_reg_seize()
285 tpm_tis_i2c_writeb(l, in tpm_tis_i2c_test_check_access_reg_seize()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py15 for l in lines:
16 if not l.startswith("#"):
18 (coord, value) = l.split("=")
23 raise ValueError("Badly formatted coordinates %s in line %s." % (coord, l.strip()))
25 raise ValueError("Skipping badly formatted line %s, %s" % (l.strip(), e))
55 for l in lines:
56 yield l
57 if l.startswith("LABEL:"):
59 (label, ident) = l.split(":")
63 raise ValueError("Unexpected line %s in questions file." % l.strip())
[all …]
/openbmc/u-boot/cmd/
H A Ditest.c53 long l = 0; in evalexp() local
67 l = (long)(*(u8 *)buf); in evalexp()
70 l = (long)(*(u16 *)buf); in evalexp()
73 l = (long)(*(u32 *)buf); in evalexp()
77 return l; in evalexp()
79 l = simple_strtoul(s, NULL, 16); in evalexp()
83 return (w >= sizeof(long)) ? l : (l & ((1UL << (w * 8)) - 1)); in evalexp()
112 char *l, *r; in stringcomp() local
114 l = evalstr(s); in stringcomp()
117 p = strcmp(l, r); in stringcomp()
[all …]
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-config.svg1l-2.36-4a2 2 0 0 0-1.73-1 2 2 0 0 0-.64.1l-2.43.82a11.35 11.35 0 0 0-1.31-.75l-.51-2.52a2 2 0 0 0-…

12345678910>>...34