Home
last modified time | relevance | path

Searched refs:k (Results 176 – 200 of 2855) sorted by relevance

12345678910>>...115

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c114 k--; in hermes_issue_cmd()
139 int k; in hermes_doicmd_wait() local
149 k--; in hermes_doicmd_wait()
202 int k; in hermes_init() local
222 k--; in hermes_init()
256 int k; in hermes_docmd_wait() local
279 k--; in hermes_docmd_wait()
319 int k; in hermes_allocate() local
332 k--; in hermes_allocate()
380 k--; in hermes_bap_seek()
[all …]
/openbmc/u-boot/configs/
H A Dpxm2_defconfig55 …2-nand.0:128k(spl),128k(spl.backup1),128k(spl.backup2),128k(spl.backup3),1920k(u-boot),128k(uboot.…
H A Drut_defconfig56 …2-nand.0:128k(spl),128k(spl.backup1),128k(spl.backup2),128k(spl.backup3),1920k(u-boot),128k(uboot.…
H A Detamin_defconfig52 …2-nand_concat:512k(spl),512k(spl.backup1),512k(spl.backup2),512k(spl.backup3),7680k(u-boot),2048k(…
H A Ddraco_defconfig52 …ts=omap2-nand.0:128k(spl),128k(spl.backup1),128k(spl.backup2),128k(spl.backup3),1920k(u-boot),512k
/openbmc/linux/drivers/input/keyboard/
H A Dsh_keysc.c75 int k; in sh_keysc_map_dbg() local
77 for (k = 0; k < BITS_TO_LONGS(SH_KEYSC_MAXKEYS); k++) in sh_keysc_map_dbg()
78 dev_dbg(dev, "%s[%d] 0x%lx\n", str, k, map[k]); in sh_keysc_map_dbg()
92 int i, k, n; in sh_keysc_isr() local
114 for (k = 0; k < keyin_nr; k++) { in sh_keysc_isr()
115 if (tmp & (1 << k)) in sh_keysc_isr()
116 __set_bit(n + k, keys); in sh_keysc_isr()
138 k = pdata->keycodes[i]; in sh_keysc_isr()
139 if (!k) in sh_keysc_isr()
146 input_event(priv->input, EV_KEY, k, 1); in sh_keysc_isr()
[all …]
/openbmc/qemu/hw/remote/
H A Dremote-obj.c130 RemoteObjectClass *k = REMOTE_OBJECT_GET_CLASS(obj); in remote_object_init() local
133 if (k->nr_devs >= k->max_devs) { in remote_object_init()
134 error_report("Reached maximum number of devices: %u", k->max_devs); in remote_object_init()
142 k->nr_devs++; in remote_object_init()
150 RemoteObjectClass *k = REMOTE_OBJECT_GET_CLASS(obj); in remote_object_finalize() local
162 k->nr_devs--; in remote_object_finalize()
168 RemoteObjectClass *k = REMOTE_OBJECT_CLASS(klass); in remote_object_class_init() local
175 k->max_devs = 1; in remote_object_class_init()
176 k->nr_devs = 0; in remote_object_class_init()
/openbmc/linux/drivers/sh/intc/
H A Daccess.c17 int k; in intc_phys_to_virt() local
20 for (k = 0; k < d->nr_windows; k++) { in intc_phys_to_virt()
21 window = d->window + k; in intc_phys_to_virt()
41 unsigned int k; in intc_get_reg() local
45 for (k = 0; k < d->nr_reg; k++) { in intc_get_reg()
46 if (d->reg[k] == address) in intc_get_reg()
47 return k; in intc_get_reg()
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py214 for k in base_result:
215 base_testcase = base_result[k]
228 for k in target_result:
229 if k not in base_result:
236 for k in sorted(result):
237 if not result[k]['target'] or not result[k]['target'].startswith("PASS"):
239 key_parts = k.split('.')
242 …fault(key, []) + [' %s: %s -> %s\n' % (k, get_status_str(result[k]['base']), get_status_str…
244 for k in regressions:
246 …count_to_print=min([display_limit, len(regressions[k])]) if display_limit > 0 else len(regressions…
[all …]
/openbmc/qemu/hw/pci-host/
H A Duninorth.c320 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_main_pci_host_class_init()
322 k->revision = 0x00; in unin_main_pci_host_class_init()
323 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_main_pci_host_class_init()
348 k->vendor_id = PCI_VENDOR_ID_APPLE; in u3_agp_pci_host_class_init()
350 k->revision = 0x00; in u3_agp_pci_host_class_init()
351 k->class_id = PCI_CLASS_BRIDGE_HOST; in u3_agp_pci_host_class_init()
376 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_agp_pci_host_class_init()
378 k->revision = 0x00; in unin_agp_pci_host_class_init()
379 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_agp_pci_host_class_init()
404 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_internal_pci_host_class_init()
[all …]
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h124 int k; in ffz() local
127 k = 31; in ffz()
129 k -= 16; word <<= 16; in ffz()
132 k -= 8; word <<= 8; in ffz()
135 k -= 4; word <<= 4; in ffz()
138 k -= 2; word <<= 2; in ffz()
141 k -= 1; in ffz()
142 return k; in ffz()
/openbmc/qemu/tests/multiboot/
H A Dmmap.out6 Lower memory: 639k
7 Upper memory: 129920k
24 Lower memory: 639k
25 Upper memory: 104k
41 Lower memory: 639k
42 Upper memory: 2096000k
59 Lower memory: 639k
60 Upper memory: 3144576k
78 Lower memory: 639k
79 Upper memory: 3144576k
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c39 uint k; in check_CPU() local
47 k = (immr << 16) | in check_CPU()
54 switch (k) { in check_CPU()
67 printf("unknown MPC86x (0x%08x)", k); in check_CPU()
109 u32 k = in_be32(&memctl->memc_br0) & ~0x00007fff; in checkicache() local
119 wr_ic_adr(k); in checkicache()
124 k += 0x10; /* the number of bytes in a cacheline */ in checkicache()
150 u32 k = in_be32(&memctl->memc_br0) & ~0x00007fff; in checkdcache() local
159 wr_dc_adr(k); in checkdcache()
162 k += 0x10; /* the number of bytes in a cacheline */ in checkdcache()
/openbmc/linux/arch/arc/include/asm/
H A Duaccess.h28 #define __get_user_fn(sz, u, k) \ argument
32 case 1: __arc_get_user_one(*(k), u, "ldb", __ret); break; \
33 case 2: __arc_get_user_one(*(k), u, "ldw", __ret); break; \
34 case 4: __arc_get_user_one(*(k), u, "ld", __ret); break; \
35 case 8: __arc_get_user_one_64(*(k), u, __ret); break; \
89 #define __put_user_fn(sz, u, k) \ argument
93 case 1: __arc_put_user_one(*(k), u, "stb", __ret); break; \
94 case 2: __arc_put_user_one(*(k), u, "stw", __ret); break; \
95 case 4: __arc_put_user_one(*(k), u, "st", __ret); break; \
96 case 8: __arc_put_user_one_64(*(k), u, __ret); break; \
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_dtmf.c124 int k, n, i; in dsp_dtmf_goertzel_decode() local
158 for (k = 0; k < NCOEFF; k++) { in dsp_dtmf_goertzel_decode()
166 result[k] = in dsp_dtmf_goertzel_decode()
168 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
184 for (k = 0; k < NCOEFF; k++) { in dsp_dtmf_goertzel_decode()
189 cos2pik_ = cos2pik[k]; in dsp_dtmf_goertzel_decode()
200 result[k] = in dsp_dtmf_goertzel_decode()
202 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
/openbmc/qemu/tests/bench/
H A Dqtree-bench.c233 for (int k = 0; k < ARRAY_SIZE(benchmarks); k++) { in main() local
234 const struct benchmark *bench = &benchmarks[k]; in main()
248 res[k][j][i] = size / ns_per_run * 1e3; in main()
268 for (int k = 0; k < ARRAY_SIZE(sizes); k++) { in main() local
269 printf("%7.2f ", res[i][j][k]); in main()
273 if (res[i][0][k] != 0) { in main()
274 double speedup = res[i][j][k] / res[i][0][k]; in main()
/openbmc/linux/lib/crypto/
H A Ddes.c629 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in des_ekey()
630 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in des_ekey()
631 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey()
632 a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a = pc1[a]; in des_ekey()
657 d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d = pc1[d + 1]; in des_ekey()
658 c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c = pc1[c + 1]; in des_ekey()
659 b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b = pc1[b + 1]; in des_ekey()
720 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in dkey()
721 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in dkey()
722 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in dkey()
[all …]
/openbmc/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c304 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test()
306 mutate_mask[k] = 0xff in randomized_test()
308 for (; k < 4; ++k) in randomized_test()
309 mutate_mask[k] = 0; in randomized_test()
310 for (k = 0; k < 4; ++k) in randomized_test()
311 mutated[k] = (mutated[k] & mutate_mask[k]) | in randomized_test()
348 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test()
352 for (; k < 4; ++k) in randomized_test()
353 mutate_mask[k] = 0; in randomized_test()
354 for (k = 0; k < 4; ++k) in randomized_test()
[all …]
/openbmc/qemu/hw/sd/
H A Dsdhci-pci.c59 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in sdhci_pci_class_init() local
61 k->realize = sdhci_pci_realize; in sdhci_pci_class_init()
62 k->exit = sdhci_pci_exit; in sdhci_pci_class_init()
63 k->vendor_id = PCI_VENDOR_ID_REDHAT; in sdhci_pci_class_init()
64 k->device_id = PCI_DEVICE_ID_REDHAT_SDHCI; in sdhci_pci_class_init()
65 k->class_id = PCI_CLASS_SYSTEM_SDHCI; in sdhci_pci_class_init()
/openbmc/qemu/hw/pci-bridge/
H A Di82801b11.c92 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in i82801b11_bridge_class_init() local
95 k->vendor_id = PCI_VENDOR_ID_INTEL; in i82801b11_bridge_class_init()
96 k->device_id = PCI_DEVICE_ID_INTEL_82801BA_11; in i82801b11_bridge_class_init()
97 k->revision = ICH9_D2P_A2_REVISION; in i82801b11_bridge_class_init()
98 k->realize = i82801b11_bridge_realize; in i82801b11_bridge_class_init()
99 k->config_write = pci_bridge_write_config; in i82801b11_bridge_class_init()
/openbmc/qemu/hw/core/
H A Dstream.c8 StreamSinkClass *k = STREAM_SINK_GET_CLASS(sink); in stream_push() local
10 return k->push(sink, buf, len, eop); in stream_push()
17 StreamSinkClass *k = STREAM_SINK_GET_CLASS(sink); in stream_can_push() local
19 return k->can_push ? k->can_push(sink, notify, notify_opaque) : true; in stream_can_push()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch261 k->rsa = rsa;
280 k->dsa = dsa;
284 switch (k->type) {
321 RAND_bytes(k->ed25519->sk, sizeof(k->ed25519->sk));
360 switch (k->type) {
367 BN_bn2bin(k->rsa->n, blob);
436 switch (k->type) {
440 return BN_num_bits(k->rsa->n);
442 return BN_num_bits(k->dsa->p);
453 switch (k->type) {
[all …]
/openbmc/linux/include/trace/events/
H A Dbcache.h42 TP_PROTO(struct bkey *k),
43 TP_ARGS(k),
188 TP_PROTO(struct bkey *k),
189 TP_ARGS(k)
210 TP_PROTO(struct bkey *k),
211 TP_ARGS(k)
323 TP_PROTO(struct bkey *k),
324 TP_ARGS(k)
329 TP_ARGS(k)
494 TP_ARGS(k)
[all …]
/openbmc/u-boot/drivers/misc/
H A Dgdsys_ioep.c69 int k; in gdsys_ioep_send() local
72 for (k = 0; k < size; ++k) in gdsys_ioep_send()
96 int k; in receive_byte_buffer() local
99 for (k = 0; k < len; ++k) { in receive_byte_buffer()
109 if (k == (len - 1) && (last_spec == READ_DATA_IS_NOT_LAST || in receive_byte_buffer()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h137 int k; in ffz() local
140 k = 31; in ffz()
142 k -= 16; word <<= 16; in ffz()
145 k -= 8; word <<= 8; in ffz()
148 k -= 4; word <<= 4; in ffz()
151 k -= 2; word <<= 2; in ffz()
154 k -= 1; in ffz()
156 return k; in ffz()

12345678910>>...115