Searched +full:armv4t +full:- +full:based (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/arm/cirrus/ |
H A D | cirrus,ep9301.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 The EP93xx SoC is a ARMv4T-based with 200 MHz ARM9 CPU. 13 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 14 - Nikita Shubin <nikita.shubin@maquefel.me> 21 - description: The TS-7250 is a compact, full-featured Single Board 22 Computer (SBC) based upon the Cirrus EP9302 ARM9 CPU 24 - const: technologic,ts7250 25 - const: cirrus,ep9301 [all …]
|
/linux/arch/arm/mach-clps711x/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 bool "Cirrus Logic EP721x/EP731x-based" 12 Select this if you use ARMv4T Cirrus Logic chips.
|
/linux/arch/arm/ |
H A D | Kconfig.platforms | 1 # SPDX-License-Identifier: GPL-2.0-only 9 bool "ARMv4 based platforms (FA526, StrongARM)" 11 # https://github.com/llvm/llvm-project/issues/50764 17 bool "ARMv4T based platforms (ARM720T, ARM920T, ...)" 19 # https://github.com/llvm/llvm-project/issues/50764 27 bool "ARMv5 based platforms (ARM926T, XSCALE, PJ1, ...)" 38 bool "ARMv6 based platforms (ARM11)" 43 bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)" 88 Support for Alphascale ASM9260 based platform. 103 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit [all …]
|
/linux/drivers/net/usb/ |
H A D | zaurus.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2002-2005 by David Brownell 23 * the earliest SA-1100 models lie by saying they support CDC Ethernet. 24 * Some later models (especially PXA-25x and PXA-27x based ones) lie 27 * There are non-Zaurus products that use these same protocols too. 30 * that annoying standards-breaking software, the Linux community had 31 * a simple "CDC Subset" working reliably on the same SA-1100 hardware. 36 * - Framing appends a CRC, which the spec says drivers "must not" do; 37 * - Transfers data in altsetting zero, instead of altsetting 1; 38 * - All these peripherals use the same ethernet address. [all …]
|
H A D | cdc_ether.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * CDC Ethernet based networking peripherals 4 * Copyright (C) 2003-2005 by David Brownell 26 return (desc->bInterfaceClass == USB_CLASS_COMM && in is_rndis() 27 desc->bInterfaceSubClass == 2 && in is_rndis() 28 desc->bInterfaceProtocol == 0xff); in is_rndis() 33 return (desc->bInterfaceClass == USB_CLASS_MISC && in is_activesync() 34 desc->bInterfaceSubClass == 1 && in is_activesync() 35 desc->bInterfaceProtocol == 1); in is_activesync() 40 return (desc->bInterfaceClass == USB_CLASS_WIRELESS_CONTROLLER && in is_wireless_rndis() [all …]
|
/linux/arch/arm/mm/ |
H A D | proc-arm925.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 8 * Copyright (C) 2002-2003 MontaVista Software, Inc. 10 * Update for Linux-2.6 and cache flush improvements 13 * hacked for non-paged-MM by Hyok S. Choi, 2004. 18 * CONFIG_CPU_ARM925_CPU_IDLE -> nohlt 20 * Some additional notes based on deciphering the TI TRM on OMAP-5910: 22 * NOTE1: The TI925T Configuration Register bit "D-cache clean and flush 24 * at once. This is the default value. See TRM 2-20 and 2-24 for 27 * NOTE2: Default is the "D-cache clean and flush entry mode". It looks 29 * to work in this mode. This mode only works with 16-bit external [all …]
|