Home
last modified time | relevance | path

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

12345

/Linux-v6.6/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
/Linux-v6.6/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-v6.6/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-v6.6/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi_capture.h17 #define SUN6I_CSI_CAPTURE_WIDTH_MAX 4800
19 #define SUN6I_CSI_CAPTURE_HEIGHT_MAX 4800
/Linux-v6.6/drivers/watchdog/
Dts4800_wdt.c3 * Watchdog driver for TS-4800 based boards
36 * TS-4800 supports the following timeout values:
104 .identity = "TS-4800 Watchdog",
/Linux-v6.6/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-v6.6/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c908 .org_scaler_input_w = 4800,
910 .real_rot_dis_w = 4800,
914 .target_rot_dis_w = 4800,
923 .org_scaler_input_w = 4800,
925 .real_rot_dis_w = 4800,
929 .target_rot_dis_w = 4800,
938 .org_scaler_input_w = 4800,
940 .real_rot_dis_w = 4800,
944 .target_rot_dis_w = 4800,
953 .org_scaler_input_w = 4800,
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/
Dts4800-ts.txt1 * TS-4800 Touchscreen bindings
Dads7846.txt100 ti,y-max = /bits/ 16 <4800>;
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dgpio-ts4800.txt1 * TS-4800 FPGA's GPIO controller bindings
/Linux-v6.6/Documentation/devicetree/bindings/reset/
Dbrcm,bcm63138-pmb.txt15 pmb0: reset-controller@4800c0 {
/Linux-v6.6/drivers/tty/serial/
Dsuncore.c137 case 4800: cflag |= B4800; break; in sunserial_console_termios()
177 { 4800, B4800 },
/Linux-v6.6/arch/arm/boot/dts/broadcom/
Dbcm63138.dtsi138 pmb0: reset-controller@4800c0 {
144 pmb1: reset-controller@4800e0 {
/Linux-v6.6/arch/arm/boot/dts/marvell/
Dkirkwood-synology.dtsi334 4800 5
354 4800 5
374 4800 5
396 4800 5
/Linux-v6.6/Documentation/devicetree/bindings/gnss/
Dgnss-common.yaml53 current-speed = <4800>;
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Domap3-panel-sharp-ls037v7dw01.dtsi67 ti,y-max = /bits/ 16 <4800>;
/Linux-v6.6/drivers/gpio/
Dgpio-ts4800.c3 * GPIO driver for the TS-4800 board
/Linux-v6.6/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-v6.6/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-v6.6/drivers/irqchip/
DKconfig284 tristate "TS-4800 IRQ controller"
289 Support for the TS-4800 FPGA IRQ controller
Dirq-ts4800.c2 * Multiplexed-IRQs driver for TS-4800's FPGA
/Linux-v6.6/drivers/usb/serial/
Dcypress_m8.c261 * than 800 bytes/sec, in which case 4800 baud is the in analyze_baud_rate()
264 if (new_rate > 4800) { in analyze_baud_rate()
859 tty_encode_baud_rate(tty, 4800, 4800); in cypress_earthmate_init_termios()
921 if (priv->chiptype == CT_EARTHMATE && priv->baud_rate == 4800) { in cypress_set_termios()
922 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
286 0, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 153600 in upd78f0730_get_baud_rate()
/Linux-v6.6/arch/arm/boot/dts/aspeed/
Daspeed-bmc-arm-stardragon4800-rep2.dts8 model = "HXT StarDragon 4800 REP2 AST2520";
/Linux-v6.6/drivers/net/wireless/purelifi/plfxlc/
Dusb.h62 USB_MAX_RX_SIZE = 4800,

12345