Home
last modified time | relevance | path

Searched +full:c +full:- +full:45 (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/kernel/linux/linux-5.10/Documentation/hwmon/
Dcoretemp.rst11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm),
12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
13 - 0x1a (Nehalem), 0x1c (Atom), 0x1e (Lynnfield),
14 - 0x26 (Tunnel Creek Atom), 0x27 (Medfield Atom),
15 - 0x36 (Cedar Trail Atom)
19 Intel 64 and IA-32 Architectures Software Developer's Manual
27 -----------
30 inside Intel CPUs. This driver can read both the per-core and per-package
31 temperature using the appropriate sensors. The per-package sensor is new;
37 1 degree C. Valid temperatures are from 0 to TjMax degrees C, because
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
Dcoretemp.rst11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm),
12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
13 - 0x1a (Nehalem), 0x1c (Atom), 0x1e (Lynnfield),
14 - 0x26 (Tunnel Creek Atom), 0x27 (Medfield Atom),
15 - 0x36 (Cedar Trail Atom)
19 Intel 64 and IA-32 Architectures Software Developer's Manual
27 -----------
30 inside Intel CPUs. This driver can read both the per-core and per-package
31 temperature using the appropriate sensors. The per-package sensor is new;
37 1 degree C. Valid temperatures are from 0 to TjMax degrees C, because
[all …]
/kernel/linux/linux-5.10/drivers/block/paride/
Dmkd2 # SPDX-License-Identifier: GPL-2.0
4 # mkd -- a script to create the device special files for the PARIDE subsystem
6 # block devices: pd (45), pcd (46), pf (47)
15 mkdev pd$D b 45 $[ $1 * 16 ]
17 do mkdev pd$D$P b 45 $[ $1 * 16 + $P ]
26 for u in 0 1 2 3 ; do mkdev pt$u c 96 $u ; done
27 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
28 for u in 0 1 2 3 ; do mkdev pg$u c 97 $u ; done
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/drivers/video/omap2/dss/dispc_coefs.c
5 * Copyright (C) 2011 Texas Instruments
16 { 0, -4, 123, 9, 0 },
17 { 0, -4, 108, 24, 0 },
18 { 0, -2, 87, 43, 0 },
20 { 0, 43, 87, -2, 0 },
21 { 0, 24, 108, -4, 0 },
22 { 0, 9, 123, -4, 0 },
28 { 0, -2, 100, 30, 0 },
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/drivers/video/omap2/dss/dispc_coefs.c
5 * Copyright (C) 2011 Texas Instruments
16 { 0, -4, 123, 9, 0 },
17 { 0, -4, 108, 24, 0 },
18 { 0, -2, 87, 43, 0 },
20 { 0, 43, 87, -2, 0 },
21 { 0, 24, 108, -4, 0 },
22 { 0, 9, 123, -4, 0 },
28 { 0, -2, 100, 30, 0 },
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
Dtest_multitouch.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com>
6 # Copyright (c) 2017 Red Hat, Inc.
20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch")
310 Unit Exponent (-1)
335 Unit Exponent (-4)
378 Unit Exponent (-1)
397 Unit Exponent (-4)
442 Unit Exponent (-1)
[all …]
Dtest_tablet.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com>
6 # Copyright (c) 2021 Red Hat, Inc.
23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
37 def from_evdev(cls, evdev) -> "PenState":
58 def apply(self, events) -> "PenState":
91 def valid_transitions(self) -> Tuple["PenState", ...]:
93 for skipping the in-range state, due to historical reasons.
236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]:
[all …]
/kernel/linux/linux-5.10/drivers/net/mdio/
Dmdio-ipq4019.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright (c) 2015, The Linux Foundation. All rights reserved. */
3 /* Copyright (c) 2020 Sartura Ltd. */
28 /* 0 = Clause 22, 1 = Clause 45 */
40 struct ipq4019_mdio_data *priv = bus->priv; in ipq4019_mdio_wait_busy()
43 return readl_poll_timeout(priv->membase + MDIO_CMD_REG, busy, in ipq4019_mdio_wait_busy()
50 struct ipq4019_mdio_data *priv = bus->priv; in ipq4019_mdio_read()
55 return -ETIMEDOUT; in ipq4019_mdio_read()
57 /* Clause 45 support */ in ipq4019_mdio_read()
62 /* Enter Clause 45 mode */ in ipq4019_mdio_read()
[all …]
Dmdio-bitbang.c1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (c) 2007 Freescale Semiconductor
10 * Copyright (c) 2003 Intracom S.A.
13 * 2005 (c) MontaVista Software, Inc.
18 #include <linux/mdio-bitbang.h>
46 const struct mdiobb_ops *ops = ctrl->ops; in mdiobb_send_bit()
48 ops->set_mdio_data(ctrl, val); in mdiobb_send_bit()
50 ops->set_mdc(ctrl, 1); in mdiobb_send_bit()
52 ops->set_mdc(ctrl, 0); in mdiobb_send_bit()
58 const struct mdiobb_ops *ops = ctrl->ops; in mdiobb_get_bit()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
14 { 0, -4, 123, 9, 0 },
15 { 0, -4, 108, 24, 0 },
16 { 0, -2, 87, 43, 0 },
18 { 0, 43, 87, -2, 0 },
19 { 0, 24, 108, -4, 0 },
20 { 0, 9, 123, -4, 0 },
26 { 0, -2, 100, 30, 0 },
27 { 0, -2, 83, 47, 0 },
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
14 { 0, -4, 123, 9, 0 },
15 { 0, -4, 108, 24, 0 },
16 { 0, -2, 87, 43, 0 },
18 { 0, 43, 87, -2, 0 },
19 { 0, 24, 108, -4, 0 },
20 { 0, 9, 123, -4, 0 },
26 { 0, -2, 100, 30, 0 },
27 { 0, -2, 83, 47, 0 },
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/
Drzg2lc-smarc-pinfunction.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
5 * Copyright (C) 2021 Renesas Electronics Corp.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
12 pinctrl-0 = <&sound_clk_pins>;
13 pinctrl-names = "default";
16 /* SW8 should be at position 2->1 */
24 /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */
25 can1-stb-hog {
26 gpio-hog;
[all …]
Drzg2l-smarc-pinfunction.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
5 * Copyright (C) 2021 Renesas Electronics Corp.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
12 pinctrl-0 = <&sound_clk_pins>;
13 pinctrl-names = "default";
20 /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */
21 can0-stb-hog {
22 gpio-hog;
24 output-low;
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh.sh2 # SPDX-License-Identifier: GPL-2.0
16 vrf_create "vrf-h1"
17 ip link set dev $h1 master vrf-h1
19 ip link set dev vrf-h1 up
25 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
26 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
31 ip route del 2001:db8:2::/64 vrf vrf-h1
32 ip route del 198.51.100.0/24 vrf vrf-h1
38 vrf_destroy "vrf-h1"
43 vrf_create "vrf-h2"
[all …]
Drouter_multipath.sh2 # SPDX-License-Identifier: GPL-2.0
10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
25 ip route del 2001:db8:2::/64 vrf vrf-h1
26 ip route del 198.51.100.0/24 vrf vrf-h1
32 vrf_destroy "vrf-h1"
37 vrf_create "vrf-h2"
[all …]
/kernel/linux/linux-5.10/drivers/media/tuners/
Dqt1010_priv.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright (C) 2006 Antti Palosaari <crope@iki.fi>
24 09 10 ? changes every 8/24 MHz; values 1d/1c
26 0b 41 ? changes every 2/2 MHz; values 45/45
27 0c e1 ?
30 0f 2c ?
43 1c 89 ?
45 1e 00 ? looks like operation register; write cmd here, read result from 1f-26
59 2c ea ?
/kernel/linux/linux-6.6/drivers/media/tuners/
Dqt1010_priv.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright (C) 2006 Antti Palosaari <crope@iki.fi>
24 09 10 ? changes every 8/24 MHz; values 1d/1c
26 0b 41 ? changes every 2/2 MHz; values 45/45
27 0c e1 ?
30 0f 2c ?
43 1c 89 ?
45 1e 00 ? looks like operation register; write cmd here, read result from 1f-26
59 2c ea ?
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
Dia_css_ctc_table.host.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (c) 2015, Intel Corporation.
58 53, 51, 49, 49, 47, 45, 45, 45,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
Dia_css_ctc_table.host.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (c) 2015, Intel Corporation.
58 53, 51, 49, 49, 47, 45, 45, 45,
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
Di810_gtf.c1 /*-*- linux-c -*-
2 * linux/drivers/video/i810_main.h -- Intel 810 Non-discrete Video Timings
5 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
20 * FIFO and Watermark tables - based almost wholly on i810_wmark.c in
33 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 },
47 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 },
61 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 },
74 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 },
88 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 },
102 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 },
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
Di810_gtf.c1 /*-*- linux-c -*-
2 * linux/drivers/video/i810_main.h -- Intel 810 Non-discrete Video Timings
5 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
20 * FIFO and Watermark tables - based almost wholly on i810_wmark.c in
33 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 },
47 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 },
61 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 },
74 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 },
88 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 },
102 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 },
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Drouter_multipath.sh2 # SPDX-License-Identifier: GPL-2.0
10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
25 ip route del 2001:db8:2::/64 vrf vrf-h1
26 ip route del 198.51.100.0/24 vrf vrf-h1
32 vrf_destroy "vrf-h1"
37 vrf_create "vrf-h2"
[all …]
Drouter_mpath_nh.sh2 # SPDX-License-Identifier: GPL-2.0
10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
25 ip route del 2001:db8:2::/64 vrf vrf-h1
26 ip route del 198.51.100.0/24 vrf vrf-h1
32 vrf_destroy "vrf-h1"
37 vrf_create "vrf-h2"
[all …]
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsys_dp264.c1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/alpha/kernel/sys_dp264.c
5 * Copyright (C) 1995 David A Rusling
6 * Copyright (C) 1996, 1999 Jay A Estabrook
7 * Copyright (C) 1998, 1999 Richard Henderson
9 * Modified by Christopher C. Chimelis, 2001 to
68 dim0 = &cchip->dim0.csr; in tsunami_update_irq_hw()
69 dim1 = &cchip->dim1.csr; in tsunami_update_irq_hw()
70 dim2 = &cchip->dim2.csr; in tsunami_update_irq_hw()
71 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw()
[all …]
/kernel/linux/linux-6.6/arch/alpha/kernel/
Dsys_dp264.c1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/alpha/kernel/sys_dp264.c
5 * Copyright (C) 1995 David A Rusling
6 * Copyright (C) 1996, 1999 Jay A Estabrook
7 * Copyright (C) 1998, 1999 Richard Henderson
9 * Modified by Christopher C. Chimelis, 2001 to
68 dim0 = &cchip->dim0.csr; in tsunami_update_irq_hw()
69 dim1 = &cchip->dim1.csr; in tsunami_update_irq_hw()
70 dim2 = &cchip->dim2.csr; in tsunami_update_irq_hw()
71 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw()
[all …]

12345678910>>...43