Home
last modified time | relevance | path

Searched +full:crystal +full:- +full:26 +full:m +full:- +full:en (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/
Desp,esp8089.txt9 - compatible : Should be "esp,esp8089".
12 - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter
17 #address-cells = <1>;
18 #size-cells = <0>;
20 vmmc-supply = <&reg_dldo1>;
21 mmc-pwrseq = <&wifi_pwrseq>;
22 bus-width = <4>;
23 non-removable;
28 esp,crystal-26M-en = <2>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/wireless/
Desp,esp8089.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hans de Goede <hdegoede@redhat.com>
19 esp,crystal-26M-en:
25 - compatible
26 - reg
31 - |
33 #address-cells = <1>;
34 #size-cells = <0>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun8i-a23-polaroid-mid2809pxe04.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-a23.dtsi"
45 #include "sun8i-reference-design-tablet.dtsi"
49 compatible = "polaroid,mid2809pxe04", "allwinner,sun8i-a23";
56 compatible = "mmc-pwrseq-simple";
57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
58 /* The esp8089 needs 200 ms after driving wifi-en high */
59 post-power-on-delay-ms = <200>;
64 pinctrl-names = "default";
[all …]
Dsun8i-a23-polaroid-mid2407pxe03.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-a23.dtsi"
45 #include "sun8i-reference-design-tablet.dtsi"
49 compatible = "polaroid,mid2407pxe03", "allwinner,sun8i-a23";
56 compatible = "mmc-pwrseq-simple";
57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
58 /* The esp8089 needs 200 ms after driving wifi-en high */
59 post-power-on-delay-ms = <200>;
71 pinctrl-names = "default";
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/
Dsun8i-a23-polaroid-mid2809pxe04.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-a23.dtsi"
45 #include "sun8i-reference-design-tablet.dtsi"
49 compatible = "polaroid,mid2809pxe04", "allwinner,sun8i-a23";
56 compatible = "mmc-pwrseq-simple";
57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
58 /* The esp8089 needs 200 ms after driving wifi-en high */
59 post-power-on-delay-ms = <200>;
64 pinctrl-names = "default";
[all …]
Dsun8i-a23-polaroid-mid2407pxe03.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-a23.dtsi"
45 #include "sun8i-reference-design-tablet.dtsi"
49 compatible = "polaroid,mid2407pxe03", "allwinner,sun8i-a23";
56 compatible = "mmc-pwrseq-simple";
57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
58 /* The esp8089 needs 200 ms after driving wifi-en high */
59 post-power-on-delay-ms = <200>;
71 pinctrl-names = "default";
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
Dmac89x0.c1 /* mac89x0.c: A Crystal Semiconductor CS89[02]0 driver for linux. */
4 written 1993-1994 by Donald Becker.
14 Mike Cruse : mcruse@cti-ltd.com
31 David Huggins-Daines <dhd@debian.org>
37 * Removed all the media-detection stuff, because these cards are
38 TP-only.
50 have to probe for them in a brain-damaged ISA-like fashion.
52 Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 11/01/2001
56 local_irq_{dis,en}able()
62 "cs89x0.c:v1.02 11/26/96 Russell Nelson <nelson@crynwr.com>\n";
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
Dmac89x0.c1 /* mac89x0.c: A Crystal Semiconductor CS89[02]0 driver for linux. */
4 written 1993-1994 by Donald Becker.
14 Mike Cruse : mcruse@cti-ltd.com
31 David Huggins-Daines <dhd@debian.org>
37 * Removed all the media-detection stuff, because these cards are
38 TP-only.
50 have to probe for them in a brain-damaged ISA-like fashion.
52 Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 11/01/2001
56 local_irq_{dis,en}able()
62 "cs89x0.c:v1.02 11/26/96 Russell Nelson <nelson@crynwr.com>\n";
[all …]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
Dturbostat.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * turbostat -- show CPU frequency and C-state residency
135 /* Indicates cores energy collection is per-core,
136 * not per-package. */
144 /* MSRs that are not yet in the kernel-provided header. */
153 * Usually truncated to 7 characters, but also handles 18 columns for raw 64-bit counters
191 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
282 /* get_msr_sum() = sum + (get_msr() - last) */
321 offset = -1; in idx_to_offset()
351 idx = -1; in offset_to_idx()
[all …]
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
Dturbostat.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * turbostat -- show CPU frequency and C-state residency
44 * 1. built-in only, the sysfs counters are not here -- we learn of those at run-time
46 * matching on them for --show and --hide.
51 * Usually truncated to 7 characters, but also handles 18 columns for raw 64-bit counters
161 #define BIC_Pkgpc9 (1ULL << 26)
318 /* Indicates cores energy collection is per-core,
319 * not per-package. */
327 /* MSRs that are not yet in the kernel-provided header. */
369 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
[all …]
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch1 diff -Naur a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
2 --- a/arch/arm/boot/Makefile 2022-05-27 17:20:13.781877650 +0800
3 +++ b/arch/arm/boot/Makefile 2022-05-31 11:56:47.693259679 +0800
4 @@ -16,6 +16,7 @@
12 @@ -24,10 +25,12 @@
13 ZRELADDR := $(zreladdr-y)
14 PARAMS_PHYS := $(params_phys-y)
15 INITRD_PHYS := $(initrd_phys-y)
16 +DTB_OBJS ?= $(dtb-y)
21 -targets := Image zImage xipImage bootpImage uImage
[all …]