Searched refs:LD (Results 1 - 91 of 91) sorted by relevance

/linux-4.4.14/arch/powerpc/lib/
H A Dmemcmp_64.S26 #define LD ldbrx define
28 #define LD ldx define
99 LD rA,0,r3
100 LD rB,0,r4
102 LD rC,off8,r3
103 LD rD,off8,r4
105 LD rE,off16,r3
106 LD rF,off16,r4
108 LD rG,off24,r3
109 LD rH,off24,r4
117 LD rA,0,r3
118 LD rB,0,r4
121 LD rC,off8,r3
122 LD rD,off8,r4
125 LD rE,off16,r3
126 LD rF,off16,r4
130 LD rG,off24,r3
131 LD rH,off24,r4
142 1: LD rA,0,r3
143 LD rB,0,r4
147 LD rC,off8,r3
148 LD rD,off8,r4
152 LD rE,off16,r3
153 LD rF,off16,r4
157 LD rG,off24,r3
158 LD rH,off24,r4
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S26 #define LD ldbrx define
28 #define LD ldx define
99 LD rA,0,r3
100 LD rB,0,r4
102 LD rC,off8,r3
103 LD rD,off8,r4
105 LD rE,off16,r3
106 LD rF,off16,r4
108 LD rG,off24,r3
109 LD rH,off24,r4
117 LD rA,0,r3
118 LD rB,0,r4
121 LD rC,off8,r3
122 LD rD,off8,r4
125 LD rE,off16,r3
126 LD rF,off16,r4
130 LD rG,off24,r3
131 LD rH,off24,r4
142 1: LD rA,0,r3
143 LD rB,0,r4
147 LD rC,off8,r3
148 LD rD,off8,r4
152 LD rE,off16,r3
153 LD rF,off16,r4
157 LD rG,off24,r3
158 LD rH,off24,r4
/linux-4.4.14/arch/x86/include/asm/
H A Dxor.h51 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" macro
80 LD(i, 0) \ xor_sse_2()
81 LD(i + 1, 1) \ xor_sse_2()
84 LD(i + 2, 2) \ xor_sse_2()
85 LD(i + 3, 3) \ xor_sse_2()
131 BLK64(PF0, LD, i) \ xor_sse_2_pf64()
168 LD(i, 0) \ xor_sse_3()
169 LD(i + 1, 1) \ xor_sse_3()
170 LD(i + 2, 2) \ xor_sse_3()
171 LD(i + 3, 3) \ xor_sse_3()
225 BLK64(PF0, LD, i) \ xor_sse_3_pf64()
264 LD(i, 0) \ xor_sse_4()
265 LD(i + 1, 1) \ xor_sse_4()
266 LD(i + 2, 2) \ xor_sse_4()
267 LD(i + 3, 3) \ xor_sse_4()
328 BLK64(PF0, LD, i) \ xor_sse_4_pf64()
369 LD(i, 0) \ xor_sse_5()
370 LD(i + 1, 1) \ xor_sse_5()
371 LD(i + 2, 2) \ xor_sse_5()
372 LD(i + 3, 3) \ xor_sse_5()
440 BLK64(PF0, LD, i) \ xor_sse_5_pf64()
478 #undef LD macro
H A Dxor_32.h22 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" macro
41 LD(i, 0) \ xor_pII_mmx_2()
42 LD(i + 1, 1) \ xor_pII_mmx_2()
43 LD(i + 2, 2) \ xor_pII_mmx_2()
44 LD(i + 3, 3) \ xor_pII_mmx_2()
85 LD(i, 0) \ xor_pII_mmx_3()
86 LD(i + 1, 1) \ xor_pII_mmx_3()
87 LD(i + 2, 2) \ xor_pII_mmx_3()
88 LD(i + 3, 3) \ xor_pII_mmx_3()
134 LD(i, 0) \ xor_pII_mmx_4()
135 LD(i + 1, 1) \ xor_pII_mmx_4()
136 LD(i + 2, 2) \ xor_pII_mmx_4()
137 LD(i + 3, 3) \ xor_pII_mmx_4()
197 LD(i, 0) \ xor_pII_mmx_5()
198 LD(i + 1, 1) \ xor_pII_mmx_5()
199 LD(i + 2, 2) \ xor_pII_mmx_5()
200 LD(i + 3, 3) \ xor_pII_mmx_5()
250 #undef LD macro
/linux-4.4.14/tools/build/
H A DMakefile15 $(call allow-override,LD,$(CROSS_COMPILE)ld)
23 export Q srctree CC LD
/linux-4.4.14/tools/build/tests/ex/
H A DMakefile3 export LD := ld macro
/linux-4.4.14/arch/powerpc/kernel/
H A Dalign.c39 #define LD 0 /* load */ macro
63 { 4, LD }, /* 00 0 0000: lwz / lwarx */
67 { 2, LD }, /* 00 0 0100: lhz */
68 { 2, LD+SE }, /* 00 0 0101: lha */
70 { 4, LD+M }, /* 00 0 0111: lmw */
71 { 4, LD+F+S }, /* 00 0 1000: lfs */
72 { 8, LD+F }, /* 00 0 1001: lfd */
75 { 16, LD }, /* 00 0 1100: lq */
76 { 8, LD }, /* 00 0 1101: ld/ldu/lwa */
79 { 4, LD+U }, /* 00 1 0000: lwzu */
83 { 2, LD+U }, /* 00 1 0100: lhzu */
84 { 2, LD+SE+U }, /* 00 1 0101: lhau */
87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
88 { 8, LD+F+U }, /* 00 1 1001: lfdu */
91 { 16, LD+F }, /* 00 1 1100: lfdp */
95 { 8, LD }, /* 01 0 0000: ldx */
100 { 4, LD+SE }, /* 01 0 0101: lwax */
103 { 4, LD+M+HARD+SX }, /* 01 0 1000: lswx */
104 { 4, LD+M+HARD }, /* 01 0 1001: lswi */
108 { 8, LD+U }, /* 01 0 1101: ldu */
111 { 8, LD+U }, /* 01 1 0000: ldux */
116 { 4, LD+SE+U }, /* 01 1 0101: lwaux */
135 { 4, LD+SW }, /* 10 0 1000: lwbrx */
139 { 2, LD+SW }, /* 10 0 1100: lhbrx */
140 { 4, LD+SE }, /* 10 0 1101 lwa */
159 { 4, LD }, /* 11 0 0000: lwzx */
163 { 2, LD }, /* 11 0 0100: lhzx */
164 { 2, LD+SE }, /* 11 0 0101: lhax */
167 { 4, LD+F+S }, /* 11 0 1000: lfsx */
168 { 8, LD+F }, /* 11 0 1001: lfdx */
171 { 16, LD+F }, /* 11 0 1100: lfdpx */
172 { 4, LD+F+SE }, /* 11 0 1101: lfiwax */
175 { 4, LD+U }, /* 11 1 0000: lwzux */
179 { 2, LD+U }, /* 11 1 0100: lhzux */
180 { 2, LD+SE+U }, /* 11 1 0101: lhaux */
183 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */
184 { 8, LD+F+U }, /* 11 1 1001: lfdux */
188 { 4, LD+F }, /* 11 1 1101: lfiwzx */
406 { 8, LD+E8 }, /* 0 00 00: evldd[x] */
407 { 8, LD+E4 }, /* 0 00 01: evldw[x] */
408 { 8, LD }, /* 0 00 10: evldh[x] */
410 { 2, LD }, /* 0 01 00: evlhhesplat[x] */
412 { 2, LD }, /* 0 01 10: evlhhousplat[x] */
413 { 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */
414 { 4, LD }, /* 0 10 00: evlwhe[x] */
416 { 4, LD }, /* 0 10 10: evlwhou[x] */
417 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */
418 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */
420 { 4, LD }, /* 0 11 10: evlwhsplat[x] */
814 flags = LD+SW; fix_alignment()
989 case LD+SE: /* sign extending integer loads */ fix_alignment()
990 case LD+F+SE: /* sign extend for lfiwax */ fix_alignment()
998 case LD+F+S: fix_alignment()
/linux-4.4.14/arch/mips/kvm/
H A Dstats.c21 "TLB Miss (LD)",
24 "Address Error (LD)",
H A Dtrap_emul.c149 kvm_debug("USER ADDR TLB LD fault: cause %#lx, PC: %p, BadVaddr: %#lx\n", kvm_trap_emul_handle_tlb_st_miss()
169 kvm_err("Illegal TLB LD fault address , cause %#lx, PC: %p, BadVaddr: %#lx\n", kvm_trap_emul_handle_tlb_st_miss()
H A Dmips.c1307 kvm_debug("TLB LD fault: cause %#x, PC: %p, BadVaddr: %#lx\n", kvm_mips_handle_exit()
H A Demulate.c2518 kvm_debug("%s: LD MISS @ %#lx\n", __func__, kvm_mips_check_privilege()
2550 kvm_debug("%s: address error LD @ %#lx\n", __func__, kvm_mips_check_privilege()
/linux-4.4.14/arch/mips/lasat/image/
H A DMakefile40 $(LD) $(LDFLAGS) $(LDSCRIPT) -o $@ $^
43 $(LD) -r -o $@ -b binary $<
/linux-4.4.14/tools/lib/lockdep/
H A DMakefile17 # Allow setting CC and AR and LD, or setting CROSS_COMPILE as a prefix.
20 $(call allow-override,LD,$(CROSS_COMPILE)ld)
91 print_shared_lib_compile = echo ' LD '$(OBJ);
92 print_static_lib_build = echo ' LD '$(OBJ);
98 export srctree OUTPUT CC LD CFLAGS V
/linux-4.4.14/arch/tile/lib/
H A Dmemcpy_user_64.c59 #define LD1 LD
60 #define LD2 LD
61 #define LD4 LD
62 #define LD8 LD
H A Dmemcpy_64.c38 #define LD(p) (*(p)) macro
45 #define LD1 LD
46 #define LD2 LD
47 #define LD4 LD
48 #define LD8 LD
/linux-4.4.14/arch/xtensa/boot/boot-elf/
H A DMakefile28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
/linux-4.4.14/drivers/s390/char/
H A Dsclp_diag.h17 #define SCLP_DIAG_FTP_LDRUNS 0x03U /* LD runs */
18 #define SCLP_DIAG_FTP_LDNRUNS 0x04U /* LD does not run */
/linux-4.4.14/arch/um/drivers/
H A DMakefile27 $(LD) -r -dp -o $@ $^ $(LDFLAGS) $(LDFLAGS_pcap.o)
30 $(LD) -r -dp -o $@ $^ $(LDFLAGS) $(LDFLAGS_vde.o)
/linux-4.4.14/arch/frv/kernel/
H A Dfutex.c28 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_set()
60 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_add()
93 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_or()
126 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_and()
159 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_xor()
/linux-4.4.14/arch/arc/include/asm/
H A Dentry.h25 /* Note on the LD/ST addr modes with addr reg wback
27 * LD.a same as LD.aw
29 * LD.a reg1, [reg2, x] => Pre Incr
32 * LD.ab reg1, [reg2, x] => Post Incr
253 * Coded differently than GET_CURR_TASK_ON_CPU (which uses LD.AS)
255 * while LD can take s9 (4 byte insn) or LIMM (8 byte insn)
H A Dcache.h25 * explicit uncached accesses (LD.di/ST.di) hence more portable drivers
H A Dirqflags-compact.h54 * ensure that LD/ST requiring irq safetly (R-M-W when LLSC is not available)
H A Datomic.h119 * atomic insn (e.g. LD) doesn't clobber an "emulated" atomic insn atomic_set()
H A Dio.h128 * <LD [DMA buffer]>
H A Dperf_event.h174 /* DTLB LD/ST Miss not segregated by h/w*/
H A Dentry-compact.h212 mov lp_count, r9 ;LD to lp_count is not allowed
281 mov lp_count, r9 ;LD to lp_count is not allowed
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmbox_defs.h146 * @lba : Logical Block Address on LD
217 * @logdrv : logical drive number if command for LD
267 * @logdrv : logical drive number if command for LD
600 * adap_span_40ld_t - 40LD span
612 * adap_span_8ld_t - 8LD span
648 * logdrv_40ld_t - logical drive definition for 40LD controllers
659 * logdrv_8ld_span8_t - logical drive definition for 8LD controllers
663 * 8-LD logical drive with up to 8 spans
672 * logdrv_8ld_span4_t - logical drive definition for 8LD controllers
676 * 8-LD logical drive with up to 4 spans
702 * disk_array_40ld_t - disk array for 40LD controllers
717 * disk_array_8ld_span8_t - disk array for 8LD controllers
723 * Disk array for 8LD logical drives with up to 8 spans
734 * disk_array_8ld_span4_t - disk array for 8LD controllers
740 * Disk array for 8LD logical drives with up to 4 spans
755 * @boot_drv : logical drive set as boot drive, 0..7 - for 8LD cards,
756 * 0..39 - for 40LD cards
H A Dmegaraid_sas_fp.c244 "raid map %p LD RAID MAP %p/%p\n", drv_map, MR_PopulateDrvRaidMap()
354 * map - LD map
375 dev_dbg(&instance->pdev->dev, "LD %x: span_depth=%x\n", getSpanInfo()
442 * map - LD map
507 * map - LD map
576 * map - LD map
637 * map - LD map
1155 * map - LD map
H A Dmegaraid_sas_base.c2007 dev_warn(&instance->pdev->dev, "SR-IOV: Couldn't get LD/VF " megasas_get_ld_vf_affiliation_111()
2054 dev_warn(&instance->pdev->dev, "SR-IOV: Getting LD/VF affiliation for " megasas_get_ld_vf_affiliation_111()
2060 dev_warn(&instance->pdev->dev, "SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_111()
2073 "Got new LD/VF affiliation for scsi%d\n", megasas_get_ld_vf_affiliation_111()
2118 dev_warn(&instance->pdev->dev, "SR-IOV: Couldn't get LD/VF " megasas_get_ld_vf_affiliation_12()
2166 dev_warn(&instance->pdev->dev, "SR-IOV: Getting LD/VF affiliation for " megasas_get_ld_vf_affiliation_12()
2172 dev_warn(&instance->pdev->dev, "SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_12()
2181 dev_warn(&instance->pdev->dev, "SR-IOV: Got new LD/VF " megasas_get_ld_vf_affiliation_12()
2247 dev_warn(&instance->pdev->dev, "SR-IOV: Got new LD/VF " megasas_get_ld_vf_affiliation_12()
2264 /* This function will get the current SR-IOV LD/VF affiliation */ megasas_get_ld_vf_affiliation()
3051 /* Check for LD map update */ megasas_complete_cmd()
3076 * Meanwhile all IOs will go as LD IO. megasas_complete_cmd()
5567 /* Get current SR-IOV LD/VF affiliation */ megasas_probe_one()
6168 * MFI frames. E.g, RAID configuration changes, LD property changes megasas_mgmt_fw_ioctl()
H A Dmegaraid_mbox.c3676 "megaraid mbox: LD delete, timed out\n")); megaraid_mbox_mm_command()
3693 "megaraid mbox: LD delete, mailbox busy\n")); megaraid_mbox_mm_command()
4080 * <SCSI ID> <LD NUM> <LD STICKY ID> <APP ADAPTER HANDLE>
H A Dmegaraid_sas_fusion.h706 /* SPAN_SET is info caclulated from span info from Raid map per LD */
H A Dmegaraid_sas_fusion.c1384 /* Check if T10 PI (DIF) is enabled for this LD */ megasas_set_pd_lba()
1547 * The IO can be for PD (Fast Path) or LD
2153 case MEGASAS_MPI2_FUNCTION_LD_IO_REQUEST: /* LD-IO Path */ complete_cmd_fusion()
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
H A DMakefile29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
/linux-4.4.14/scripts/
H A Dlink-vmlinux.sh44 ${LD} ${LDFLAGS} -r -o ${1} ${KBUILD_VMLINUX_INIT} \
56 ${LD} ${LDFLAGS} ${LDFLAGS_vmlinux} -o ${2} \
165 info LD vmlinux.o
229 info LD vmlinux
/linux-4.4.14/tools/lib/api/
H A DMakefile28 export srctree OUTPUT CC LD CFLAGS V
/linux-4.4.14/drivers/net/usb/
H A Dpegasus.h236 PEGASUS_DEV("ELECOM USB Ethernet LD-USB20", VENDOR_ELECOM, 0x4010,
256 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x4002,
258 PEGASUS_DEV("LANEED USB Ethernet LD-USBL/TX", VENDOR_LANEED, 0x4005,
260 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x400b,
262 PEGASUS_DEV("LANEED USB Ethernet LD-USB/T", VENDOR_LANEED, 0xabc1,
264 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x200c,
/linux-4.4.14/arch/mips/boot/compressed/
H A DMakefile81 quiet_cmd_zld = LD $@
82 cmd_zld = $(LD) $(LDFLAGS) -Ttext $(VMLINUZ_LOAD_ADDRESS) -T $< $(vmlinuzobjs-y) -o $@
/linux-4.4.14/arch/arm64/
H A DMakefile36 LD += -EB
40 LD += -EL
/linux-4.4.14/tools/testing/selftests/net/
H A Dpsock_lib.h44 { 0x80, 0, 0, 0x00000000 }, /* LD pktlen */ sock_setfilter()
46 { 0x30, 0, 0, 0x00000050 }, /* LD ip[80] */ sock_setfilter()
/linux-4.4.14/drivers/net/wan/
H A DMakefile42 LD68K = $(LD)
/linux-4.4.14/arch/cris/boot/rescue/
H A DMakefile9 # LD = gcc-cris -mlinux -march=v32 -nostdlib
/linux-4.4.14/arch/sparc/boot/
H A DMakefile54 cmd_uimage.o = $(LD) -Tdata $(CONFIG_UBOOT_FLASH_ADDR) \
/linux-4.4.14/arch/frv/lib/
H A Datomic-ops.S32 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */
/linux-4.4.14/arch/cris/
H A DMakefile47 LD = $(CROSS_COMPILE)ld -mcrislinux macro
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dpalm27x.h2 * Common functions for Palm LD, T5, TX, Z72
/linux-4.4.14/drivers/usb/misc/
H A Dldusb.c3 * like LD Didactic's USB devices. LD Didactic's USB devices are
37 #define USB_VENDOR_ID_LD 0x0f11 /* USB Vendor ID of LD Didactic GmbH */
117 MODULE_DESCRIPTION("LD USB Driver");
119 MODULE_SUPPORTED_DEVICE("LD USB Devices");
749 dev_info(&intf->dev, "LD USB Device #%d now attached to major %d minor %d\n", ld_usb_probe()
793 dev_info(&intf->dev, "LD USB Device #%d now disconnected\n", ld_usb_disconnect()
/linux-4.4.14/lib/raid6/test/
H A DMakefile9 LD = ld macro
/linux-4.4.14/arch/powerpc/
H A DMakefile74 override LD += -EL
86 override LD += -EB
94 override LD += -m elf$(CONFIG_WORD_SIZE)$(LDEMULATION)
384 && $(LD) --version | head -1 | grep ' 2\.24$$' >/dev/null ; then \
/linux-4.4.14/include/uapi/linux/
H A Da.out.h227 /* These appear as input to LD, in a .o file. */
233 /* This is output from LD. */
/linux-4.4.14/arch/s390/include/asm/
H A Delf.h64 thread local data in LD code. */
66 thread local data in LD code. */
/linux-4.4.14/arch/sh/kernel/
H A Dtraps_64.c475 case (0x84>>2): /* LD.W */ misaligned_fixup()
478 case (0xb0>>2): /* LD.UW */ misaligned_fixup()
481 case (0x88>>2): /* LD.L */ misaligned_fixup()
484 case (0x8c>>2): /* LD.Q */ misaligned_fixup()
/linux-4.4.14/tools/lib/bpf/
H A DMakefile128 export srctree OUTPUT CC LD CFLAGS V
/linux-4.4.14/tools/power/cpupower/
H A DMakefile95 LD = $(CROSS)gcc macro
194 $(ECHO) " LD " $@
/linux-4.4.14/drivers/dma/
H A Dfsldma.c450 chan_dbg(chan, "LD %p free\n", desc); fsl_dma_free_descriptor()
477 chan_dbg(chan, "LD %p allocated\n", desc); fsl_dma_alloc_descriptor()
522 chan_dbg(chan, "LD %p callback\n", desc); fsldma_run_tx_complete_actions()
808 /* Insert the link descriptor to the LD ring */ fsl_dma_prep_memcpy()
887 /* Insert the link descriptor to the LD ring */ fsl_dma_prep_sg()
958 /* Remove and free all of the descriptors in the LD queue */ fsl_dma_device_terminate_all()
H A Dxgene-dma.c541 chan_dbg(chan, "LD %p free\n", desc); xgene_dma_clean_descriptor()
562 chan_dbg(chan, "LD %p allocated\n", desc); xgene_dma_alloc_descriptor()
648 chan_dbg(chan, "LD %p free\n", desc); xgene_dma_clean_running_descriptor()
953 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_sg()
1034 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_xor()
1092 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_pq()
H A Dmmp_pdma.c503 /* Insert the link descriptor to the LD ring */ mmp_pdma_prep_memcpy()
575 /* Insert the link descriptor to the LD ring */ for_each_sg()
669 /* Insert the link descriptor to the LD ring */ mmp_pdma_prep_dma_cyclic()
H A Dat_hdmac.c211 /* insert the link descriptor to the LD ring */ atc_desc_chain()
/linux-4.4.14/arch/arc/kernel/
H A Ddisasm.c104 case op_LD: /* LD<zz> a,[b,s9] */ disasm_instr()
212 case 48 ... 55: /* LD a,[b,c] */ disasm_instr()
H A Dentry-arcv2.S129 ; either a dst of emulated LD/ST or src with address-writeback
H A Dentry-compact.S309 ; either a dst of emulated LD/ST or src with address-writeback
/linux-4.4.14/arch/arm/
H A DMakefile50 LD += -EB
54 LD += -EL
/linux-4.4.14/arch/powerpc/net/
H A Dbpf_jit.h81 * (e.g. LD, ADDI). If the bottom 16 bits is "-ve", add another bit into the
/linux-4.4.14/arch/arm/mach-pxa/
H A Dpalm27x.c2 * Common code for Palm LD, T5, TX, Z72
/linux-4.4.14/tools/lib/traceevent/
H A DMakefile142 export srctree OUTPUT CC LD CFLAGS V
/linux-4.4.14/arch/x86/
H A DMakefile142 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dpcnet_cs.c149 { /* ELECOM Laneed LD-CDWA */ 0xb8, 0x08, 0x00, 0x42, 0 },
1588 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-10/100CD", 0x1b7827b2, 0xcda71d1c),
1589 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDF", 0x1b7827b2, 0xfec71e40),
1590 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDL/T", 0x1b7827b2, 0x79fba4f7),
1591 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDS", 0x1b7827b2, 0x931afaab),
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1065 * Reset all other control bits (OWN, CTXT, FD, LD, CPC, CIC, etc) xgbe_tx_desc_reset()
1572 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD, 1); xgbe_dev_xmit()
1690 if (!XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, LD)) { xgbe_dev_read()
1746 /* Rx and Tx share LD bit, so check TDES3.LD bit */ xgbe_is_last_desc()
1747 return XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD); xgbe_is_last_desc()
/linux-4.4.14/drivers/scsi/osd/
H A Dosd_uld.c7 * osdfs and pNFS-objects-LD. It also provides one ioctl for running
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstb6100.c85 [STB6100_LD] = "LD",
/linux-4.4.14/drivers/scsi/
H A Dmegaraid.h642 * 0..7 - for 8LD cards
643 * 0..39 - for 40LD cards
H A Dscsi_devinfo.c213 {"MegaRAID", "LD", NULL, BLIST_FORCELUN},
H A Dmegaraid.c2563 seq_puts(m, "40LD read config failed.\n"); proc_show_rdrv()
2574 seq_puts(m, "8LD read config failed.\n"); proc_show_rdrv()
3893 dev_warn(&adapter->dev->dev, "Delete LD-%d failed", logdrv); mega_do_del_logdrv()
H A Dadvansys.c1309 #define IOPW_RAM_DATA 0x06 /* LD */
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_dma.c88 * @ld_buf_phys: physical address of the LD buffer
158 * fsl_dma_update_pointers - update LD pointers to point to the next period
/linux-4.4.14/
H A DMakefile344 LD = $(CROSS_COMPILE)ld macro
408 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
912 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
/linux-4.4.14/arch/powerpc/perf/
H A Dpower8-pmu.c49 /* Demand LD - L3 Miss (not L2 hit and not L3 hit) */
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-memcpy.S324 * Avoid consecutive LD*'s to the same register since some mips
/linux-4.4.14/arch/mips/lib/
H A Dmemcpy.S439 * Avoid consecutive LD*'s to the same register since some mips
H A Dcsum_partial.S633 * Avoid consecutive LD*'s to the same register since some mips
/linux-4.4.14/drivers/rapidio/devices/
H A Dtsi721.c1414 * Check if this is a Link Descriptor (LD). tsi721_omsg_handler()
1415 * If yes, ignore LD and use descriptor processed tsi721_omsg_handler()
1416 * before LD. tsi721_omsg_handler()
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_tty.c234 * again, separately so we don't get the LD confused about what major dgnc_tty_register()
2966 * This count difference CAN happen because the Linux LD can dgnc_tty_ioctl()
/linux-4.4.14/drivers/block/
H A DDAC960.h957 } __attribute__ ((packed)) LD; member in struct:DAC960_V1_CommandMailbox::__anon3494
4376 int LogicalDriveNumber = CommandMailbox->Type5.LD.LogicalDriveNumber; DAC960_PD_To_P_TranslateReadWriteCommand()
H A DDAC960.c3220 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; DAC960_V1_QueueReadWriteCommand()
3221 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; DAC960_V1_QueueReadWriteCommand()
3235 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; DAC960_V1_QueueReadWriteCommand()
3236 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; DAC960_V1_QueueReadWriteCommand()
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.c5024 * The Linux Line Discipline (LD) would do this for us if we dgap_tty_ioctl()
5027 * control so we'll do it outselves instead of letting the LD dgap_tty_ioctl()
5190 * again, separately so we don't get the LD confused about what major dgap_tty_register()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dreg.h279 #define SPRN_LDBAR 0x352 /* LD Base Address Register */
/linux-4.4.14/drivers/hwmon/
H A Dit87.c1956 /* The IT8705F has a different LD number for GPIO */ it87_find()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel.c1243 [ C(RESULT_ACCESS) ] = 0x2140, /* L1D_CACHE.LD */
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c3499 /* LD LP */ bnx2x_pause_resolve()
3602 /* Update the advertised flow-controled of LD/LP in AN */ bnx2x_ext_phy_resolve_fc()
5434 /* Update the advertised flow-controled of LD/LP in AN */ bnx2x_flow_ctrl_resolve()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c406 { PCI_CHIP_MACH64LD, "3D RAGE LT PRO (Mach64 LD, AGP)", 230, 100, 100, 135, ATI_CHIP_264LTPRO },
/linux-4.4.14/lib/
H A Dtest_bpf.c2092 "LD [SKF_AD_OFF-1]",
/linux-4.4.14/drivers/message/fusion/
H A Dmptbase.c7506 "IR2: LD State Changed: " mpt_display_event_info()

Completed in 3082 milliseconds