Home
last modified time | relevance | path

Searched +full:43 +full:s (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/Linux-v6.6/drivers/net/wireless/broadcom/b43/
DKconfig3 tristate "Broadcom 43xx wireless support (mac80211 stack)"
10 b43 is a driver for the Broadcom 43xx series wireless devices.
77 bool "Broadcom 43xx SDIO device support"
81 Broadcom 43xx device support for Soft-MAC SDIO devices.
87 Note that this does not support Broadcom 43xx Full-MAC devices.
89 It's safe to select Y here, even if you don't have a B43 SDIO device.
161 # if it's possible.
175 bool "Broadcom 43xx debugging"
178 Broadcom 43xx debugging.
/Linux-v6.6/Documentation/core-api/
Dpacking.rst11 device's memory region, and access its fields as struct members (potentially
43 The basic unit of these API functions is the u64. From the CPU's
55 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
71 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
84 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
98 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
110 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
125 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
136 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
147 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx25.dtsi3 // Copyright 2012 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
50 compatible = "arm,arm926ej-s";
78 bus@43f00000 { /* AIPS1 */
85 aips1: bridge@43f00000 {
90 i2c1: i2c@43f80000 {
101 i2c3: i2c@43f84000 {
112 can1: can@43f88000 {
115 interrupts = <43>;
121 can2: can@43f8c000 {
130 uart1: serial@43f90000 {
[all …]
Dimx6ul-kontron-bl-43.dts11 model = "Kontron BL i.MX6UL 43 (N631X S 43)";
12 compatible = "kontron,bl-imx6ul-43", "kontron,bl-imx6ul",
Dimx31.dtsi38 compatible = "arm,arm1136jf-s";
66 aips1: bus@43f00000 { /* AIPS1 */
73 i2c1: i2c@43f80000 {
83 i2c3: i2c@43f84000 {
93 ata: ata@43f8c000 {
101 uart1: serial@43f90000 {
110 uart2: serial@43f94000 {
119 i2c2: i2c@43f98000 {
129 spi1: spi@43fa4000 {
142 kpp: kpp@43fa8000 {
[all …]
Dimx35.dtsi42 compatible = "arm,arm1136jf-s";
69 aips1: bus@43f00000 {
76 i2c1: i2c@43f80000 {
87 i2c3: i2c@43f84000 {
98 uart1: serial@43f90000 {
107 uart2: serial@43f94000 {
116 i2c2: i2c@43f98000 {
127 ssi1: ssi@43fa0000 {
140 spi1: spi@43fa4000 {
151 kpp: kpp@43fa8000 {
[all …]
/Linux-v6.6/drivers/media/pci/cx18/
Dcx18-vbi.c63 dst[sd + 12 + line * 43] = cx18_service2vbi(sdata->id); in copy_vbi_data()
64 memcpy(dst + sd + 12 + line * 43 + 1, sdata->data, 42); in copy_vbi_data()
70 (the max size of the VBI data is 36 * 43 + 4 bytes). in copy_vbi_data()
73 memmove(dst + sd + 4, dst + sd + 12, line * 43); in copy_vbi_data()
74 size = 4 + ((43 * line + 3) & ~3); in copy_vbi_data()
80 size = 12 + ((43 * line + 3) & ~3); in copy_vbi_data()
248 * Every buffer hooked to the MDL's buf_list is a complete VBI frame in cx18_process_vbi_data()
252 * more complex, or require extra memcpy()'s to make the in cx18_process_vbi_data()
253 * buffers satisfy the above assumption. It's just simpler to set in cx18_process_vbi_data()
/Linux-v6.6/drivers/net/wireless/broadcom/b43legacy/
DKconfig3 tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)"
40 # if it's possible.
54 bool "Broadcom 43xx-legacy debugging"
70 prompt "Broadcom 43xx-legacy data transfer mode"
/Linux-v6.6/lib/
Dtest_printf.c60 pr_warn("vsnprintf(buf, %d, \"%s\", ...) returned %d, expected %d\n", in do_test()
66 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote before buffer\n", bufsize, fmt); in do_test()
72 pr_warn("vsnprintf(buf, 0, \"%s\", ...) wrote to buffer\n", in do_test()
81 pr_warn("vsnprintf(buf, %d, \"%s\", ...) did not nul-terminate buffer\n", in do_test()
87 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond the nul-terminator\n", in do_test()
93 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond buffer\n", bufsize, fmt); in do_test()
98 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote '%s', expected '%.*s'\n", in do_test()
113 pr_err("error in test suite: expected output length %d too long. Format was '%s'.\n", in __test()
137 pr_warn("kvasprintf(..., \"%s\", ...) returned '%s', expected '%s'\n", in __test()
176 * the kernel's printf also produces a single 0 in that in test_number()
[all …]
Dtest_hexdump.c25 "4c", "d1", "19", "99", "43", "b1", "af", "0c",
39 "4cd1", "1999", "43b1", "af0c",
49 "a69c31ad", "9c0face9", "4cd11999", "43b1af0c",
143 pr_err("Result: '%s'\n", real); in test_hexdump()
144 pr_err("Expect: '%s'\n", test); in test_hexdump()
202 pr_err("Result: %d '%s'\n", r, buf); in test_hexdump_overflow()
203 pr_err("Expect: %d '%s'\n", e, test); in test_hexdump_overflow()
/Linux-v6.6/drivers/pinctrl/intel/
Dpinctrl-elkhartlake.c23 #define EHL_GPP(r, s, e) \ argument
26 .base = (s), \
27 .size = ((e) - (s) + 1), \
30 #define EHL_COMMUNITY(b, s, e, g) \ argument
31 INTEL_COMMUNITY_GPPS(b, s, e, g, EHL)
81 PINCTRL_PIN(43, "SD3_D0"),
172 PINCTRL_PIN(43, "OSE_PWM6"),
314 PINCTRL_PIN(43, "ESPI_USB_OCB_0"),
324 EHL_GPP(3, 43, 46), /* vGPIO_3 */
385 PINCTRL_PIN(43, "OSE_I2S1_RXD"),
/Linux-v6.6/drivers/tty/vt/
Ddefkeymap.map78 keycode 31 = s
97 keycode 43 = backslash bar
98 control keycode 43 = Control_backslash
99 alt keycode 43 = Meta_backslash
355 compose 's' 's' to '�'
357 compose 's' 'z' to '�'
/Linux-v6.6/Documentation/ABI/testing/
Dsecurityfs-secrets-coco10 the Guest Owner during VM's launch. The secrets are encrypted
32 -r--r----- 1 root root 0 Jun 28 11:54 9553f55d-3da2-43ee-ab5d-ff17f78864d2
46 -r--r----- 1 root root 0 Jun 28 11:54 9553f55d-3da2-43ee-ab5d-ff17f78864d2
/Linux-v6.6/drivers/iio/proximity/
Dsrf08.c58 * from the gain used with amplifiers of adc's
83 * But with ADC's this term is already used differently and that's why it
143 * with an ultrasonic speed of 343 m/s and a roundtrip of it in srf08_read_ranging()
250 * set the range of the sensor to an even multiple of 43 mm
254 * 0x00 43 mm
267 ret = val / 43 - 1; in srf08_write_range_mm()
268 mod = val % 43; in srf08_write_range_mm()
424 .sign = 's',
/Linux-v6.6/drivers/soc/amlogic/
Dmeson-clk-measure.c87 CLK_MSR_ID(43, "pwm_c"),
137 CLK_MSR_ID(43, "fclk_div5"),
189 CLK_MSR_ID(43, "fclk_div5"),
287 CLK_MSR_ID(43, "fclk_div5"),
404 CLK_MSR_ID(43, "fclk_div5"),
557 static int clk_msr_show(struct seq_file *s, void *data) in clk_msr_show() argument
559 struct meson_msr_id *clk_msr_id = s->private; in clk_msr_show()
567 seq_printf(s, "%d\t+/-%dHz\n", val, precision); in clk_msr_show()
573 static int clk_msr_summary_show(struct seq_file *s, void *data) in clk_msr_summary_show() argument
575 struct meson_msr_id *msr_table = s->private; in clk_msr_summary_show()
[all …]
/Linux-v6.6/Documentation/security/secrets/
Dcoco.rst35 During the VM's launch, the virtual machine manager may inject a secret to that
42 On kernel start, the kernel's EFI driver saves the location of the secret area
64 Host can't read the decrypted content from memory because it's a
76 -r--r----- 1 root root 0 Jun 28 11:54 9553f55d-3da2-43ee-ab5d-ff17f78864d2
93 -r--r----- 1 root root 0 Jun 28 11:54 9553f55d-3da2-43ee-ab5d-ff17f78864d2
/Linux-v6.6/drivers/tty/serial/8250/
D8250_lpc18xx.c3 * Serial port driver for NXP LPC18xx/43xx UART
8 * Copyright (c) 2014 MundoReader S.L.
20 /* Additional LPC18xx/43xx 8250 registers and bits */
213 MODULE_DESCRIPTION("Serial port driver NXP LPC18xx/43xx devices");
/Linux-v6.6/arch/arm64/tools/
Dsysreg884 UnsignedEnum 43:40 MPAM
957 Enum 43:40 MTE_frac
1020 UnsignedEnum 43:40 SM4
1077 UnsignedEnum 43 B16B16
1129 UnsignedEnum 43:40 TraceFilt
1215 UnsignedEnum 43:40 SM4
1284 UnsignedEnum 43:40 SPECRES
1404 Enum 43:40 TGRAN4_2
1483 UnsignedEnum 43:40 HCX
1553 UnsignedEnum 43:40 FWB
[all …]
/Linux-v6.6/tools/testing/selftests/clone3/
Dclone3_set_tid.c4 * Based on Christian Brauner's clone3() example.
5 * These tests are assuming to be running in the host's
58 ksft_print_msg("%s - Failed to create new process\n", in call_clone3_set_tid()
99 ksft_print_msg("I am the parent (%d). My child's pid is %d\n", in call_clone3_set_tid()
109 ksft_print_msg("Child returned %s\n", strerror(errno)); in call_clone3_set_tid()
169 "%s - Could not open /proc/sys/kernel/pid_max\n", in main()
283 ksft_exit_fail_msg("unshare(CLONE_NEWPID) failed: %s\n", in main()
291 /* Let's create a PID 1 */ in main()
295 * This and the next test cases check that all pid-s are in main()
298 set_tid[0] = 43; in main()
[all …]
/Linux-v6.6/arch/arm/mach-omap2/
DMakefile117 am33xx-43xx-prcm-common += prm33xx.o cm33xx.o
118 obj-$(CONFIG_SOC_TI81XX) += $(am33xx-43xx-prcm-common)
119 obj-$(CONFIG_SOC_AM33XX) += $(am33xx-43xx-prcm-common)
121 $(am33xx-43xx-prcm-common)
220 $(obj)/pm-asm-offsets.h: $(obj)/pm-asm-offsets.s FORCE
225 targets += pm-asm-offsets.s
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu_v13_0_6_pmfw.h17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
82 /*43*/ FEATURE_GFX_DC_RTC = 43,
/Linux-v6.6/drivers/reset/
DKconfig112 bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST
115 This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
137 Amlogic's A113 based SoCs
190 Raspberry Pi 4's co-processor controls some of the board's HW
191 initialization process, but it's up to Linux to trigger it when
193 interfacing with RPi4's co-processor and model these firmware
261 available on some new TI's SoCs. If you wish to use reset resources
288 It provides reset signals for Armada 7040 and 385 SoC-s, Alleycat 3X
289 switch MAC-s, Alaska OOB ethernet PHY, Quad Alaska ethernet PHY-s and
/Linux-v6.6/drivers/gpu/drm/exynos/
Dexynos_drm_gsc.c74 * @main_hratio: the main scaler's horizontal ratio.
75 * @main_vratio: the main scaler's vertical ratio.
170 { 2, -8, 10, 92, 43, -12, 1, 0 },
180 { 0, 1, -12, 43, 92, 10, -8, 2 },
204 { -2, -3, 27, 63, 43, 4, -4, 0 },
214 { 0, -4, 4, 43, 63, 27, -3, -2 },
225 { -1, 2, 21, 45, 43, 18, 1, -1 },
227 { -1, 1, 18, 43, 45, 21, 2, -1 },
279 { -5, 93, 43, -3 },
285 { -3, 43, 93, -5 },
[all …]
/Linux-v6.6/arch/alpha/lib/
Dcopy_user.S3 * arch/alpha/lib/copy_user.S
61 beq $1,$43
94 $43:
/Linux-v6.6/samples/vfio-mdev/
DREADME.rst58 # lspci -s 00:05.0 -xxvv
70 00: 48 43 53 32 01 00 00 02 10 02 00 07 00 00 00 00
72 20: 00 00 00 00 00 00 00 00 00 00 00 00 48 43 53 32

12345678910>>...34