Home
last modified time | relevance | path

Searched full:4800 (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A DKconfig16 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
28 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
37 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
51 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
52 supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
H A Dairo_cs.c3 Aironet driver for 4500 and 4800 series cards
50 MODULE_SUPPORTED_DEVICE("Aironet 4500, 4800 and Cisco 340 PCMCIA cards");
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dinteractive.svg2 …m="translate(-18.5,-16.294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200 5700 4800 5700" f…
4 …<polyline transform="translate(-18.5,-16.294)" points="1200 4800 4800 4800" fill="none" stroke="#0…
5 …<polyline transform="translate(-18.5,-16.294)" points="2400 4800 2400 6525 1950 7125 1950 7800" fi…
6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill…
11 …<polyline transform="translate(-18.5,-16.294)" points="4800 5700 5400 5700" fill="none" stroke="#0…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dtechnologic,ts4800.txt1 TS-4800 FPGA interrupt controller
3 TS-4800 FPGA has an internal interrupt controller. When one of the
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dts4800_wdt.c2 * Watchdog driver for TS-4800 based boards
38 * TS-4800 supports the following timeout values:
106 .identity = "TS-4800 Watchdog",
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c910 .org_scaler_input_w = 4800,
912 .real_rot_dis_w = 4800,
916 .target_rot_dis_w = 4800,
925 .org_scaler_input_w = 4800,
927 .real_rot_dis_w = 4800,
931 .target_rot_dis_w = 4800,
940 .org_scaler_input_w = 4800,
942 .real_rot_dis_w = 4800,
946 .target_rot_dis_w = 4800,
955 .org_scaler_input_w = 4800,
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dts4800-ts.c2 * Touchscreen driver for the TS-4800 board
177 input_dev->name = "TS-4800 Touchscreen"; in ts4800_ts_probe()
221 MODULE_DESCRIPTION("TS-4800 Touchscreen Driver");
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsuncore.c137 case 4800: cflag |= B4800; break; in sunserial_console_termios()
177 { 4800, B4800 },
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm63138.dtsi132 pmb0: reset-controller@4800c0 {
138 pmb1: reset-controller@4800e0 {
H A Dkirkwood-synology.dtsi334 4800 5
354 4800 5
374 4800 5
396 4800 5
H A Domap3-panel-sharp-ls037v7dw01.dtsi67 ti,y-max = /bits/ 16 <4800>;
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_zynq.c57 if (clock < 1000000 && baud > 4800) in _uart_zynq_serial_setbrg()
58 baud = 4800; in _uart_zynq_serial_setbrg()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dts4800-ts.txt1 * TS-4800 Touchscreen bindings
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-ts4800.txt1 * TS-4800 FPGA's GPIO controller bindings
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gnss/
H A Dgnss.txt35 current-speed = <4800>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/
H A Dbrcm,bcm63138-pmb.txt15 pmb0: reset-controller@4800c0 {
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsocfpga_arria10_socdk.h37 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
H A Dti_omap3_common.h38 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
H A Dkc1.h111 #define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, \
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c27 * hsk: This is a 4800 baud FSK modem, designed for TNC use. It works fine
39 * baud baud rate (between 300 and 4800)
388 if (bc->baud < 300 || bc->baud > 4800) { in ser12_open()
390 "(300...4800)\n"); in ser12_open()
581 MODULE_PARM_DESC(baud, "baycom baud rate (300 to 4800)");
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A DKconfig274 tristate "TS-4800 IRQ controller"
279 Support for the TS-4800 FPGA IRQ controller
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Deeprom.h109 #define FREQ2FBIN(x, y) (u8)((y) ? ((x) - 2300) : (((x) - 4800) / 5))
110 #define FBIN2FREQ(x, y) ((y) ? (2300 + x) : (4800 + 5 * x))
720 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin)); in ath9k_hw_fbin2freq()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcypress_m8.c260 * than 800 bytes/sec, in which case 4800 baud is the in analyze_baud_rate()
263 if (new_rate > 4800) { in analyze_baud_rate()
860 tty_encode_baud_rate(tty, 4800, 4800); in cypress_earthmate_init_termios()
936 if (priv->chiptype == CT_EARTHMATE && priv->baud_rate == 4800) { in cypress_set_termios()
937 dev_dbg(dev, "Using custom termios settings for a baud rate of 4800bps.\n"); in cypress_set_termios()
H A Dupd78f0730.c17 * - baud rates: 0, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 153600
289 0, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 153600 in upd78f0730_get_baud_rate()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-ts4800.c2 * GPIO driver for the TS-4800 board

12345678910>>...12