Home
last modified time | relevance | path

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

12345678910>>...28

/openbmc/linux/drivers/video/backlight/
H A Dlcd.c38 if (!ld->ops->check_fb || ld->ops->check_fb(ld, evdata->info)) { in fb_notifier_callback()
41 ld->ops->set_power(ld, *(int *)evdata->data); in fb_notifier_callback()
44 ld->ops->set_mode(ld, evdata->data); in fb_notifier_callback()
53 memset(&ld->fb_notif, 0, sizeof(ld->fb_notif)); in lcd_register_fb()
80 if (ld->ops && ld->ops->get_power) in lcd_power_show()
103 if (ld->ops && ld->ops->set_power) { in lcd_power_store()
105 ld->ops->set_power(ld, power); in lcd_power_store()
121 if (ld->ops && ld->ops->get_contrast) in contrast_show()
142 if (ld->ops && ld->ops->set_contrast) { in contrast_store()
144 ld->ops->set_contrast(ld, contrast); in contrast_store()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dgpr_asm.h70 ld r14,0(r3)
71 ld r15,8(r3)
72 ld r16,16(r3)
73 ld r17,24(r3)
74 ld r18,32(r3)
75 ld r19,40(r3)
76 ld r20,48(r3)
77 ld r21,56(r3)
78 ld r22,64(r3)
79 ld r23,72(r3)
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dhvcall.S24 ld r0, 16(r1); \
49 ld r11, -8(r1); \
52 ld r0, 16(r1); \
69 ld r11, -8(r1); \
74 ld r0, 16(r1); \
92 ld r11, -8(r1); \
99 ld r0, 16(r1); \
136 ld r0, 16(r1); \
155 ld r0, 16(r1); \
177 ld r0, 16(r1); \
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dcopypage_64.S51 ld r5,0(r4)
52 ld r6,8(r4)
53 ld r7,16(r4)
57 ld r9,8(r4)
65 ld r5,40(r4)
66 ld r6,48(r4)
69 ld r7,56(r4)
70 ld r8,64(r4)
73 ld r9,72(r4)
91 ld r9,8(r4)
[all …]
H A Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
349 ld r6,-24(r1)
350 ld r4,-16(r1)
351 ld r5,-8(r1)
531 ld r23,-96(1)
532 ld r24,-88(1)
533 ld r25,-80(1)
[all …]
H A Dcopy_mc_64.S108 err2; ld r0,0(r4)
109 err2; ld r6,8(r4)
110 err2; ld r8,16(r4)
111 err2; ld r9,24(r4)
152 err2; ld r0,0(r4)
153 err2; ld r6,8(r4)
154 err2; ld r8,16(r4)
185 err1; ld r0,0(r4)
186 err1; ld r6,8(r4)
199 err1; ld r0,0(r4)
[all …]
H A Dcopypage_power7.S109 1: ld r0,0(r4)
110 ld r5,8(r4)
111 ld r6,16(r4)
112 ld r7,24(r4)
113 ld r8,32(r4)
114 ld r9,40(r4)
115 ld r10,48(r4)
116 ld r11,56(r4)
117 ld r12,64(r4)
118 ld r14,72(r4)
[all …]
H A Dchecksum_64.S67 ld r6,0(r3)
68 ld r9,8(r3)
70 ld r10,16(r3)
71 ld r11,24(r3)
82 ld r12,32(r3)
83 ld r14,40(r3)
86 ld r15,48(r3)
87 ld r16,56(r3)
99 ld r6,0(r3)
100 ld r9,8(r3)
[all …]
/openbmc/u-boot/drivers/misc/
H A Dstatus_led.c77 led_dev_t *ld; in status_led_init() local
80 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) in status_led_init()
81 __led_init (ld->mask, ld->state); in status_led_init()
87 led_dev_t *ld; in status_led_tick() local
93 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) { in status_led_tick()
98 if (++ld->cnt >= ld->period) { in status_led_tick()
99 __led_toggle (ld->mask); in status_led_tick()
100 ld->cnt -= ld->period; in status_led_tick()
108 led_dev_t *ld; in status_led_set() local
116 ld = &led_dev[led]; in status_led_set()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Docteon_switch.S265 ld t0, OCTEON_CP2_CRC_IV(a0)
268 ld t2, OCTEON_CP2_CRC_POLY(a0)
277 ld t0, OCTEON_CP2_LLM_DAT(a0)
287 ld t0, OCTEON_CP2_3DES_IV(a0)
297 ld t0, OCTEON_CP2_AES_IV(a0)
301 ld t2, OCTEON_CP2_AES_KEY(a0)
334 ld t1, OCTEON_CP2_HSH_IVW(a0)
374 ld t2, OCTEON_CP2_HSH_IVW(a0)
405 ld t0, OCTEON_CP2_SHA3(a0)
406 ld t1, OCTEON_CP2_SHA3+8(a0)
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S173 ld r3, -96(%r1)
260 ld r22, 96(%r1)
261 ld r23, 88(%r1)
262 ld r24, 80(%r1)
263 ld r25, 72(%r1)
264 ld r26, 64(%r1)
265 ld r27, 56(%r1)
266 ld r28, 48(%r1)
267 ld r29, 40(%r1)
268 ld r30, 32(%r1)
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
349 ld r6,-24(r1)
350 ld r4,-16(r1)
351 ld r5,-8(r1)
531 ld r23,-96(1)
532 ld r24,-88(1)
533 ld r25,-80(1)
[all …]
H A Dcopy_mc_64.S108 err2; ld r0,0(r4)
109 err2; ld r6,8(r4)
110 err2; ld r8,16(r4)
111 err2; ld r9,24(r4)
152 err2; ld r0,0(r4)
153 err2; ld r6,8(r4)
154 err2; ld r8,16(r4)
185 err1; ld r0,0(r4)
186 err1; ld r6,8(r4)
199 err1; ld r0,0(r4)
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Didle_book3s.S96 ld r4,-8*20(r1)
97 ld r5,-8*21(r1)
105 ld r2,-8*1(r1)
106 ld r14,-8*2(r1)
107 ld r15,-8*3(r1)
108 ld r16,-8*4(r1)
109 ld r17,-8*5(r1)
110 ld r18,-8*6(r1)
111 ld r19,-8*7(r1)
112 ld r20,-8*8(r1)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch31 diff --git a/ld/Makefile.am b/ld/Makefile.am
45 diff --git a/ld/Makefile.in b/ld/Makefile.in
59 diff --git a/ld/ldelf.c b/ld/ldelf.c
61 --- a/ld/ldelf.c
62 +++ b/ld/ldelf.c
72 diff --git a/ld/ldmain.c b/ld/ldmain.c
74 --- a/ld/ldmain.c
75 +++ b/ld/ldmain.c
84 diff --git a/ld/ldmain.h b/ld/ldmain.h
86 --- a/ld/ldmain.h
[all …]
H A D0006-warn-for-uses-of-system-directories-when-cross-linki.patch8 ld/
22 ld/
57 ld/ld.h | 8 ++++++++
58 ld/ld.texi | 12 ++++++++++++
141 diff --git a/ld/ld.h b/ld/ld.h
143 --- a/ld/ld.h
144 +++ b/ld/ld.h
160 diff --git a/ld/ld.texi b/ld/ld.texi
162 --- a/ld/ld.texi
163 +++ b/ld/ld.texi
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_entry.S84 ld r12,EX_CFAR(r11)
87 ld r12,EX_CTR(r11)
90 ld r12,EX_PPR(r11)
93 ld r12,EX_R12(r11)
97 ld r9,EX_R9(r11)
98 ld r10,EX_R10(r11)
99 ld r11,EX_R11(r11)
206 ld r4,VCPU_LR(r3)
208 ld r4,VCPU_CTR(r3)
210 ld r4,VCPU_XER(r3)
[all …]
H A Dbook3s_hv_rmhandlers.S95 ld r5,HSTATE_DABR(r13)
163 ld r8,VCORE_LPCR(r5)
413 ld r3, 32(r1)
561 ld r6,KVM_SDR1(r9)
623 ld r3, VCPU_VPA(r4)
639 ld r7,VCPU_PURR(r4)
667 ld r6,VCPU_DABR(r4)
748 ld r5, VCPU_IC(r4)
788 ld r5,VCPU_AMR(r4)
914 ld r5, VCPU_LR(r4)
[all …]
/openbmc/linux/drivers/tty/
H A Dtty_ldisc.c166 ld->ops = ldops; in tty_ldisc_get()
167 ld->tty = tty; in tty_ldisc_get()
169 return ld; in tty_ldisc_get()
184 kfree(ld); in tty_ldisc_put()
244 ld = tty->ldisc; in tty_ldisc_ref_wait()
245 if (!ld) in tty_ldisc_ref_wait()
247 return ld; in tty_ldisc_ref_wait()
265 if (!ld) in tty_ldisc_ref()
268 return ld; in tty_ldisc_ref()
389 if (ld) in tty_ldisc_flush()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch190 -#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
212 - "%{mnan=2008:/lib/ld-linux-mipsn8.so.1;:/lib/ld.so.1}"
213 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"
215 - "%{mnan=2008:/lib64/ld-linux-mipsn8.so.1;:/lib64/ld.so.1}"
216 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"
218 - "%{mnan=2008:/lib32/ld-linux-mipsn8.so.1;:/lib32/ld.so.1}"
219 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"
223 - "%{mnan=2008:/lib/ld-uClibc-mipsn8.so.0;:/lib/ld-uClibc.so.0}"
224 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-uClibc-mipsn8.so.0;:" SYSTEMLIBS_DIR "ld-uClibc.so.0}"
230 - "%{mnan=2008:/lib32/ld-uClibc-mipsn8.so.0;:/lib32/ld-uClibc.so.0}"
[all …]
/openbmc/linux/arch/loongarch/lib/
H A Dmemcpy.S41 1: ld.b t0, a1, 0
75 ld.b t1, a1, 2
87 ld.b t1, a1, 4
94 ld.h t1, a1, 4
101 ld.w t1, a1, 3
126 ld.d a6, a1, 0
141 ld.d t0, a1, 0
142 ld.d t1, a1, 8
165 ld.d t0, a1, 0
166 ld.d t1, a1, 8
[all …]
/openbmc/linux/arch/loongarch/power/
H A Dsuspend_asm.S39 ld.d $r1, sp, PT_R1
40 ld.d $r2, sp, PT_R2
41 ld.d $r3, sp, PT_R3
42 ld.d $r4, sp, PT_R4
43 ld.d $r21, sp, PT_R21
44 ld.d $r22, sp, PT_R22
45 ld.d $r23, sp, PT_R23
46 ld.d $r24, sp, PT_R24
47 ld.d $r25, sp, PT_R25
68 ld.d t0, t0, 0
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c681 if (ld.x6_op == 1 || ld.x6_op == 3) { in emulate_load_updates()
702 imm = ld.x << 7 | ld.imm; in emulate_load_updates()
800 if (ld.op == 0x5 || ld.m) in emulate_load_int()
878 if (ld.x6_op == 0x5 || ld.x6_op == 0xa) in emulate_load_int()
937 imm = ld.x << 7 | ld.r1; in emulate_store_int()
1074 DPRINT("ld.r1=%d ld.imm=%d x6_sz=%d\n", ld.r1, ld.imm, ld.x6_sz); in emulate_load_floatpair()
1127 if (ld.x6_op == 1 || ld.x6_op == 3) in emulate_load_floatpair()
1176 DPRINT("ld.r1=%d x6_sz=%d\n", ld.r1, ld.x6_sz); in emulate_load_float()
1209 if (ld.op == 0x7 || ld.m) in emulate_load_float()
1262 DPRINT("ld.r1=%d x6_sz=%d\n", ld.r1, ld.x6_sz); in emulate_store_float()
[all …]
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c57 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument
58 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize) argument
311 u16 ld; in MR_ValidateMapInfo() local
584 ld, (long unsigned int)row); in get_strip_from_row()
903 u32 ld, u64 stripNo, in mr_get_phy_params_r56_rmw() argument
990 u16 ld; in MR_BuildRaidContext() local
1001 raid = MR_LdRaidGet(ld, map); in MR_BuildRaidContext()
1230 u16 ld; in mr_update_span_set() local
1237 raid = MR_LdRaidGet(ld, map); in mr_update_span_set()
1325 u16 ld; in mr_update_load_balance_params() local
[all …]
/openbmc/linux/include/linux/
H A Dlcd.h75 int (*reset)(struct lcd_device *ld);
78 int (*power_on)(struct lcd_device *ld, int enable);
96 static inline void lcd_set_power(struct lcd_device *ld, int power) in lcd_set_power() argument
98 mutex_lock(&ld->update_lock); in lcd_set_power()
99 if (ld->ops && ld->ops->set_power) in lcd_set_power()
100 ld->ops->set_power(ld, power); in lcd_set_power()
101 mutex_unlock(&ld->update_lock); in lcd_set_power()
109 extern void lcd_device_unregister(struct lcd_device *ld);
111 struct lcd_device *ld);

12345678910>>...28