Home
last modified time | relevance | path

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

/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 …]
/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()
/drivers/scsi/
Dsym53c416.c115 #define PE 0x20 /* Parity Error */ macro
374 if(status_reg & PE) /* Parity Error */ in sym53c416_intr_handle()
/drivers/media/dvb-frontends/
Dbcm3510_priv.h314 u8 PE :1; /* baud clock pin */ member
/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()
/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…
/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c105 #define PE BIT(0) macro
132 #define PM31_PULL_ENABLED (PE) /* 1 */