Home
last modified time | relevance | path

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

12345

/linux-5.10/drivers/net/wireless/cisco/
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
Dairo_cs.c3 Aironet driver for 4500 and 4800 series cards
50 MODULE_SUPPORTED_DEVICE("Aironet 4500, 4800 and Cisco 340 PCMCIA cards");
/linux-5.10/Documentation/input/
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…
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dtechnologic,ts4800.txt1 TS-4800 FPGA interrupt controller
3 TS-4800 FPGA has an internal interrupt controller. When one of the
/linux-5.10/drivers/watchdog/
Dts4800_wdt.c2 * Watchdog driver for TS-4800 based boards
38 * TS-4800 supports the following timeout values:
106 .identity = "TS-4800 Watchdog",
/linux-5.10/drivers/input/touchscreen/
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");
/linux-5.10/drivers/media/platform/exynos-gsc/
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 …]
/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dts4800-ts.txt1 * TS-4800 Touchscreen bindings
Dads7846.txt100 ti,y-max = /bits/ 16 <4800>;
/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-ts4800.txt1 * TS-4800 FPGA's GPIO controller bindings
/linux-5.10/Documentation/devicetree/bindings/gnss/
Dgnss.txt35 current-speed = <4800>;
/linux-5.10/Documentation/devicetree/bindings/reset/
Dbrcm,bcm63138-pmb.txt15 pmb0: reset-controller@4800c0 {
/linux-5.10/arch/arm/boot/dts/
Dbcm63138.dtsi132 pmb0: reset-controller@4800c0 {
138 pmb1: reset-controller@4800e0 {
Dkirkwood-synology.dtsi334 4800 5
354 4800 5
374 4800 5
396 4800 5
Domap3-panel-sharp-ls037v7dw01.dtsi67 ti,y-max = /bits/ 16 <4800>;
Daspeed-bmc-arm-stardragon4800-rep2.dts8 model = "HXT StarDragon 4800 REP2 AST2520";
/linux-5.10/drivers/tty/serial/
Dsuncore.c137 case 4800: cflag |= B4800; break; in sunserial_console_termios()
177 { 4800, B4800 },
/linux-5.10/drivers/gpio/
Dgpio-ts4800.c2 * GPIO driver for the TS-4800 board
/linux-5.10/drivers/irqchip/
DKconfig274 tristate "TS-4800 IRQ controller"
279 Support for the TS-4800 FPGA IRQ controller
Dirq-ts4800.c2 * Multiplexed-IRQs driver for TS-4800's FPGA
/linux-5.10/drivers/net/hamradio/
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)");
/linux-5.10/drivers/net/wireless/ath/ath9k/
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()
/linux-5.10/drivers/usb/serial/
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()
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()
/linux-5.10/arch/m68k/ifpsp060/
Dfplsp.sa839 dc.l $ff5cf210,$4800f22e,$6800ff84,$22103228
1187 dc.l $4800ff84,$60ff0000,$29380c81,$40638000
1198 dc.l $4822f5c0,$60ff0000,$28a0f23a,$4800f594
1208 dc.l $4800b8ae,$22100281,$80000000,$00813f80
1221 dc.l $4800b7de,$60ff0000,$27283fdc,$000082e3
1297 dc.l $010cf210,$4800f200,$0080f23c,$442342b8
1314 dc.l $6e66f210,$4800f200,$0080f23c,$442342b8
1326 dc.l $026cf210,$4800f200,$0080f23c,$442342b8
1349 dc.l $4800f200,$9000123c,$0002f22e,$4822ff84
1350 dc.l $60ff0000,$1f0cf210,$4800f23a,$5423f86c
[all …]

12345