/linux-4.1.27/arch/alpha/lib/ |
D | ev6-copy_user.S | 63 beq $0, $zerolength # U .. .. .. : U L U L 68 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 75 EXI( ldbu $1,0($7) ) # .. .. .. L : Keep loads separate from stores 78 nop # E .. .. .. : U L U L 84 EXO( stb $1,-1($6) ) # .. .. .. L : 87 bne $3, $aligndest # U .. .. .. : U L U L 96 EXI( ldq_u $3,0($7) ) # .. L .. .. : Forward fetch for fallthrough code 97 beq $1,$quadaligned # U .. .. .. : U L U L 106 EXI( ldq_u $2,8($7) ) # .. .. .. L : 109 extqh $2,$7,$1 # U .. .. .. : U U L L [all …]
|
D | ev6-clear_user.S | 66 beq $0, $zerolength # U .. .. .. : U L U L 73 beq $4, $headalign # U .. .. .. : U L U L 79 EX( ldq_u $5, 0($6) ) # .. .. .. L : load dst word to mask back in 82 addq $6, 8, $6 # E .. .. .. : L U U L 84 EX( stq_u $5, -8($6) ) # .. .. .. L : 87 subq $0, 8, $0 # E .. .. .. : U L U L 101 blt $4, $trailquad # U .. .. .. : U L U L 113 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64 116 EX( stq_u $31, 0($6) ) # .. .. .. L 119 nop # E .. .. .. : U L U L [all …]
|
D | ev6-divide.S | 111 7: stq $1, 0($30) # L : 113 stq $2, 8($30) # L : L U L U 116 stq $0,16($30) # L : 118 LONGIFY(divisor) # E : U L L U 120 stq tmp1,24($30) # L : 123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 145 bne compare,1b # U : U L U L 150 blt divisor, 2f # U : U L U L 155 bne compare,1b # U : U L U L 177 nop # E : L U L U [all …]
|
D | ev6-csum_ipv6_magic.S | 62 ldq_u $0,0($16) # L : Latency: 3 64 ldq_u $1,8($16) # L : Latency: 3 65 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00 68 ldq_u $5,15($16) # L : Latency: 3 70 ldq_u $2,0($17) # L : U L U L : Latency: 3 74 ldq_u $3,8($17) # L : Latency: 3 75 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000 78 ldq_u $23,15($17) # L : Latency: 3 80 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00 85 extqh $5,$6,$5 # U : L U L U [all …]
|
D | ev6-memchr.S | 48 ldq_u $1, 0($16) # L : load first quadword Latency=3 49 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 54 lda $3, -1($31) # E : U L L U 59 sll $17, 32, $2 # U : U L L U : chchchch00000000 64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3 69 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16 79 cmpbge $31, $1, $2 # E : L U L U 84 beq $2, $not_found # U : U L U L 95 ret # L0 : L U L U 109 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0 [all …]
|
D | ev6-memcpy.S | 51 ldbu $1, 0($17) # L : grab a byte 54 stb $1, 0($16) # L : 67 ldq $1, 0($17) # L : get 8 bytes 72 stq $1, 0($16) # L : store 90 ldq $4, 8($17) # L : bytes 8..15 91 ldq $5, 16($17) # L : bytes 16..23 95 ldq $3, 24($17) # L : bytes 24..31 101 stq $6, 0($16) # L : bytes 0..7 105 stq $4, 8($16) # L : bytes 8..15 106 stq $5, 16($16) # L : bytes 16..23 [all …]
|
D | ev6-memset.S | 80 ldq_u $4,0($16) # L : Fetch first partial 91 stq_u $1,0($5) # L : Store result 135 stq $17, 0($5) # L : 162 stq $17, 0($5) # L : 166 stq $17, 8($5) # L : 167 stq $17, 16($5) # L : 170 stq $17, 24($5) # L : 171 stq $17, 32($5) # L : 175 stq $17, 40($5) # L : 176 stq $17, 48($5) # L : [all …]
|
D | ev6-stxcpy.S | 73 stq_u t1, 0(a0) # L : 78 ldq_u t1, 0(a1) # L : Latency=3 97 ldq_u t0, 0(a0) # L : Latency=3 107 1: stq_u t1, 0(a0) # L : 128 ldq_u t1, 0(a1) # L : load first src word 133 ldq_u t0, 0(a0) # L : 154 ldq_u t2, 8(a1) # L : 177 stq_u t1, 0(a0) # L : store first output word 208 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time 209 stq_u t1, -8(a0) # L : save the current word (stall) [all …]
|
D | ev6-stxncpy.S | 89 stq_u t0, 0(a0) # L : 94 ldq_u t0, 0(a1) # L : 121 ldq_u t1, 0(a0) # L : 131 1: stq_u t0, 0(a0) # L : 166 ldq_u t1, 0(a1) # L : load first src word 170 ldq_u t0, 0(a0) # L : 196 ldq_u t2, 8(a1) # L : Latency=3 load second src word 213 stq_u t0, 0(a0) # L : store first output word 225 ldq_u t2, 8(a1) # L : read next high-order source word 279 stq_u t0, 0(a0) # L : the null was in the high-order bits [all …]
|
D | ev67-strncat.S | 36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned) 49 $loop: ldq $1, 8($16) # L : 79 stq_u $1, 0($16) # L : 83 stb $31, 8($16) # L :
|
D | ev67-strcat.S | 34 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned) 43 $loop: ldq $1, 8($16) # L :
|
D | ev67-strlen.S | 28 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned) 38 $loop: ldq $1, 8($0) # L :
|
D | ev67-strchr.S | 31 ldq_u t0, 0(a0) # L : load first quadword Latency=3 68 $loop: ldq t0, 8(v0) # L : Latency=3
|
D | ev67-strrchr.S | 37 ldq_u t0, 0(a0) # L : load first quadword Latency=3 66 ldq t0, 8(v0) # L : load next quadword
|
/linux-4.1.27/Documentation/frv/ |
D | gdbinit | 7 printf "amr0 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x0].L,__debug_mmu.damr[0x0].P… 8 printf "amr1 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x1].L,__debug_mmu.damr[0x1].P… 9 printf "amr2 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x2].L,__debug_mmu.damr[0x2].P… 10 printf "amr3 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P… 11 printf "amr4 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P… 12 printf "amr5 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x5].L,__debug_mmu.damr[0x5].P… 13 printf "amr6 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P… 14 printf "amr7 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P… 16 printf "amr8 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x8].L,__debug_mmu.damr[0x8].P 17 printf "amr9 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x9].L,__debug_mmu.damr[0x9].P [all …]
|
D | mmu-layout.txt | 47 E0000000 - EFFFFFFF L-BUS CS2# VDK SLBUS/PCI window 48 F0000000 - F0FFFFFF L-BUS CS5# MB93493 CSC area (DAV daughter board) 49 F1000000 - F1FFFFFF L-BUS CS7# (CB70 CPU-card PCMCIA port I/O space) 50 FC000000 - FC0FFFFF L-BUS CS1# VDK MB86943 config space 51 FC100000 - FC1FFFFF L-BUS CS6# DM9000 NIC I/O space 52 FC200000 - FC2FFFFF L-BUS CS3# MB93493 CSR area (DAV daughter board) 53 FD000000 - FDFFFFFF L-BUS CS4# (CB70 CPU-card extra flash space) 55 FF000000 - FF1FFFFF L-BUS CS0# Flash 1 56 FF200000 - FF3FFFFF L-BUS CS0# Flash 2 57 FFC00000 - FFC0001F L-BUS CS0# FPGA [all …]
|
/linux-4.1.27/arch/m68k/kernel/ |
D | head.S | 368 #define L(name) .head.S.##name macro 370 #define L(name) .head.S./**/name macro 374 #define L(name) .L##name macro 376 #define L(name) .L/**/name macro 408 L(\name): 425 jbsr L(\name) 544 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab 545 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab 546 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab 547 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab [all …]
|
/linux-4.1.27/crypto/ |
D | des_generic.c | 524 #define IP(L, R, T) \ argument 526 T = L; \ 527 L ^= R; \ 528 L &= 0xf0f0f0f0; \ 529 R ^= L; \ 530 L ^= T; \ 532 T = L; \ 533 L ^= R; \ 534 L &= 0xffff0000; \ 535 R ^= L; \ [all …]
|
D | wp512.c | 787 u64 L[8]; in wp512_process_buffer() local 804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer() 814 L[1] = C0[(int)(K[1] >> 56) ] ^ in wp512_process_buffer() 823 L[2] = C0[(int)(K[2] >> 56) ] ^ in wp512_process_buffer() 832 L[3] = C0[(int)(K[3] >> 56) ] ^ in wp512_process_buffer() 841 L[4] = C0[(int)(K[4] >> 56) ] ^ in wp512_process_buffer() 850 L[5] = C0[(int)(K[5] >> 56) ] ^ in wp512_process_buffer() 859 L[6] = C0[(int)(K[6] >> 56) ] ^ in wp512_process_buffer() 868 L[7] = C0[(int)(K[7] >> 56) ] ^ in wp512_process_buffer() 877 K[0] = L[0]; in wp512_process_buffer() [all …]
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | dpmc_modes.S | 20 P0.L = lo(PLL_CTL); 23 W[P0] = R1.L; 39 P0.L = lo(PLL_CTL); 43 w[p0] = R7.L; 69 P3.L = lo(VR_CTL); 79 W[P3] = R4.L; 107 P0.L = lo(PLL_DIV); 109 R0.L = 0xF; 113 P0.L = lo(PLL_CTL); 115 R0.L = (CONFIG_MIN_VCO_HZ/CONFIG_CLKIN_HZ) << 9; [all …]
|
D | cache.S | 83 p0.L = LO(DSPID); 88 p0.L = _blackfin_iflush_l1_entry;
|
D | entry.S | 367 P4.L = LO(IMEM_CONTROL); 376 P4.L = LO(DMEM_CONTROL); 1125 P5.L = _trace_buff_offset; 1128 P5.L = lo(TBUFSTAT); 1135 P5.L = lo(TBUF); 1144 P2.L = _trace_buff_offset; 1148 P2.L = _software_trace_buff; 1194 P4.L = LO(IMEM_CONTROL); 1203 P4.L = LO(DMEM_CONTROL);
|
D | interrupt.S | 167 P0.L = LO(ILAT); 188 R1.L = LO(VEC_HWERR);
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
D | pinctrl-sun8i-a23-r.c | 28 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 34 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 40 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 45 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 50 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 55 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 60 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 65 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 70 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 75 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
D | pinctrl-sun6i-a31-r.c | 25 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 30 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 35 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 39 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 43 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 47 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 51 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 55 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 59 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8),
|
/linux-4.1.27/arch/blackfin/lib/ |
D | smulsi3_highpart.S | 18 R2 = R1.L * R0.L (FU); 19 R3 = R1.H * R0.L (IS,M); 20 R0 = R0.H * R1.H, R1 = R0.H * R1.L (IS,M); 22 R1.L = R2.H + R1.L; 26 R1.L = R1.L + R3.L;
|
D | muldi3.S | 51 A0 = R2.H * R1.L, A1 = R2.L * R1.H (FU) || R3 = [SP + 12]; /* E1 */ 52 A0 += R3.H * R0.L, A1 += R3.L * R0.H (FU) || [SP] = R4; /* E1 */ 58 A1 = R2.L * R0.L (FU); /* E4 */ 61 A0 += R2.H * R0.H, A1 += R2.L * R0.H (FU); /* E2, E3c */ 62 A1 += R0.L * R2.H (FU); /* E3c */
|
D | umulsi3_highpart.S | 18 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU); 19 R0 = R1.L * R0.L, R1 = R1.H * R0.L (FU);
|
D | memset.S | 41 R2.L = R2.L + R1.L(NS); 42 R2.H = R2.L + R1.H(NS);
|
D | udivsi3.S | 63 R0 = R0.L (Z); 111 R2.L = ONES R1; 112 R2 = R2.L (Z); 218 R1 = R1.L (Z); 220 R0 = LSHIFT R0 by R1.L; 261 R3 = R2.L (Z); /* Q = X' / Y' */
|
D | divsi3.S | 75 R0 = R0.L (Z); 100 R2.L = ONES R1; 101 R2 = R2.L (Z); 185 R1 = R1.L (Z); 187 R0 = LSHIFT R0 by R1.L;
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | dpm.S | 13 P0.L = LO(PM_STACK); 20 P0.L = LO(DPM0_RESTORE4); 22 P1.L = _bf609_pm_data; 26 P0.L = LO(DPM0_CTL); 28 R3.L = LO(0x00000010); 84 P0.L = LO(PM_STACK); 96 P0.L = LO(DPM0_CTL); 98 R3.L = LO(0x00000008); 133 P0.L = _bf609_pm_data; 135 R1.L = 0xBEEF; [all …]
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa27x.c | 87 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local 103 L = l * BASE_CLK; in pxa27x_get_clk_frequency_khz() 104 N = (L * n2) / 2; in pxa27x_get_clk_frequency_khz() 105 M = (!cccr_a) ? (L/m) : ((b) ? L : (L/2)); in pxa27x_get_clk_frequency_khz() 106 S = (b) ? L : (L/2); in pxa27x_get_clk_frequency_khz() 110 L / 1000000, (L % 1000000) / 10000, l ); in pxa27x_get_clk_frequency_khz() 120 return (t) ? (N/1000) : (L/1000); in pxa27x_get_clk_frequency_khz() 129 unsigned int l, L, m, M; in clk_pxa27x_mem_getrate() local 142 L = l * BASE_CLK; in clk_pxa27x_mem_getrate() 143 M = (!cccr_a) ? (L/m) : ((b) ? L : (L/2)); in clk_pxa27x_mem_getrate() [all …]
|
D | pxa25x.c | 68 unsigned int l, L, m, M, n2, N; in pxa25x_get_clk_frequency_khz() local 77 L = l * BASE_CLK; in pxa25x_get_clk_frequency_khz() 78 M = m * L; in pxa25x_get_clk_frequency_khz() 83 L += 5000; in pxa25x_get_clk_frequency_khz() 85 L / 1000000, (L % 1000000) / 10000, l ); in pxa25x_get_clk_frequency_khz()
|
/linux-4.1.27/ |
D | MAINTAINERS | 75 L: Mailing list that is relevant to this area 129 L: netdev@vger.kernel.org 136 L: netdev@vger.kernel.org 142 L: linux-scsi@vger.kernel.org 149 L: linux-scsi@vger.kernel.org 156 L: linux-bluetooth@vger.kernel.org 157 L: linux-wpan@vger.kernel.org 164 L: linux-hams@vger.kernel.org 170 L: netdev@vger.kernel.org 176 L: linux-serial@vger.kernel.org [all …]
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.h | 411 #define BNX2_PCICFG_MISC_STATUS_PCIX_SPEED_66 (0L<<4) 419 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_PCI_CLK_SPD_DET_32MHZ (0L<<0) 431 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_CORE_CLK_ALT_SRC_UNDEF (0L<<8) 437 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_CORE_CLK_PLL_SPEED_100 (0L<<12) 482 #define BNX2_PCI_CONFIG_1_READ_BOUNDARY_OFF (0L<<8) 491 #define BNX2_PCI_CONFIG_1_WRITE_BOUNDARY_OFF (0L<<11) 503 #define BNX2_PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0) 524 #define BNX2_PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8) 542 #define BNX2_PCI_CONFIG_2_MAX_READ_LIMIT_512 (0L<<21) 587 #define BNX2_PCI_VPD_ADDR_FLAG_SL 0L [all …]
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pdcpat.h | 16 #define PDC_PAT_CELL_GET_NUMBER 0L /* Return Cell number */ 66 #define PDC_PAT_CHASSIS_WRITE_LOG 0L /* Write Log Entry */ 73 #define PDC_PAT_CPU_INFO 0L /* Return CPU config info */ 88 #define PDC_PAT_EVENT_GET_CAPS 0L /* Get Capabilities */ 99 #define PDC_PAT_HPMC_RENDEZ_CPU 0L /* go into spin loop */ 142 #define PDC_PAT_MEM_PD_INFO 0L /* Return PDT info for PD */ 167 #define PDC_PAT_NVOLATILE_READ 0L /* Read Non-Volatile Memory */ 175 #define PDC_PAT_PD_GET_ADDR_MAP 0L /* Get Address Map */
|
D | assembly.h | 100 ldil L%(__PAGE_OFFSET), \grphys 105 ldil L%(__PAGE_OFFSET), \grvirt 110 ldil L%(__PAGE_OFFSET), %r1 115 ldil L%(__PAGE_OFFSET), %r1 120 ldil L%\value, 1 161 ldil L%\value, \reg 167 ldil L%__gp, %r27 170 ldil L%$global$, %r27
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Tuners | 6 L= LG_API (VHF_LO=0x01, VHF_HI=0x02, UHF=0x08, radio=0x04) 22 L= Secam LL 89 TAPC-H701P: NTSC_JP (TAPC-H001P w/FM) (L,170/450) 90 TAPC-G701P: PAL B/G (TAPC-G001P w/FM) (L,170/450) 91 TAPC-W701P: PAL I (TAPC-W001P w/FM) (L,170/450) 92 TAPC-Q703P: PAL D/K (TAPC-Q001P w/FM) (L,170/450) 93 TAPC-Q704P: PAL D/K+I (L,170/450) 94 TAPC-G702P: PAL D/K+B/G (L,170/450) 96 TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69) 97 TADC-M201D: PAL D/K+B/G+I (L,143/425) (sound control at I2C address 0xc8) [all …]
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 475 return tag.s.L; in cvmx_l2c_unlock_line() 492 return tag.s.L; in cvmx_l2c_unlock_line() 526 uint64_t L:1; /* Line locked */ member 532 uint64_t L:1; /* Line locked */ 543 uint64_t L:1; /* Line locked */ member 549 uint64_t L:1; /* Line locked */ 560 uint64_t L:1; /* Line locked */ member 566 uint64_t L:1; /* Line locked */ 577 uint64_t L:1; /* Line locked */ member 583 uint64_t L:1; /* Line locked */ [all …]
|
/linux-4.1.27/Documentation/ |
D | lzo.txt | 102 0 0 0 0 L L L L (0..15) : copy long literal string 103 length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte) 129 0 0 0 1 H L L L (16..31) 131 length = 2 + (L ?: 7 + (zero_bytes * 255) + non_zero_byte) 137 0 0 1 L L L L L (32..63) 139 length = 2 + (L ?: 31 + (zero_bytes * 255) + non_zero_byte) 144 0 1 L D D D S S (64..127) 147 length = 3 + L 151 1 L L D D D S S (128..255) 154 length = 5 + L
|
D | java.txt | 88 cd -L `dirname $CLASS` 104 if [ ! -L $CLASS ]; then 112 if [ ! -L $CLASS ]; then break; fi
|
D | printk-formats.txt | 226 For printing 16-byte UUID/GUIDs addresses. The additional 'l', 'L', 228 lower ('l') or upper case ('L') hex characters - and big endian order
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | rwsem.h | 28 if (unlikely(atomic64_inc_return((atomic64_t *)(&sem->count)) <= 0L)) in __down_read() 36 while ((tmp = sem->count) >= 0L) { in __down_read_trylock() 80 if (unlikely(tmp < -1L && (tmp & RWSEM_ACTIVE_MASK) == 0L)) in __up_read() 90 (atomic64_t *)(&sem->count)) < 0L)) in __up_write() 110 if (tmp < 0L) in __downgrade_write()
|
/linux-4.1.27/drivers/misc/altera-stapl/ |
D | altera.c | 172 offset = 0L; in altera_export_bool_array() 229 u32 first_word = 0L; in altera_execute() 230 u32 action_table = 0L; in altera_execute() 231 u32 proc_table = 0L; in altera_execute() 232 u32 str_table = 0L; in altera_execute() 233 u32 sym_table = 0L; in altera_execute() 234 u32 data_sect = 0L; in altera_execute() 235 u32 code_sect = 0L; in altera_execute() 236 u32 debug_sect = 0L; in altera_execute() 237 u32 action_count = 0L; in altera_execute() [all …]
|
D | altera-comp.c | 82 u32 i, j, data_length = 0L; in altera_shrink() 86 u32 in_index = 0L; in altera_shrink() 104 data_length = 0L; in altera_shrink()
|
D | altera-jtag.c | 370 for (count = 0L; count < cycles; count++) in altera_wait_cycles() 419 for (i = 0L; i < preamble_count; ++i) { in altera_concatenate_data() 437 j = 0L; in altera_concatenate_data()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dpmc.h | 177 FP.L = lo(SYSMMR_BASE); 272 FP.L = lo(SYSMMR_BASE); 367 I0.L = lo(COREMMR_BASE); 375 I1.L = lo(DCPLB_ADDR0); 376 I2.L = lo(DCPLB_DATA0); 377 I3.L = lo(ICPLB_ADDR0); 378 B0.L = lo(ICPLB_DATA0); 379 B1.L = lo(EVT2); 380 B2.L = lo(IMASK); 381 B3.L = lo(TCNTL); [all …]
|
D | trace.h | 62 preg.L = LO(TBUFCTL); \ 68 preg.L = LO(TBUFCTL); \ 74 preg.L = LO(TBUFCTL); \ 82 preg.L = LO(TBUFCTL); \
|
D | entry.h | 115 P0.L = LO(ILAT); \ 145 P0.L = LO(ILAT); \
|
/linux-4.1.27/Documentation/sound/oss/ |
D | WaveArtist | 71 MIC L (mouthpiece) 82 | | | | mux >-->AMP>--> ADC L 87 L | | | +----+ +------+ | | | *->0 | 91 L | | +----+ +------+ | | | 95 L | +----+ +------+ | | | 114 L | | | | | Mux >-->mute>--> L output
|
D | ALS | 56 Controls available are Master (L&R), Line in (L&R), CD (L&R), 57 DSP/PCM/audio out (L&R), FM (L&R) and Mic in (mono).
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 141 unsigned long L, P; member 1241 __debug_mmu.iamr[0].L = __get_IAMLR(0); in gdbstub_get_mmu_state() 1243 __debug_mmu.iamr[1].L = __get_IAMLR(1); in gdbstub_get_mmu_state() 1245 __debug_mmu.iamr[2].L = __get_IAMLR(2); in gdbstub_get_mmu_state() 1247 __debug_mmu.iamr[3].L = __get_IAMLR(3); in gdbstub_get_mmu_state() 1249 __debug_mmu.iamr[4].L = __get_IAMLR(4); in gdbstub_get_mmu_state() 1251 __debug_mmu.iamr[5].L = __get_IAMLR(5); in gdbstub_get_mmu_state() 1253 __debug_mmu.iamr[6].L = __get_IAMLR(6); in gdbstub_get_mmu_state() 1255 __debug_mmu.iamr[7].L = __get_IAMLR(7); in gdbstub_get_mmu_state() 1257 __debug_mmu.iamr[8].L = __get_IAMLR(8); in gdbstub_get_mmu_state() [all …]
|
/linux-4.1.27/drivers/scsi/arm/ |
D | cumana_1.c | 44 #define L(v) (((v)<<16)|((v) & 0x0000ffff)) macro 66 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 67 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 68 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 69 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 70 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 71 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 72 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 73 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | bitops.h | 36 : "0" (~0L), "1" (word) in ffz() 56 : "0" (~0L), "1" (word) in __ffs() 78 : "0" (0L), "1" (word)); in ffz()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | hpmc.S | 162 ldil L%PA(os_hpmc_2), rp 177 ldil L%PA(os_hpmc_3),rp 207 ldil L%PA(os_hpmc_4),rp 229 ldil L%PA(os_hpmc_5),rp 277 ldil L%PA(os_hpmc_6),rp 292 ldil L%0xfffc0000,%r4 /* IO_BROADCAST */
|
D | syscall.S | 216 ldil L%sys_call_table, %r1 218 addil L%(sys_call_table64-sys_call_table), %r1 223 ldil L%sys_call_table, %r1 239 ldil L%syscall_exit,%r2 244 ldil L%syscall_exit_rfi,%r2 255 ldil L%syscall_exit,%r1 316 ldil L%do_syscall_trace_enter,%r1 317 ldil L%tracesys_next,%r2 327 ldil L%sys_call_table,%r1 358 ldil L%tracesys_exit,%r2 [all …]
|
D | pacache.S | 336 ldil L%pa_tlb_lock,%r1 596 ldil L%(__PAGE_OFFSET), %r1 600 ldil L%(TMPALIAS_MAP_START), %r28 754 ldil L%(TMPALIAS_MAP_START), %r28 838 ldil L%(TMPALIAS_MAP_START), %r28 862 ldil L%dcache_stride, %r1 914 ldil L%(TMPALIAS_MAP_START), %r28 938 ldil L%icache_stride, %r1 992 ldil L%dcache_stride, %r1 1035 ldil L%dcache_stride, %r1 [all …]
|
D | entry.S | 367 ldil L%PA(swapper_pg_dir),\reg 598 ldil L%(TMPALIAS_MAP_START),\tmp 959 ldil L%intr_check_sig, %r2 1020 ldil L%intr_return, %r2 1103 ldil L%intr_check_sig, %r2 1357 ldil L%PSW_N,%r9 1716 ldil L%sys_\name, %r31
|
D | head.S | 243 ldil L%PA(fault_vector_11),%r10
|
D | inventory.c | 299 status = pdc_pat_pd_get_addr_map(&actual_len, mem_table, length, 0L); in pat_memconfig()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 65 mtspr SPRN_IBAT##n##L,reg; \ 67 mtspr SPRN_DBAT##n##L,reg; \ 107 mtspr SPRN_IBAT##n##L,RB; \ 111 mtspr SPRN_DBAT##n##L,RB; \
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | head.S | 42 r24.L = #LO(swapper_pg_dir) 110 R1.L = #LO(PAGE_OFFSET >> (22 - 2)) 201 {r29.L = #LO(init_thread_union); r0.L = #LO(_THREAD_SIZE); } 208 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
|
D | vm_entry.S | 77 R2.L = #LO(_THREAD_SIZE); } \ 229 R1.L = #LO(CHandler); \ 294 R26.L = #LO(do_work_pending); 382 R26.L = #LO(do_work_pending);
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.usbvision | 19 18 -> Hauppauge WinTV USB (PAL/SECAM L) [0573:4d03] 27 26 -> Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L) [0573:4d2c] 31 30 -> Hauppauge WinTV USB Pro (PAL/SECAM L) [0573:4d23] 33 32 -> Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) [0573:4d25] 34 33 -> Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) V2 [0573:4d26] 42 41 -> Hauppauge WinTV USB Pro (Temic PAL/SECAM B/G/I/D/K/L FM) [0573:4d35] 44 43 -> Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L FM) [0573:4d37]
|
D | zr364xx.txt | 64 0x0a17 0x0062 Pentax Optio 50L
|
/linux-4.1.27/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 85 movzbl r2 ## L,r6 ## E; \ 92 movzbl r4 ## L,r4 ## E; \ 97 movzbl r1 ## L,r7 ## E; \ 105 movzbl r3 ## L,r3 ## E; \ 109 movzbl r1 ## L,r3 ## E; \ 114 movzbl r1 ## L,r1 ## E; \ 118 movzbl r2 ## L,r7 ## E; \ 123 movzbl r2 ## L,r2 ## E; \
|
D | aesni-intel_avx-x86_64.S | 264 vpslldq $8, \T2,\T3 # shift-L T3 2 DWs 279 vpslldq $12, \T2, \T2 # shift-L T2 3 DWs 918 vpslldq $8, \T6, \T3 # shift-L T3 2 DWs 937 vpslldq $12, \T2, \T2 # shift-L T2 3 DWs 1125 vpslldq $12, \T2, \T2 # shift-L T2 3 DWs 1553 vpslldq $8 , \GH, \GH # shift-L GH 2 DWs 1563 vpslldq $8, \T2, \T2 # shift-L T2 2 DWs 1572 …vpslldq $4, \GH, \GH # shift-L GH 1 DW (Shift-L 1-DW to obtain result with no sh… 2185 vpslldq $8, \T6, \T3 # shift-L T3 2 DWs 2197 vpslldq $8, \T2, \T2 # shift-L xmm2 2 DWs [all …]
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | srem_mod.S | 28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. 29 | If (L < 0) then 32 | R := 2^(-L)X, j := L. 204 subl %d3,%d0 | ...L := expo(X)-expo(Y) 205 | Move.L D0,L ...D0 is j 208 moveal #0,%a1 | ...A1 is k; j+k=L, Q=0 219 |..At this point R = 2^(-L)X; Q = 0; k = 0; and k+j = L 248 |..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0. 258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y. 263 |..k = L, j = 0, Carry = 0, R = (D1,D2) = X - QY, R < Y.
|
D | stan.S | 353 subil #27,%d0 | ...D0 IS L := K-27 357 clrl %d0 | ...D0 IS L := 0 361 |--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN 362 |--THAT INT( X * (2/PI) / 2**(L) ) < 2**29. 364 |--CREATE 2**(-L) * (2/PI), SIGN(INARG)*2**(63), 365 |--2**L * (PIby2_1), 2**L * (PIby2_2) 368 subl %d0,%d2 | ...BIASED EXPO OF 2**(-L)*(2/PI) 372 movew %d2,FP_SCR1(%a6) | ...FP_SCR1 is 2**(-L)*(2/PI)
|
D | ssin.S | 446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N 459 addil #0x00003FFF,%d2 | ...BIASED EXPO OF 2**L * (PI/2) 464 |--HIDE 4 CYCLES OF INSTRUCTION; creating 2**(L)*Piby2_1 and 2**(L)*Piby2_2 468 clrl FP_SCR2+8(%a6) | ...FP_SCR2 is 2**(L) * Piby2_1 477 clrl FP_SCR3+8(%a6) | ...FP_SCR3 is 2**(L) * Piby2_2 481 |--We are now ready to perform (R+r) - N*P1 - N*P2, P1 = 2**(L) * Piby2_1 and 482 |--P2 = 2**(L) * Piby2_2
|
D | stwotox.S | 241 asrl #6,%d2 | ...d2 IS L, N = 64L + J 344 asrl #6,%d2 | ...d2 IS L, N = 64L + J
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | switch_to.h | 8 #define switch_to(P,N,L) \ argument 10 (L) = alpha_switch_to(virt_to_phys(&task_thread_info(N)->pcb), (P)); \
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.l | 53 STRING L?\"([^\\\"]*\\.)*[^\\\"]*\" 54 CHAR L?\'([^\\\']*\\.)*[^\\\']*\' 111 #define _APP(T,L) do { \ 115 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \
|
D | keywords.hash.c_shipped | 14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
|
/linux-4.1.27/Documentation/input/ |
D | elantech.txt | 190 B C T D L A S E 195 L: 1 = enable drag lock (see reg_22) 246 c c p2 p1 1 M R L 248 L, R, M = 1 when Left, Right, Middle mouse button pressed 285 directly to L, M and R mouse buttons 310 D U p1 p2 1 p3 R L 312 L, R = 1 when Left, Right mouse button pressed 319 n1 n0 p2 p1 1 p3 R L 321 L, R = 1 when Left, Right mouse button pressed 427 n1 n0 w3 w2 . . R L [all …]
|
D | alps.txt | 91 byte 0: 0 0 YSGN XSGN 1 M R L 98 are on the touchpad, the M R L bits signal the combined status of both the 117 byte 3: 0 y9 y8 y7 1 M R L 122 the DualPoint Stick. The M, R and L bits signal the combined status of both 157 byte 3: 0 M R L 1 m r l 246 byte 3: 0 M R L 1 m r l 267 byte 3: ? Y7 X7 ? ? M R L 288 byte 1: 1 1 * * 1 M R L 297 byte 0: TWO & MULTI L 1 R M 1 Y0-2 Y0-1 Y0-0 298 byte 0: NEW L 1 X1-5 1 1 Y0-2 Y0-1 Y0-0 [all …]
|
D | sentelic.txt | 18 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|W|W|W|W| 47 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|r|l|u|d| 87 1 |0|1|V|1|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|d|u|X|X|Y|Y| 111 1 |1|0|0|1|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |M|M|M|M|M|M|M|M| 4 |0|0|0|0|0|0|0|0| 137 1 |0|1|V|A|1|L|0|1| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |x|x|y|y|X|X|Y|Y| 187 1 |1|0|1|P|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |0|0|F|F|0|0|0|i| 4 |r|l|d|u|0|0|0|0| 227 1 |0|1|V|F|1|0|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|u|d|X|X|Y|Y| 254 1 |0|1|V|F|1|1|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|u|d|X|X|Y|Y| 281 1 |1|0|1|P|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |0|0|F|F|0|0|0|i| 4 |r|l|u|d|0|0|0|0| 321 1 |0|1|0|P|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|B|F|X|X|Y|Y| [all …]
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-macro.S | 18 orreq \tmp, \tmp, #1 << 11 @ Set L-bit if yes 19 tst \tmp, #1 << 11 @ L = 0 -> write
|
D | alignment.c | 593 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm() local 603 (L<<20) | /* L==1? */ in thumb2arm() 611 (L<<20) | /* L==1? */ in thumb2arm() 652 (L<<20) | /* L==1? */ in thumb2arm() 661 u32 W = ((L<<Rn) & (tinstr&255)) ? 0 : 1<<21; in thumb2arm() 663 return 0xe8800000 | W | (L<<20) | (Rn<<16) | in thumb2arm() 677 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm() 719 u32 L = !!(LDST_L_BIT(instr)); in do_alignment_t32_to_handler() local 724 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
|
D | abort-ev4.S | 23 tst r3, #1 << 20 @ L = 1 -> write?
|
D | abort-ev5tj.S | 28 tst r3, #1 << 20 @ L = 0 -> write
|
D | abort-ev6.S | 38 tst r3, #1 << 20 @ L = 0 -> write
|
D | abort-lv4t.S | 29 tst r8, #1 << 20 @ L = 1 -> write? 158 tst r8, #1 << 11 @ L = 1 -> write?
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cache.h | 73 #define _get_L2CR() 0L 74 #define _get_L3CR() 0L
|
D | spu.h | 361 #define SPU_RUNCNTL_STOP 0L 634 #define MFC_TCLASS_ID_ENABLE (1L << 0L)
|
/linux-4.1.27/fs/reiserfs/ |
D | do_balan.c | 23 bi->bi_bh = tb->L[0]; in buffer_info_init_left() 105 tb->L[0]); in balance_leaf_when_delete_del() 180 B_NR_ITEMS(tb->L[0]), -1, NULL); in balance_leaf_when_delete_left() 186 reiserfs_invalidate_buffer(tb, tb->L[0]); in balance_leaf_when_delete_left() 295 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_insert_left() 361 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_paste_left_shift_dirent() 379 pasted = item_head(tb->L[0], B_NR_ITEMS(tb->L[0]) - 1); in balance_leaf_paste_left_shift_dirent() 424 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_paste_left_shift() 467 tbL0_ih = item_head(tb->L[0], n + tb->item_pos - ret); in balance_leaf_paste_left_shift() 484 leaf_key(tb->L[0], n + tb->item_pos - ret)), in balance_leaf_paste_left_shift() [all …]
|
D | ibalance.c | 46 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 54 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 95 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 668 if (!tb->L[h - 1] || !B_NR_ITEMS(tb->L[h - 1])) in balance_internal_when_delete() 671 new_root = tb->L[h - 1]; in balance_internal_when_delete() 697 if (tb->L[h] && tb->lnum[h] == -B_NR_ITEMS(tb->L[h]) - 1) { in balance_internal_when_delete() 762 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL, in replace_lkey() 764 tb->L[h], tb->CFL[h]); in replace_lkey() 860 n = B_NR_ITEMS(tb->L[h]); /* number of items in L[h] */ in balance_internal() 872 bi.bi_bh = tb->L[h]; in balance_internal() [all …]
|
D | fix_node.c | 806 brelse(tb->L[i]); in free_buffers_in_tb() 813 tb->L[i] = NULL; in free_buffers_in_tb() 2202 brelse(tb->L[h]); in get_neighbors() 2203 tb->L[h] = bh; in get_neighbors() 2413 if (tb->L[i]) { in wait_tb_buffers_until_unlocked() 2415 tb->L[i], in wait_tb_buffers_until_unlocked() 2418 (tb->tb_sb, tb->L[i])) in wait_tb_buffers_until_unlocked() 2419 locked = tb->L[i]; in wait_tb_buffers_until_unlocked() 2739 tb->L[i]); in fix_nodes() 2754 brelse(tb->L[i]); in fix_nodes() [all …]
|
D | prints.c | 656 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL), in store_print_tb() 657 (tb->L[h]) ? atomic_read(&tb->L[h]->b_count) : -1, in store_print_tb()
|
D | lbalance.c | 648 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos() 672 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos() 680 src_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 112 #define UPDATE_PTR_LEFT(N, P, L) \ argument 114 L -= (N); \
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_32.c | 71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs()
|
D | process_64.c | 61 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs()
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | trampoline_64.S | 114 * with EFER.LME = 1, CS.L = 0, CS.D = 1 (and in turn 116 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
|
/linux-4.1.27/drivers/clk/pxa/ |
D | clk-pxa27x.c | 153 unsigned int l, L, n2, N; in clk_pxa27x_cpll_get_rate() local 162 L = l * parent_rate; in clk_pxa27x_cpll_get_rate() 163 N = (L * n2) / 2; in clk_pxa27x_cpll_get_rate() 165 return t ? N : L; in clk_pxa27x_cpll_get_rate()
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | gdm_wimax.c | 540 static int gdm_wimax_hci_get_tlv(u8 *buf, u8 *T, u16 *L, u8 **V) in gdm_wimax_hci_get_tlv() argument 547 *L = be16_to_cpu(__U82U16(&buf[2])); in gdm_wimax_hci_get_tlv() 550 *L = buf[1]; in gdm_wimax_hci_get_tlv() 555 next_pos += *L/*length of val*/; in gdm_wimax_hci_get_tlv() 563 u16 L; in gdm_wimax_get_prepared_info() local 583 pos += gdm_wimax_hci_get_tlv(&buf[pos], &T, &L, &V); in gdm_wimax_get_prepared_info() 585 if (L != dev->addr_len) { in gdm_wimax_get_prepared_info() 588 __func__, T, L); in gdm_wimax_get_prepared_info()
|
/linux-4.1.27/lib/ |
D | locking-selftest.c | 178 #define L(x) raw_spin_lock(&lock_##x) macro 180 #define LU(x) L(x); U(x) 861 L(B); \ 886 L(B); \ 900 L(B); \ 1663 L(A); in ww_test_spin_block() 1667 L(A); in ww_test_spin_block() 1671 L(A); in ww_test_spin_block() 1681 L(A); in ww_test_spin_try() 1686 L(A); in ww_test_spin_try() [all …]
|
D | locking-selftest-spin.h | 2 #define LOCK L
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 60 uint64_t L:1; /* Line locked */ member 66 uint64_t L:1; /* Line locked */
|
D | cvmx-address.h | 53 CVMX_ADD_WIN_SCR = 0L, 66 CVMX_ADD_WIN_DMA_ADD = 0L,
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | lite5200_sleep.S | 257 SAVE_SPRN(DBAT##n##L, addr); \ 259 SAVE_SPRN(IBAT##n##L, addr+2); \ 322 LOAD_SPRN(DBAT##n##L, addr); \ 324 LOAD_SPRN(IBAT##n##L, addr+2); \
|
D | efika.c | 211 ISA_DMA_THRESHOLD = ~0L; in efika_probe()
|
/linux-4.1.27/drivers/video/console/ |
D | newport_con.c | 280 #define L(a) (char)('A'+(a)) in newport_get_revisions() macro 283 board_rev, bitplanes, L(rex3_rev), L(vc2_rev), L(xmap9_rev), in newport_get_revisions() 284 L(cmap_rev ? (cmap_rev + 1) : 0), L(bt445_rev)); in newport_get_revisions() 285 #undef L in newport_get_revisions()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 284 pmicdata->L = pmicdata->K0; in secmicclear() 306 pmicdata->L ^= pmicdata->M; in secmicappendbyte() 307 pmicdata->R ^= ROL32(pmicdata->L, 17); in secmicappendbyte() 308 pmicdata->L += pmicdata->R; in secmicappendbyte() 309 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | in secmicappendbyte() 310 ((pmicdata->L & 0x00ff00ff) << 8); in secmicappendbyte() 311 pmicdata->L += pmicdata->R; in secmicappendbyte() 312 pmicdata->R ^= ROL32(pmicdata->L, 3); in secmicappendbyte() 313 pmicdata->L += pmicdata->R; in secmicappendbyte() 314 pmicdata->R ^= ROR32(pmicdata->L, 2); in secmicappendbyte() [all …]
|
D | rtl871x_security.h | 197 u32 L, R; /* Current state */ member
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 287 pmicdata->L = pmicdata->K0; in secmicclear() 313 pmicdata->L ^= pmicdata->M; in rtw_secmicappend23abyte23a() 314 pmicdata->R ^= ROL32(pmicdata->L, 17); in rtw_secmicappend23abyte23a() 315 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a() 316 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); in rtw_secmicappend23abyte23a() 317 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a() 318 pmicdata->R ^= ROL32(pmicdata->L, 3); in rtw_secmicappend23abyte23a() 319 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a() 320 pmicdata->R ^= ROR32(pmicdata->L, 2); in rtw_secmicappend23abyte23a() 321 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a() [all …]
|
/linux-4.1.27/arch/ia64/kernel/ |
D | kprobes.c | 45 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator 51 { M, L, X }, /* 04 */ 52 { M, L, X }, /* 05 */ 372 if ((slot > 2) || ((bundle_encoding[template][1] == L) && slot > 1)) { in valid_kprobe_addr() 519 if (slot == 1 && bundle_encoding[template][1] == L) in __is_ia64_break_inst() 598 if (slot == 1 && bundle_encoding[template][1] == L) in arch_prepare_kprobe() 696 if (slot == 1 && bundle_encoding[template][1] == L) in resume_execution()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_paprd.c | 430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local 552 L = max_index - I; in create_pa_curve() 558 for (i = 0; i <= L; i++) { in create_pa_curve() 589 B1_tmp[i] = y_sqr * (L + 1); in create_pa_curve() 595 for (i = 0; i <= L; i++) { in create_pa_curve() 616 for (i = 0; i <= L; i++) { in create_pa_curve() 625 ((sum_y_quad / scale_factor) * (L + 1) - in create_pa_curve() 673 for (i = 0; i <= L; i++) { in create_pa_curve()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 103 [2] N:M:L N : 100-N M : L : 100-(M+L) 105 where N, M and L are integers (in base 10) in the range [0,100], and so 108 [2] M+L is in the range [0,100]
|
/linux-4.1.27/fs/afs/ |
D | internal.h | 830 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 832 if (unlikely(!((L) OP1 (N)) || !((N) OP2 (H)))) { \ 836 (unsigned long)(L), (unsigned long)(N), \ 839 (unsigned long)(L), (unsigned long)(N), \ 877 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 269 pmicdata->L = pmicdata->K0; in secmicclear() 291 pmicdata->L ^= pmicdata->M; in rtw_secmicappendbyte() 292 pmicdata->R ^= ROL32(pmicdata->L, 17); in rtw_secmicappendbyte() 293 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte() 294 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); in rtw_secmicappendbyte() 295 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte() 296 pmicdata->R ^= ROL32(pmicdata->L, 3); in rtw_secmicappendbyte() 297 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte() 298 pmicdata->R ^= ROR32(pmicdata->L, 2); in rtw_secmicappendbyte() 299 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte() [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 103 noextend force legacy mode (no 9p2000.u or 9p2000.L semantics) 108 9p2000.L - Use 9P2000.L protocol 145 A 9p2000.L server is being developed by LLNL and can be found
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | libcfs.h | 121 #define CDEBUG_STACK() (0L)
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-copy_64.S | 43 .macro ignore L=.Lignore 45 _ASM_EXTABLE(30b, \L)
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis96x | 10 961, 962, 963(L) 63 Hans-Günter Lütke Uphues <hg_lu@t-online.de>
|
/linux-4.1.27/arch/arm/include/debug/ |
D | tegra.S | 116 20: checkuart(\rp, \rv, L, 6, A) 122 21: checkuart(\rp, \rv, L, 7, B)
|
/linux-4.1.27/drivers/lguest/ |
D | Makefile | 11 Launcher: PREFIX=L
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci_sun4v.c | 178 if (unlikely(err < 0L)) in dma_4v_alloc_coherent() 182 if (unlikely(iommu_batch_end() < 0L)) in dma_4v_alloc_coherent() 275 if (unlikely(err < 0L)) in dma_4v_map_page() 278 if (unlikely(iommu_batch_end() < 0L)) in dma_4v_map_page() 396 if (unlikely(err < 0L)) in dma_4v_map_sg() 432 if (unlikely(err < 0L)) in dma_4v_map_sg()
|
D | time_64.c | 151 return ((long)(new_tick - (orig_tick+adj))) > 0L; in tick_add_compare() 251 return ((long)(new_tick - (orig_tick+adj))) > 0L; in stick_add_compare() 382 return ((long)(val2 - val)) > 0L; in hbtick_add_compare()
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 1211 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK2, 0L); in cyz_rx_restart() 1347 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L); in cy_startup() 1354 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_RX, 0L); in cy_startup() 1406 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK, 0L); in start_xmit() 1549 C_CM_IRQ_ENBL, 0L); in cy_open() 1696 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_TX, 0L); in cy_flush_buffer() 1738 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLW, 0L); in cy_do_close() 2257 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L); in cy_set_line_char() 2283 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L); in cy_set_line_char() 2490 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L); in cy_tiocmset() [all …]
|
D | tty_ldsem.c | 66 #define LDSEM_UNLOCKED 0L
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 195 interrupts = <TEGRA_GPIO(L, 0) IRQ_TYPE_LEVEL_HIGH>; 432 enable-gpios = <&gpio TEGRA_GPIO(L, 2) GPIO_ACTIVE_HIGH>; 504 gpio = <&gpio TEGRA_GPIO(L, 7) GPIO_ACTIVE_HIGH>; 561 gpio = <&gpio TEGRA_GPIO(L, 6) GPIO_ACTIVE_HIGH>; 574 gpio = <&gpio TEGRA_GPIO(L, 4) GPIO_ACTIVE_HIGH>;
|
D | mt6589-aquaris5.dts | 2 * Copyright (c) 2014 MundoReader S.L.
|
D | sun4i-a10-a1000.dts | 2 * Copyright 2013 Emilio López 4 * Emilio López <emilio@elopez.com.ar>
|
D | mt6589.dtsi | 2 * Copyright (c) 2014 MundoReader S.L.
|
D | kirkwood-topkick.dts | 31 * PS [L] [I] [R] LEDS
|
D | rk3066a-bqcurie2.dts | 2 * Copyright (c) 2013 MundoReader S.L.
|
/linux-4.1.27/sound/pci/aw2/ |
D | aw2-saa7146.c | 170 dw_page = (0L << 11); in snd_aw2_saa7146_pcm_init_playback() 227 dw_page = (0L << 11); in snd_aw2_saa7146_pcm_init_capture()
|
/linux-4.1.27/tools/perf/util/ |
D | srcline.c | 60 if (storage == 0L) { in slurp_symtab() 64 if (storage < 0L) in slurp_symtab()
|
/linux-4.1.27/arch/sh/kernel/ |
D | head_32.S | 217 .L##size: \ 248 bra .L##size; \
|
/linux-4.1.27/drivers/cpufreq/ |
D | pxa2xx-cpufreq.c | 149 #define PXA27x_CCCR(A, L, N2) (A << 25 | N2 << 7 | L) argument
|
/linux-4.1.27/arch/m68k/sun3x/ |
D | time.c | 76 return 0L; in sun3x_gettimeoffset()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | setup.h | 125 ((unsigned long)(&((struct tag *)0L)->member + 1) \
|
/linux-4.1.27/drivers/staging/iio/magnetometer/ |
D | Kconfig | 12 tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)"
|
/linux-4.1.27/arch/parisc/lib/ |
D | lusercopy.S | 58 ldil L%\lbl, %r1
|
/linux-4.1.27/drivers/usb/image/ |
D | Kconfig | 23 possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | traps.c | 122 0L, regs->gpr[1], regs->gpr[2], regs->gpr[3]); in show_registers() 184 0L, regs->gpr[1], regs->gpr[2], regs->gpr[3]); in nommu_dump_state()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 66 Contact: Linus Lüssing <linus.luessing@web.de> 81 Contact: Linus Lüssing <linus.luessing@web.de>
|
D | sysfs-driver-wacom | 17 This attribute group is only available for Intuos 4 M, L,
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_main.c | 240 snd_gf1_poke(gus, 0L, 0xaa); in snd_gus_detect_memory() 242 if (snd_gf1_peek(gus, 0L) != 0xaa || snd_gf1_peek(gus, 1L) != 0x55) { in snd_gus_detect_memory() 252 snd_gf1_peek(gus, 0L) != 0xaa) in snd_gus_detect_memory()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | addrspace.h | 28 #define _CONST64_(x) x ## L
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | mkbb.c | 141 lseek(dev, 0L, SEEK_SET); in main()
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | setup.h | 177 ((unsigned long)(&((struct tag *)0L)->member + 1) \
|
/linux-4.1.27/include/linux/ |
D | swap.h | 443 #define get_nr_swap_pages() 0L 444 #define total_swap_pages 0L
|
D | jiffies.h | 303 return jiffies_to_clock_t(max(0L, delta)); in jiffies_delta_to_clock_t()
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 110 X//2L/7P/1LmT1D7L1BQvfsAAUvgQIIFDR5EmFDhQoYNEcoDIM/hRIoVLV4USAIARo4dPXYEQOLj 151 L/2vkaDz2j9/6U0MqfdWIPTD+9vdPDXpz7k/g8s/b+M/3fA/sTsvAKQr1ju1/XPABDSumYKfCZzA 205 ZbmKGHT/F+yP95f/EewBAOiB+cd/vaj/+8///n+L/QcIEgIHEixo8CDChAoXMmyoEBsAhxInUqxo 272 ru/O7gQ0rmYGWx0EgfEeL/Imr/IuL/M2r/M+L/RGr/HWgfBSRioywO9mr/ZuL/f+riy8rWvey7wi
|
D | crop.gif.b64 | 78 L/y3gqy9cwiIXZiPfIzIYryP/mUrkml8qI8snl/LiLpIrmrQx0IsplBMpp38F+NRxUhBBX88wqUL
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 132 #define LDLM_POOL_GP(L) (((L) * LDLM_POOL_MAX_GSP) / 100) argument 149 static inline __u64 ldlm_pool_slv_max(__u32 L) in ldlm_pool_slv_max() argument 155 __u64 lim = (__u64)L * LDLM_POOL_MAX_AGE / 1; in ldlm_pool_slv_max() 159 static inline __u64 ldlm_pool_slv_min(__u32 L) in ldlm_pool_slv_min() argument
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deftree.c | 301 s->compressed_len = 0L; in zlib_tr_init() 316 s->bits_sent = 0L; in zlib_tr_init() 338 s->opt_len = s->static_len = 0L; in init_block() 910 if (eof && s->compressed_len == 0L) { /* force stored file */ 912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
|
D | deflate.c | 433 zlib_tr_stored_block(s, (char*)0, 0L, 0); in zlib_deflate() 535 s->block_start = 0L; in lm_init() 828 zlib_tr_flush_block(s, (s->block_start >= 0L ? \ 881 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
|
/linux-4.1.27/drivers/net/irda/ |
D | Kconfig | 101 tristate "ACTiSYS IR-220L and IR220L+ dongle" 104 Say Y here if you want to build support for the ACTiSYS IR-220L and 189 tristate "ACTiSYS IR-200L dongle" 192 Say Y here if you want to build support for the ACTiSYS IR-200L 194 The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial 196 To activate support for ACTiSYS IR-200L dongle you will have to
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwt.c | 71 smc->hw.t_stop = 0L ; in hwt_start()
|
/linux-4.1.27/arch/m68k/mac/ |
D | macints.c | 163 *(long *)(0x50f0a010) = 0L; in mac_init_IRQ()
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | video_cs5530.c | 85 if (diff < 0L) diff = -diff; in cs5530_set_dclk_frequency()
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.l | 148 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
|
/linux-4.1.27/sound/usb/ |
D | Kconfig | 93 tristate "Tascam US-122L USB driver" 98 Say Y here to include support for Tascam US-122L USB Audio/MIDI
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | index.txt | 4 L i n u x C P U F r e q
|
D | cpufreq-stats.txt | 5 L i n u x c p u f r e q - s t a t s d r i v e r
|
D | core.txt | 4 L i n u x C P U F r e q
|
D | cpu-drivers.txt | 4 L i n u x C P U F r e q 182 target_freq. ("L for lowest, but no lower than")
|
/linux-4.1.27/include/video/ |
D | permedia2.h | 235 #define PM2F_MEM_BANKS_1 0L
|
/linux-4.1.27/arch/sh/boards/ |
D | Kconfig | 300 bool "L-BOX RE2" 304 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-memory.c | 27 unsigned long physical_memsize = 0L;
|
/linux-4.1.27/kernel/sched/ |
D | debug.c | 140 0LL, 0LL, 0LL, 0L, 0LL, 0L, 0LL, 0L); in print_task()
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | secondary.S | 147 P0.L = lo(SYSMMR_BASE);
|
/linux-4.1.27/drivers/watchdog/ |
D | mtx-1_wdt.c | 222 setup_timer(&mtx1_wdt_device.timer, mtx1_wdt_trigger, 0L); in mtx1_wdt_probe()
|
D | bcm63xx_wdt.c | 243 setup_timer(&bcm63xx_wdt_device.timer, bcm63xx_timer_tick, 0L); in bcm63xx_wdt_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 54 /* L ENTER Z C */
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 106 isee ISEE 2007 S.L. 130 mundoreader Mundo Reader S.L.
|
/linux-4.1.27/block/partitions/ |
D | efi.c | 136 return (crc32(~0L, buf, len) ^ ~0L); in efi_crc32()
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | math_64.c | 177 static u64 zero[2] = { 0L, 0L }; in do_mathemu()
|
/linux-4.1.27/arch/tile/include/hv/ |
D | netio_intf.h | 83 #define _netio_percpu_mutex_init(L) argument 84 #define _netio_percpu_mutex_lock(L) argument 85 #define _netio_percpu_mutex_unlock(L) argument
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 88 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)" 92 This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE). 95 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)" 99 This variant refers to Tensilica's Diamond 233L Standard core Rev.C (LE).
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 527 phw->message_buffer_address_on_dsp = 0L; in create_adapter_obj() 528 phw->response_buffer_address_on_dsp = 0L; in create_adapter_obj() 1587 iowrite32(0L, phw->dw2040_HPICSR + HPI_ERROR_REPORT); in hpi6000_check_PCI2040_error_flag() 1603 u32 ack = 0L; in hpi6000_wait_dsp_ack() 1605 u32 hPIC = 0L; in hpi6000_wait_dsp_ack()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smc37c93x.c | 108 return (i != NUM_RETRIES) ? baseAddr : 0L; in SMCConfigState()
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | warp.c | 53 ISA_DMA_THRESHOLD = ~0L; in warp_probe()
|
/linux-4.1.27/net/x25/ |
D | x25_proc.c | 113 s->sk_socket ? SOCK_INODE(s->sk_socket)->i_ino : 0L); in x25_seq_socket_show()
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 93 present on B, C, J, L and N-class machines with 4-digit model 148 message logging) as found on high end servers such as A, L and
|
/linux-4.1.27/drivers/net/slip/ |
D | slhc.c | 378 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress() 384 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 80 lvcreate -L 1G -n base volumeGroup 81 lvcreate -L 100M --snapshot -n snap volumeGroup/base
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | skfbi.h | 184 #define PCI_PAGE_16 (0L<<20) /* 16 k pages */ 704 #define I2C_025K_DEV (0L<<1) /* 0: 256 Bytes or smaller*/
|
/linux-4.1.27/fs/cifs/ |
D | smb2transport.c | 230 __u8 L[4] = {0, 0, 0, 128}; in generate_smb3signingkey() local 286 L, 4); in generate_smb3signingkey()
|
/linux-4.1.27/sound/soc/codecs/ |
D | arizona.h | 149 ARIZONA_MIXER_WIDGETS(name##L, name_str "L"), \
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 171 #define IPW_BD_ALIGNMENT(L) (L*sizeof(struct ipw2100_bd)) argument
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 92 u64 ret = 0L; in ufs_frag_map() 94 __fs64 u2_block = 0L; in ufs_frag_map() 96 u64 temp = 0L; in ufs_frag_map()
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inflate.c | 376 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
|
/linux-4.1.27/drivers/char/ |
D | genrtc.c | 440 0L /* freq */, in gen_rtc_proc_show()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 70 4.10.00 - Add support for ServeRAID 4M/4L
|
/linux-4.1.27/net/core/ |
D | dst.c | 67 unsigned long expires = ~0L; in dst_gc_task()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | setup.c | 621 ISA_DMA_THRESHOLD = ~0L; in pmac_probe()
|
/linux-4.1.27/drivers/s390/char/ |
D | defkeymap.map | 87 keycode 83 = ediaeresis L
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx.c | 242 size_t lx_write, fl = 0L; in rtlx_read()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 242 u32 L, R; /* Current state */ member
|
/linux-4.1.27/sound/oss/ |
D | vidc_fill.S | 166 orreq r2, r2, #1 << 30 @ Set L bit
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zr36016.c | 482 .magic = 0L, // magic not used
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_security.h | 198 u32 L, R; /* Current state */ member
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 148 'L' 00-1F linux/loop.h conflict! 149 'L' 10-1F drivers/scsi/mpt2sas/mpt2sas_ctl.h conflict! 150 'L' E0-FF linux/ppdd.h encrypted disk device driver
|
/linux-4.1.27/drivers/usb/host/ |
D | u132-hcd.c | 652 int L = len; in u132_hcd_interrupt_recv() local 654 while (L-- > 0) in u132_hcd_interrupt_recv() 803 int L = len; in u132_hcd_bulk_input_recv() local 805 while (L-- > 0) in u132_hcd_bulk_input_recv() 942 int L = len; in u132_hcd_configure_input_recv() local 944 while (L-- > 0) in u132_hcd_configure_input_recv() 1231 int L = len; in u132_hcd_initial_input_recv() local 1233 while (L-- > 0) in u132_hcd_initial_input_recv()
|
/linux-4.1.27/arch/powerpc/platforms/chrp/ |
D | setup.c | 584 ISA_DMA_THRESHOLD = ~0L; in chrp_probe()
|