Home
last modified time | relevance | path

Searched full:cld (Results 1 – 25 of 41) sorted by relevance

12

/linux/arch/arm/mach-omap2/
H A Dcm_common.c177 * @cld: low-level per-SoC OMAP CM data & function pointers to register
181 * pointed to by @cld valid until it calls cm_unregister() and
182 * it returns successfully. Returns 0 upon success, -EINVAL if @cld
186 int cm_register(const struct cm_ll_data *cld) in cm_register() argument
188 if (!cld) in cm_register()
194 cm_ll_data = cld; in cm_register()
201 * @cld: low-level per-SoC OMAP CM data & function pointers to unregister
205 * caller may not destroy any of the data pointed to by @cld until
207 * -EINVAL if @cld is NULL or if @cld does not match the struct
210 int cm_unregister(const struct cm_ll_data *cld) in cm_unregister() argument
[all …]
H A Dcm.h74 extern int cm_register(const struct cm_ll_data *cld);
75 extern int cm_unregister(const struct cm_ll_data *cld);
/linux/Documentation/devicetree/bindings/display/
H A Darm,pl11x.yaml97 - description: index of CLD pad used for first red bit (R0)
98 - description: index of CLD pad used for first green bit (G0)
99 - description: index of CLD pad used for first blue bit (G0)
103 CLD[23:0] pads are wired up.
104 The first value contains the index of the "CLD" external pin (pad)
/linux/drivers/clk/
H A Dclk-loongson2.c245 const struct loongson2_clk_board_info *cld, in loongson2_clk_register() argument
257 init.name = cld->name; in loongson2_clk_register()
262 if (!cld->parent_name) in loongson2_clk_register()
265 init.parent_names = &cld->parent_name; in loongson2_clk_register()
267 clk->reg = clp->base + cld->reg_offset; in loongson2_clk_register()
268 clk->div_shift = cld->div_shift; in loongson2_clk_register()
269 clk->div_width = cld->div_width; in loongson2_clk_register()
270 clk->mult_shift = cld->mult_shift; in loongson2_clk_register()
271 clk->mult_width = cld->mult_width; in loongson2_clk_register()
/linux/arch/x86/pci/
H A Dpcbios.c113 __asm__("lcall *(%%edi); cld" in bios32_service()
157 "lcall *(%%edi); cld\n\t" in check_pcibios()
224 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_read()
272 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_write()
386 "lcall *(%%esi); cld\n\t" in pcibios_get_irq_routing_table()
423 __asm__("lcall *(%%esi); cld\n\t" in pcibios_set_irq_routing()
/linux/arch/x86/kernel/
H A Dhead_32.S83 cld
100 cld
142 cld
320 cld
326 cld
370 cld
/linux/arch/x86/include/asm/
H A Dapm.h32 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_asm()
56 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_simple_asm()
/linux/arch/x86/boot/compressed/
H A Dhead_32.S47 cld
121 cld
H A Dhead_64.S90 cld
298 cld
433 cld
/linux/tools/testing/selftests/x86/
H A Dnx_stack.c88 "cld\n"
119 asm volatile ("cld" ::: "memory"); in sigsegv()
/linux/arch/x86/boot/
H A Dbioscall.S58 cld
/linux/arch/x86/entry/
H A Dentry_64_compat.S90 cld
163 * (so CLD and CLAC are not needed). SYSCALL does not save anything on
H A Dentry_64.S64 * rflags gets masked by a value from another MSR (so CLD and CLAC
341 cld
402 cld
459 cld
523 cld
1147 cld
H A Dentry_32.S206 cld
434 cld
539 cld
594 cld
625 cld
/linux/Documentation/devicetree/bindings/net/
H A Dmarvell,aquantia.yaml75 firmware-name = "AQR-G4_v5.4.C-AQR_CIG_WF-1945_0x8_ID44776_VER1630.cld";
/linux/arch/x86/xen/
H A Dxen-head.S50 cld
/linux/tools/testing/selftests/kvm/x86_64/
H A Duserspace_io_test.c22 asm volatile("cld; rep; insb" : "+D"(buffer), "+c"(count) : "d"(0x80) : "memory"); in guest_ins_port80()
/linux/arch/x86/entry/vdso/
H A Dvsgx.S124 cld
/linux/arch/x86/lib/
H A Dusercopy_32.c142 " cld\n" in __copy_user_intel()
244 " cld\n" in __copy_user_intel_nocache()
H A Dmemmove_32.S105 cld
H A Dmemmove_64.S108 cld
/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S42 cld
/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c81 __asm__("call *(%%edi); cld" in xo1_do_sleep()
/linux/tools/include/nolibc/
H A Darch-x86_64.h204 "cld\n\t"
/linux/include/dt-bindings/usb/
H A Dpd.h362 * <14:12> :: U3/CLd power
375 /* U3/CLd Power*/

12