Home
last modified time | relevance | path

Searched refs:PE (Results 1 – 32 of 32) sorted by relevance

/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
Dat32ap700x.h161 ATMEL_LCDC(PE, DATA0) | ATMEL_LCDC(PE, DATA1) | \
162 ATMEL_LCDC(PE, DATA2) | ATMEL_LCDC(PE, DATA3) | \
163 ATMEL_LCDC(PE, DATA4) | ATMEL_LCDC(PC, DATA5) | \
165 ATMEL_LCDC(PE, DATA8) | ATMEL_LCDC(PE, DATA9) | \
166 ATMEL_LCDC(PE, DATA10) | ATMEL_LCDC(PE, DATA11) | \
167 ATMEL_LCDC(PE, DATA12) | ATMEL_LCDC(PD, DATA13) | \
169 ATMEL_LCDC(PE, DATA16) | ATMEL_LCDC(PE, DATA17) | \
170 ATMEL_LCDC(PE, DATA18) | ATMEL_LCDC(PE, DATA19) | \
171 ATMEL_LCDC(PE, DATA20) | ATMEL_LCDC(PE, DATA21) | \
186 ATMEL_LCDC(PE, DATA2) | ATMEL_LCDC(PE, DATA3) | \
[all …]
/linux-4.4.14/drivers/pinctrl/freescale/
Dpinctrl-imx21.c24 #define PE 4 macro
125 MX21_PAD_TEST_WB2 = PAD_ID(PE, 0),
126 MX21_PAD_TEST_WB1 = PAD_ID(PE, 1),
127 MX21_PAD_TEST_WB0 = PAD_ID(PE, 2),
128 MX21_PAD_UART2_CTS = PAD_ID(PE, 3),
129 MX21_PAD_UART2_RTS = PAD_ID(PE, 4),
130 MX21_PAD_PWMO = PAD_ID(PE, 5),
131 MX21_PAD_UART2_TXD = PAD_ID(PE, 6),
132 MX21_PAD_UART2_RXD = PAD_ID(PE, 7),
133 MX21_PAD_UART3_TXD = PAD_ID(PE, 8),
[all …]
Dpinctrl-imx27.c29 #define PE 4 macro
156 MX27_PAD_USBOTG_NXT = PAD_ID(PE, 0),
157 MX27_PAD_USBOTG_STP = PAD_ID(PE, 1),
158 MX27_PAD_USBOTG_DIR = PAD_ID(PE, 2),
159 MX27_PAD_UART2_CTS = PAD_ID(PE, 3),
160 MX27_PAD_UART2_RTS = PAD_ID(PE, 4),
161 MX27_PAD_PWMO = PAD_ID(PE, 5),
162 MX27_PAD_UART2_TXD = PAD_ID(PE, 6),
163 MX27_PAD_UART2_RXD = PAD_ID(PE, 7),
164 MX27_PAD_UART3_TXD = PAD_ID(PE, 8),
[all …]
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt14 A Partitionable Endpoint (PE) is a way to group the various resources
20 There is thus, in HW, a table of PE states that contains a pair of "frozen"
22 cleared independently) for each PE.
24 When a PE is frozen, all stores in any direction are dropped and all loads
45 correspondence between a PCIe RID (bus/dev/fn) with a PE number.
48 - For DMA we then provide an entire address space for each PE that can
57 bridge being triggered. There's a PE# in the interrupt controller
58 descriptor table as well which is compared with the PE# obtained from
87 maps each segment to a PE#. That allows portions of the MMIO space
94 can be assigned to a PE.
[all …]
/linux-4.4.14/Documentation/zh_CN/arm64/
Dbooting.txt100 u32 res5; /* 保留 (用于 PE COFF 偏移) */
110 res5 是到 PE 文件头的偏移,而 PE 文件头含有 EFI 的启动入口点 (efi_stub_entry)。
/linux-4.4.14/arch/m68k/include/asm/
DMC68328.h536 #define PE(x) (1 << (x)) macro
538 #define PE_CSA1 PE(1) /* Use CSA1 as PE(1) */
539 #define PE_CSA2 PE(2) /* Use CSA2 as PE(2) */
540 #define PE_CSA3 PE(3) /* Use CSA3 as PE(3) */
541 #define PE_CSB0 PE(4) /* Use CSB0 as PE(4) */
542 #define PE_CSB1 PE(5) /* Use CSB1 as PE(5) */
543 #define PE_CSB2 PE(6) /* Use CSB2 as PE(6) */
544 #define PE_CSB3 PE(7) /* Use CSB3 as PE(7) */
DMC68EZ328.h447 #define PE(x) (1 << (x)) macro
DMC68VZ328.h457 #define PE(x) (1 << (x)) macro
/linux-4.4.14/firmware/cis/
DPE-200.cis.ihex8 # Replacement CIS for PE-200 ethernet card
/linux-4.4.14/Documentation/
Dvfio.txt294 one table per a IOMMU group which is a Partitionable Endpoint (PE)
295 (PE is often a PCI domain but not always).
301 out of the window leads to the whole PE isolation.
310 4) According to sPAPR specification, A Partitionable Endpoint (PE) is an I/O
312 error recovery. A PE may be a single or multi-function IOA (IO Adapter), a
376 * PE, and put child devices belonging to same IOMMU group to the
377 * PE instance for later reference.
380 /* Check the PE's state and make sure it's in functional state */
403 * of the PCI device. Check the PE's state to see if that has been
409 * produce any more PCI traffic from/to the affected PE until
[all …]
Defi-stub.txt5 as a PE/COFF image, thereby convincing EFI firmware loaders to load
16 masquerades as a PE/COFF image and the EFI stub is linked into the
/linux-4.4.14/crypto/asymmetric_keys/
DKconfig63 bool "Support for PE file signature verification"
69 signed PE binary.
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_serial.h93 #define PE 0x04 /* Parity Error */ macro
127 #define PE 0x04 /* Parity Error */ macro
406 put_lsr_cache(p, get_lsr_cache(p) | (lsr & (BI|FE|PE|OE))); in UART_GET_LSR()
/linux-4.4.14/drivers/tty/serial/
Dbfin_uart.c288 status &= ~(PE | FE); in bfin_serial_rx_chars()
290 if (status & PE) in bfin_serial_rx_chars()
301 else if (status & PE) in bfin_serial_rx_chars()
428 status &= ~(PE | FE); in bfin_serial_dma_rx_chars()
430 if (status & PE) in bfin_serial_dma_rx_chars()
441 else if (status & PE) in bfin_serial_dma_rx_chars()
837 port->read_status_mask |= (FE | PE); in bfin_serial_set_termios()
846 port->ignore_status_mask |= FE | PE; in bfin_serial_set_termios()
/linux-4.4.14/Documentation/arm/
Duefi.txt28 PE/COFF executable, including a loader application that makes it possible to
/linux-4.4.14/Documentation/arm64/
Dbooting.txt84 u32 res5; /* reserved (used for PE COFF offset) */
94 res5 is an offset to the PE header and the PE header has the EFI
/linux-4.4.14/drivers/scsi/
Dsym53c416.c115 #define PE 0x20 /* Parity Error */ macro
374 if(status_reg & PE) /* Parity Error */ in sym53c416_intr_handle()
/linux-4.4.14/arch/x86/boot/
Dheader.S87 # Offset to the PE header.
/linux-4.4.14/drivers/media/dvb-frontends/
Dbcm3510_priv.h314 u8 PE :1; /* baud clock pin */ member
/linux-4.4.14/firmware/
DMakefile71 cis/tamarack.cis cis/PE-200.cis \
DWHENCE555 cis/PE-200.cis
/linux-4.4.14/Documentation/i2c/busses/
Di2c-i801145 Here the host bridge ID is 2570 (82865G/PE/P), the subvendor ID is 1043
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm4x21 Description: (R) Indicates the number of PE comparator inputs that are
98 Description: (RW) Controls which PE to trace.
/linux-4.4.14/arch/x86/kernel/
Dhead_32.S449 andl $0x80000011,%eax # Save PG,PE,ET
/linux-4.4.14/Documentation/pps/
Dpps.txt214 12 PE * *
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c437 #define PE BIT5 macro
2176 if ( status & (PE + FRME + OVRN) ) { in isr_rxrdy()
2181 if (status & PE) in isr_rxrdy()
2194 if (status & PE) in isr_rxrdy()
2835 info->read_status_mask2 |= PE | FRME; in change_params()
2839 info->ignore_status_mask2 |= PE | FRME; in change_params()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt411 4a: CMOVP/PE Gv,Ev
498 9a: SETP/PE Eb
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt411 4a: CMOVP/PE Gv,Ev
498 9a: SETP/PE Eb
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt532 12 | PE | Paper End
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-tegra210.c1375 …PINGROUP(pex_wake_n_pa2, PE, RSVD1, RSVD2, RSVD3, 0x3040, N, N, Y, 0x…
Dpinctrl-tegra124.c1982 …PINGROUP(pex_wake_n_pdd3, PE, RSVD2, RSVD3, RSVD4, 0x33c4, N, N…
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c105 #define PE BIT(0) macro
132 #define PM31_PULL_ENABLED (PE) /* 1 */