Home
last modified time | relevance | path

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

12345678910>>...42

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A 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.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch6 --- rdist-6.1.5/src/client.c.lfs 2003-12-16 23:43:56.000000000 +0100
12 - (void) sendcmd(C_RECVREG, "%o %04o %ld %ld %ld %s %s %s",
13 + (void) sendcmd(C_RECVREG, "%o %04o %lld %ld %ld %s %s %s",
24 - debugmsg(DM_MISC, "Send file '%s' %d bytes\n",
26 + debugmsg(DM_MISC, "Send file '%s' %lld bytes\n",
35 - (void) sendcmd(C_RECVSYMLINK, "%o %04o %ld %ld %ld %s %s %s",
36 + (void) sendcmd(C_RECVSYMLINK, "%o %04o %lld %ld %ld %s %s %s",
54 debugmsg(DM_MISC, "update(%s,) local mode %04o remote mode %04o\n",
56 - debugmsg(DM_MISC, "update(%s,) size %d mtime %d owner '%s' grp '%s'\n",
58 + debugmsg(DM_MISC, "update(%s,) size %lld mtime %d owner '%s' grp '%s'\n",
[all …]
/openbmc/linux/Documentation/core-api/
H A 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
/openbmc/qemu/hw/nvram/
H A Dxlnx-versal-efuse-ctrl.c191 #define EFUSE_PPK0_WR_LK BIT_POS(43, 6)
192 #define EFUSE_PPK1_WR_LK BIT_POS(43, 7)
193 #define EFUSE_PPK2_WR_LK BIT_POS(43, 8)
194 #define EFUSE_AES_WR_LK BIT_POS(43, 11)
195 #define EFUSE_USER_KEY_0_WR_LK BIT_POS(43, 13)
196 #define EFUSE_USER_KEY_1_WR_LK BIT_POS(43, 15)
197 #define EFUSE_PUF_SYN_LK BIT_POS(43, 16)
198 #define EFUSE_DNA_WR_LK BIT_POS(43, 27)
199 #define EFUSE_BOOT_ENV_WR_LK BIT_POS(43, 28)
208 #define EFUSE_KEY_CRC_LK_ROW (43)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-apic-fixup-fallthrough-to-PIC.patch3 Date: Tue, 26 Feb 2013 11:43:28 -0500
32 index 4186c57b3..43cd805a9 100644
36 APICCommonState *s = APIC(dev);
39 - if (!s)
40 + if (!s || !(s->spurious_vec & APIC_SV_ENABLE))
43 lvt0 = s->lvt[APIC_LVT_LINT0];
/openbmc/linux/drivers/media/pci/cx18/
H A 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()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-kontron-bl-43.dts11 model = "Kontron BL i.MX6UL 43 (N631X S 43)";
12 compatible = "kontron,bl-imx6ul-43", "kontron,bl-imx6ul",
H A 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 …]
H A 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 …]
H A 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 …]
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A 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"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0003-comment-out-sections-shutdown-and-environment-in-gen.patch23 @@ -43,6 +43,9 @@ class FC3_Reboot(KickstartCommand):
41 - pkgs += "@^%s\n" % self.environment
42 + pkgs += "#@^%s\n" % self.environment
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0002-Do-not-strip-libtar.patch3 Date: Wed, 2 Nov 2016 05:43:43 -0400
20 -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-depmod-Ignore-.debug-directories.patch7 since it's split away from the actual <module>.ko file. Just ignore it.
20 @@ -43,6 +43,9 @@ static int FAST_FUNC parse_module(struct recursive_state *state,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch27 - dprintf(0, "%s\n", buf);
28 + cyrus_dprintf(0, "%s\n", buf);
36 - dprintf(1, "using mechanism %s\n", chosenmech);
37 + cyrus_dprintf(1, "using mechanism %s\n", chosenmech);
80 @@ -43,7 +43,7 @@ extern int send_string(FILE *f, const char *s, int l);
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py24 self.skipTest('Python module GitPython is not present (%s) (%s)' % (e, sys.path))
54 repo_file.write("%s = %s\n" % (k, self.var_map[k]))
117 …hat moves location such as /lib/modules/5.4.40-yocto-standard -> /lib/modules/5.4.43-yocto-standard
129 '/lib/modules/5.4.40-yocto-standard moved to /lib/modules/5.4.43-yocto-standard',
130 '/lib/modules/5.4.43-yocto-standard/modules.builtin.alias.bin was added',
/openbmc/linux/lib/
H A 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 …]
H A 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()
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dmte.S18 .file "mte.S"
28 * Set MAIR_EL1 (Memory Attribute Index Register). In boot.S, the
55 * ATA[43] = 0b1 => Enable access to allocation tags at EL1
60 mov tmp3, (1 << 43) | (1 << 40)
68 * block, i.e., at 0x40400000 address. See .mte_page section in boot.S
/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c28 char *qjstr = g_strdup_printf("%c%s%c", quote, jstr, quote); in from_json_str()
110 "\"the bee's knees\"", in string_with_quotes()
132 * Most test cases are scraped from Markus Kuhn's UTF-8 decoder in utf8_string()
238 * The last possible sequence is actually U+FFFF. But that's in utf8_string()
241 * in the BMP, and covered under 2.3. Because of U+FFFD's in utf8_string()
242 * special role as replacement character, it's worth testing in utf8_string()
541 * The actual maximum would be U+FFFF, but that's a in utf8_string()
1023 qstr = qobject_to(QString, qobject_from_jsonf_nofail("%s", value_s)); in interpolation_valid()
1047 qobject_from_jsonf_nofail("['%s', %s]", "eins", "zwei"); in interpolation_string()
1075 .encoded = "{\"foo\": 43}", in simple_dict()
[all …]
/openbmc/linux/drivers/pinctrl/intel/
H A 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"),
/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/
H A D0001-4-byte-read-support-466.patch3 Date: Tue, 6 Sep 2016 15:36:43 -0500
33 @@ -40,6 +43,7 @@ static void help(void)
52 "%s\n", filename, address,
79 + "double word. %s\n", strerror(errno));
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp403 // the create function so there's one in the repo. in TEST_F()
435 struct stat s; in TEST_F() local
436 int r = fstat(unixfd, &s); in TEST_F()
438 auto size = s.st_size; in TEST_F()
504 "42 43 38 41 33 33 32 44 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 "
535 "30 32 43 59 34 37 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "
542 "00 00 01 e4 00 48 43 4f fb ed 70 b1 00 00 02 01 00 00 00 00 00 00 00 09 "
546 "2c 9b d1 11 00 00 01 e4 00 48 43 4f fb ed 70 b1 00 00 02 01 00 00 00 00 "
550 "00 00 00 3d 2c 9b df 98 00 00 01 e4 00 48 43 4f fb ed 70 b1 00 00 02 01 "
554 "00 00 00 64 00 00 00 3d 2c 9b ea b7 00 00 01 e4 00 48 43 4f fb ed 70 b1 "
[all …]
/openbmc/linux/drivers/tty/vt/
H A 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 '�'
/openbmc/linux/Documentation/ABI/testing/
H A 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

12345678910>>...42