Searched refs:PLD (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/arm/lib/ |
D | copy_page.S | 17 #define COPY_COUNT (PAGE_SZ / (2 * L1_CACHE_BYTES) PLD( -1 )) 29 PLD( pld [r1, #0] ) 30 PLD( pld [r1, #L1_CACHE_BYTES] ) 33 1: PLD( pld [r1, #2 * L1_CACHE_BYTES]) 34 PLD( pld [r1, #3 * L1_CACHE_BYTES]) 44 PLD( ldmeqia r1!, {r3, r4, ip, lr} ) 45 PLD( beq 2b )
|
D | memmove.S | 47 PLD( pld [r1, #-4] ) 69 PLD( pld [r1, #-4] ) 70 2: PLD( subs r2, r2, #96 ) 71 PLD( pld [r1, #-32] ) 72 PLD( blt 4f ) 73 PLD( pld [r1, #-64] ) 74 PLD( pld [r1, #-96] ) 76 3: PLD( pld [r1, #-128] ) 81 PLD( cmn r2, #96 ) 82 PLD( bge 4b ) [all …]
|
D | copy_template.S | 86 PLD( pld [r1, #0] ) 108 PLD( pld [r1, #0] ) 109 2: PLD( subs r2, r2, #96 ) 110 PLD( pld [r1, #28] ) 111 PLD( blt 4f ) 112 PLD( pld [r1, #60] ) 113 PLD( pld [r1, #92] ) 115 3: PLD( pld [r1, #124] ) 120 PLD( cmn r2, #96 ) 121 PLD( bge 4b ) [all …]
|
/linux-4.4.14/arch/arm/include/asm/ |
D | assembler.h | 70 #define PLD(code...) code macro 72 #define PLD(code...) macro
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | Kconfig | 99 PLD IO base addresses are read from jumpers JP1 and JP2,
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 528 MBOX_INC_SEL_EXTAR_REG(0xa, PLD), 529 MBOX_INC_SEL_EXTAR_REG(0xb, PLD),
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 305 bool "HTC I2C PLD chip support" 418 tristate "Kontron module PLD device" 421 This is the core driver for the PLD (Programmable Logic Device) found 422 on some Kontron ETX and COMexpress (ETXexpress) modules. The PLD
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 963 bool "M32R SIO I/F on a PLD" 968 on a PLD (Programmable Logic Device).
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 780 This enables support for the PLD GPIO interface on some Kontron ETX
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 895 Support for the PLD watchdog on some Kontron ETX and COMexpress
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1076 the L1 caching of the NEON accesses and disables the PLD instruction
|