Home
last modified time | relevance | path

Searched full:cs7 (Results 1 – 25 of 80) sorted by relevance

1234

/linux/Documentation/devicetree/bindings/spi/
H A Dmarvell,orion-spi.yaml46 - description: CS7 MBUS target/attribute registers for direct mode
98 <MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */
/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c425 * only support CS8 and CS7, and for CS7 must enable PE. in linflex_set_termios()
434 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios()
440 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios()
462 /* parity must be enabled when CS7 to match 8-bits format */ in linflex_set_termios()
463 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
H A Dfsl_lpuart.c2005 * only support CS8 and CS7, and for CS7 must enable PE. in lpuart_set_termios()
2013 (termios->c_cflag & CSIZE) != CS7) { in lpuart_set_termios()
2020 (termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios()
2045 /* parity must be enabled when CS7 to match 8-bits format */ in lpuart_set_termios()
2046 if ((termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios()
2240 * only support CS8 and CS7 in lpuart32_set_termios()
2249 (termios->c_cflag & CSIZE) != CS7) { in lpuart32_set_termios()
2256 (termios->c_cflag & CSIZE) == CS7) in lpuart32_set_termios()
2285 * imx support 7-bits format, no limitation on parity when CS7 in lpuart32_set_termios()
2286 * for layerscape, parity must be enabled when CS7 to match 8-bits format in lpuart32_set_termios()
[all …]
H A Dsuncore.c151 case 7: cflag |= CS7; break; in sunserial_console_termios()
H A Drda-uart.c263 case CS7: in rda_uart_set_termios()
266 termios->c_cflag |= CS7; in rda_uart_set_termios()
H A Dmen_z135_uart.c66 #define MEN_Z135_WL7 2 /* CS7 */
661 case CS7: in men_z135_set_termios()
H A Dsa1100.c396 * We only support CS7 and CS8. in sa1100_set_termios()
398 while ((termios->c_cflag & CSIZE) != CS7 && in sa1100_set_termios()
H A D21285.c256 case CS7: in serial21285_set_termios()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-xp-pinctrl.txt74 mpp47 47 gpio, uart3(cts), uart1(cts), spi0(cs7), pcie(clkreq3),
75 ref(clkout), spi1(cs7)
/linux/arch/m68k/include/asm/
H A Dm5272sim.h60 #define MCFSIM_CSBR7 (MCF_MBAR + 0x78) /* CS7 Base Address */
61 #define MCFSIM_CSOR7 (MCF_MBAR + 0x7c) /* CS7 Option */
/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-xp.dtsi276 <MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */
294 <MBUS_ID(0x01, 0xdb) 0 0xffffffff>; /* CS7 */
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h99 #define CS7 0x00000020 macro
/linux/include/net/
H A Ddscp.h22 * well-known DSCP values such as CS0-CS7, AFxx, EF, and VOICE-ADMIT.
/linux/include/uapi/asm-generic/
H A Dtermbits.h99 #define CS7 0x00000020 macro
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h124 #define CS7 0x00000200 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h134 #define CS7 0x00000200 macro
/linux/arch/sh/include/mach-common/mach/
H A Durquell.h20 * CS7 | SH7786 register
/linux/arch/sh/boards/
H A Dboard-urquell.c49 * 0x1C000000 - (CS7) SH7786 Control register
/linux/drivers/usb/serial/
H A Dxr_serial.c711 if (C_CSIZE(tty) == CS7) in xr21v141x_set_line_settings()
716 case CS7: in xr21v141x_set_line_settings()
805 case CS7: in xr_cdc_set_line_coding()
H A Dconsole.c89 cflag |= CS7; in usb_console_setup()
H A Dupd78f0730.c324 case CS7: in upd78f0730_set_termios()
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h123 #define CS7 0x00000020 /* 7 bits per byte */ macro
/linux/net/sched/
H A Dsch_cake.c1655 return 0x38; /* CS7 - Net Control */ in cake_handle_diffserv()
2376 * Precedence Class 7 (CS7)
2388 * Network Control (CS6,CS7) - routing traffic
2408 * Network Control (CS6, CS7) in cake_config_diffserv8()
2456 * Latency Sensitive (CS7, CS6, EF, VA, CS5, CS4) in cake_config_diffserv4()
2497 * Latency Sensitive (CS7, CS6, EF, VA, TOS4) in cake_config_diffserv3()
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-xp.c286 MPP_VAR_FUNCTION(0x3, "spi0", "cs7", V_MV78230_PLUS),
289 MPP_VAR_FUNCTION(0x6, "spi1", "cs7", V_MV78230_PLUS)),
/linux/arch/m68k/atari/
H A Ddebug.c170 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00; in atari_init_mfp_port()

1234